interface PolicyDefinitionVariableProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionVariableProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnAutomatedReasoningPolicy_PolicyDefinitionVariableProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionVariableProperty |
![]() | aws_cdk.aws_bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionVariableProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnAutomatedReasoningPolicy » PolicyDefinitionVariableProperty |
A variable defined within the policy that can be used in rules.
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 policyDefinitionVariableProperty: bedrock.CfnAutomatedReasoningPolicy.PolicyDefinitionVariableProperty = {
description: 'description',
name: 'name',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
description | string | A description of a variable defined in the policy. |
name | string | The name of a variable defined in the policy. |
type | string | The data type of a variable defined in the policy. |
description
Type:
string
A description of a variable defined in the policy.
name
Type:
string
The name of a variable defined in the policy.
type
Type:
string
The data type of a variable defined in the policy.