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

.NET
Go
Java
Python
TypeScript