Interface CfnPolicy.CedarPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicy.CedarPolicyProperty.Jsii$Proxy
- Enclosing class:
CfnPolicy
@Stability(Stable)
public static interface CfnPolicy.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.services.bedrockagentcore.*;
CedarPolicyProperty cedarPolicyProperty = CedarPolicyProperty.builder()
.statement("statement")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicy.CedarPolicyPropertystatic final classAn implementation forCfnPolicy.CedarPolicyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Cedar policy statement that defines the authorization logic.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatement
The Cedar policy statement that defines the authorization logic.- See Also:
-
builder
-