Interface CfnPolicyPropsMixin.CedarPolicyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicyPropsMixin.CedarPolicyProperty.Jsii$Proxy
Enclosing class:
CfnPolicyPropsMixin

@Stability(Stable) public static interface CfnPolicyPropsMixin.CedarPolicyProperty extends software.amazon.jsii.JsiiSerializable
A Cedar policy statement within the AgentCore Policy system.

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.bedrockagentcore.*;
 CedarPolicyProperty cedarPolicyProperty = CedarPolicyProperty.builder()
         .statement("statement")
         .build();
 

See Also: