Class CfnAgentPropsMixin.AgentDescriptorProperty
An agent descriptor.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAgentPropsMixin.AgentDescriptorProperty : CfnAgentPropsMixin.IAgentDescriptorProperty
Syntax (vb)
Public Class CfnAgentPropsMixin.AgentDescriptorProperty Implements CfnAgentPropsMixin.IAgentDescriptorProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var agentDescriptorProperty = new AgentDescriptorProperty {
AliasArn = "aliasArn"
};
Synopsis
Constructors
| AgentDescriptorProperty() | An agent descriptor. |
Properties
| AliasArn | The agent's alias ARN. |
Constructors
AgentDescriptorProperty()
An agent descriptor.
public AgentDescriptorProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var agentDescriptorProperty = new AgentDescriptorProperty {
AliasArn = "aliasArn"
};
Properties
AliasArn
The agent's alias ARN.
public string? AliasArn { get; set; }