interface AutomatedReasoningPolicyVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.AutomatedReasoningPolicyVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#AutomatedReasoningPolicyVersionReference |
![]() | software.amazon.awscdk.services.bedrock.AutomatedReasoningPolicyVersionReference |
![]() | aws_cdk.aws_bedrock.AutomatedReasoningPolicyVersionReference |
![]() | aws-cdk-lib » aws_bedrock » AutomatedReasoningPolicyVersionReference |
A reference to a AutomatedReasoningPolicyVersion 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 automatedReasoningPolicyVersionReference: bedrock.AutomatedReasoningPolicyVersionReference = {
policyArn: 'policyArn',
version: 'version',
};
Properties
Name | Type | Description |
---|---|---|
policy | string | The PolicyArn of the AutomatedReasoningPolicyVersion resource. |
version | string | The Version of the AutomatedReasoningPolicyVersion resource. |
policyArn
Type:
string
The PolicyArn of the AutomatedReasoningPolicyVersion resource.
version
Type:
string
The Version of the AutomatedReasoningPolicyVersion resource.