interface AgentDescriptorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnAgentPropsMixin.AgentDescriptorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnAgentPropsMixin_AgentDescriptorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.AgentDescriptorProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnAgentPropsMixin.AgentDescriptorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnAgentPropsMixin » AgentDescriptorProperty |
An agent descriptor.
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/cfn-property-mixins';
const agentDescriptorProperty: bedrock.CfnAgentPropsMixin.AgentDescriptorProperty = {
aliasArn: 'aliasArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| alias | string | The agent's alias ARN. |
aliasArn?
Type:
string
(optional)
The agent's alias ARN.

.NET
Go
Java
Python
TypeScript