interface AgentDescriptorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.CfnAgent.AgentDescriptorProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnAgent_AgentDescriptorProperty |
Java | software.amazon.awscdk.services.bedrock.CfnAgent.AgentDescriptorProperty |
Python | aws_cdk.aws_bedrock.CfnAgent.AgentDescriptorProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnAgent » 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-lib';
const agentDescriptorProperty: bedrock.CfnAgent.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