interface PolicyEngineReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.BedrockAgentCore.PolicyEngineReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrockagentcore#PolicyEngineReference |
Java | software.amazon.awscdk.interfaces.bedrockagentcore.PolicyEngineReference |
Python | aws_cdk.interfaces.aws_bedrockagentcore.PolicyEngineReference |
TypeScript | aws-cdk-lib » interfaces » aws_bedrockagentcore » PolicyEngineReference |
A reference to a PolicyEngine resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as interfaces_bedrockagentcore } from 'aws-cdk-lib/interfaces';
const policyEngineReference: interfaces_bedrockagentcore.PolicyEngineReference = {
policyEngineArn: 'policyEngineArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| policy | string | The PolicyEngineArn of the PolicyEngine resource. |
policyEngineArn
Type:
string
The PolicyEngineArn of the PolicyEngine resource.

.NET
Go
Java
Python
TypeScript