interface AutomatedReasoningPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.AutomatedReasoningPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#AutomatedReasoningPolicyReference |
Java | software.amazon.awscdk.services.bedrock.AutomatedReasoningPolicyReference |
Python | aws_cdk.aws_bedrock.AutomatedReasoningPolicyReference |
TypeScript | aws-cdk-lib » aws_bedrock » AutomatedReasoningPolicyReference |
A reference to a AutomatedReasoningPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const automatedReasoningPolicyReference: bedrock.AutomatedReasoningPolicyReference = {
policyArn: 'policyArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| policy | string | The PolicyArn of the AutomatedReasoningPolicy resource. |
policyArn
Type:
string
The PolicyArn of the AutomatedReasoningPolicy resource.

.NET
Go
Java
Python
TypeScript