interface CedarPolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnPolicyPropsMixin.CedarPolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnPolicyPropsMixin_CedarPolicyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPolicyPropsMixin.CedarPolicyProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnPolicyPropsMixin.CedarPolicyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnPolicyPropsMixin » CedarPolicyProperty |
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 { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const cedarPolicyProperty: bedrockagentcore.CfnPolicyPropsMixin.CedarPolicyProperty = {
statement: 'statement',
};
Properties
| Name | Type | Description |
|---|---|---|
| statement? | string | The Cedar policy statement that defines the authorization logic. |
statement?
Type:
string
(optional)
The Cedar policy statement that defines the authorization logic.

.NET
Go
Java
Python
TypeScript