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

.NET
Go
Java
Python
TypeScript