interface PolicyDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnPolicy.PolicyDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnPolicy_PolicyDefinitionProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnPolicy.PolicyDefinitionProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnPolicy.PolicyDefinitionProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnPolicy » PolicyDefinitionProperty |
The definition structure for policies.
Encapsulates different policy formats.
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 policyDefinitionProperty: bedrockagentcore.CfnPolicy.PolicyDefinitionProperty = {
cedar: {
statement: 'statement',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| cedar | IResolvable | Cedar | A Cedar policy statement within the AgentCore Policy system. |
cedar
Type:
IResolvable | Cedar
A Cedar policy statement within the AgentCore Policy system.

.NET
Go
Java
Python
TypeScript