Interface CfnPolicyPropsMixin.StaticPolicyDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyPropsMixin.StaticPolicyDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyPropsMixin
@Stability(Stable)
public static interface CfnPolicyPropsMixin.StaticPolicyDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
A structure that defines a static policy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.*;
StaticPolicyDefinitionProperty staticPolicyDefinitionProperty = StaticPolicyDefinitionProperty.builder()
.description("description")
.statement("statement")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyPropsMixin.StaticPolicyDefinitionPropertystatic final classAn implementation forCfnPolicyPropsMixin.StaticPolicyDefinitionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The description of the static policy.- See Also:
-
getStatement
The policy content of the static policy, written in the Cedar policy language.- See Also:
-
builder
-