Show / Hide Table of Contents

Class CfnAgentPropsMixin.AgentDescriptorProperty

An agent descriptor.

Inheritance
object
CfnAgentPropsMixin.AgentDescriptorProperty
Implements
CfnAgentPropsMixin.IAgentDescriptorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentdescriptor.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentdescriptor.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentdescriptor.html#cfn-bedrock-agent-agentdescriptor-aliasarn

Implements

CfnAgentPropsMixin.IAgentDescriptorProperty
Back to top Generated by DocFX