interface CedarPolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnPolicy.CedarPolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnPolicy_CedarPolicyProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnPolicy.CedarPolicyProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnPolicy.CedarPolicyProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnPolicy » 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-lib';
const cedarPolicyProperty: bedrockagentcore.CfnPolicy.CedarPolicyProperty = {
statement: 'statement',
};
Properties
| Name | Type | Description |
|---|---|---|
| statement | string | The Cedar policy statement that defines the authorization logic. |
statement
Type:
string
The Cedar policy statement that defines the authorization logic.

.NET
Go
Java
Python
TypeScript