Interface CfnPolicy.PolicyStatementProperty

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

@Stability(Stable) public static interface CfnPolicy.PolicyStatementProperty extends software.amazon.jsii.JsiiSerializable
A 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.services.bedrockagentcore.*;
 PolicyStatementProperty policyStatementProperty = PolicyStatementProperty.builder()
         .statement("statement")
         .build();
 

See Also: