@Stability(value=Stable)
public static interface CfnStateMachine.IAMPolicyDocumentProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
Object statement;
IAMPolicyDocumentProperty iAMPolicyDocumentProperty = Map.of(
"statement", statement);
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.IAMPolicyDocumentProperty.Builder
A builder for
CfnStateMachine.IAMPolicyDocumentProperty |
static class |
CfnStateMachine.IAMPolicyDocumentProperty.Jsii$Proxy
An implementation for
CfnStateMachine.IAMPolicyDocumentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.IAMPolicyDocumentProperty.Builder |
builder() |
Object |
getStatement()
`CfnStateMachine.IAMPolicyDocumentProperty.Statement`.
|
@Stability(value=Stable) @NotNull Object getStatement()
@Stability(value=Stable) static CfnStateMachine.IAMPolicyDocumentProperty.Builder builder()
Copyright © 2022. All rights reserved.