@Stability(value=Stable)
public static interface CfnFunction.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,
// the properties below are optional
"version", "version");
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.IAMPolicyDocumentProperty.Builder
A builder for
CfnFunction.IAMPolicyDocumentProperty |
static class |
CfnFunction.IAMPolicyDocumentProperty.Jsii$Proxy
An implementation for
CfnFunction.IAMPolicyDocumentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.IAMPolicyDocumentProperty.Builder |
builder() |
Object |
getStatement()
`CfnFunction.IAMPolicyDocumentProperty.Statement`.
|
default String |
getVersion()
`CfnFunction.IAMPolicyDocumentProperty.Version`.
|
@Stability(value=Stable) @NotNull Object getStatement()
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnFunction.IAMPolicyDocumentProperty.Builder builder()
Copyright © 2023. All rights reserved.