interface PolicyDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnPolicyPropsMixin.PolicyDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnPolicyPropsMixin_PolicyDefinitionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPolicyPropsMixin.PolicyDefinitionProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnPolicyPropsMixin.PolicyDefinitionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnPolicyPropsMixin » 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/cfn-property-mixins';
const policyDefinitionProperty: bedrockagentcore.CfnPolicyPropsMixin.PolicyDefinitionProperty = {
cedar: {
statement: 'statement',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| cedar? | IResolvable | Cedar | A Cedar policy statement within the AgentCore Policy system. |
cedar?
Type:
IResolvable | Cedar
(optional)
A Cedar policy statement within the AgentCore Policy system.

.NET
Go
Java
Python
TypeScript