Interface CfnPolicyPropsMixin.PolicyStatementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyPropsMixin.PolicyStatementProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyPropsMixin
@Stability(Stable)
public static interface CfnPolicyPropsMixin.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.cfnpropertymixins.services.bedrockagentcore.*;
PolicyStatementProperty policyStatementProperty = PolicyStatementProperty.builder()
.statement("statement")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyPropsMixin.PolicyStatementPropertystatic final classAn implementation forCfnPolicyPropsMixin.PolicyStatementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatement
The policy statement.- See Also:
-
builder
-