Show / Hide Table of Contents

Class CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty

Contains details about the history of the alias.

Inheritance
object
CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty
Implements
CfnAgentAliasPropsMixin.IAgentAliasHistoryEventProperty
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 CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty : CfnAgentAliasPropsMixin.IAgentAliasHistoryEventProperty
Syntax (vb)
Public Class CfnAgentAliasPropsMixin.AgentAliasHistoryEventProperty Implements CfnAgentAliasPropsMixin.IAgentAliasHistoryEventProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agentalias-agentaliashistoryevent.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 agentAliasHistoryEventProperty = new AgentAliasHistoryEventProperty {
                 EndDate = "endDate",
                 RoutingConfiguration = new [] { new AgentAliasRoutingConfigurationListItemProperty {
                     AgentVersion = "agentVersion"
                 } },
                 StartDate = "startDate"
             };

Synopsis

Constructors

AgentAliasHistoryEventProperty()

Contains details about the history of the alias.

Properties

EndDate

The date that the alias stopped being associated to the version in the routingConfiguration object.

RoutingConfiguration

Contains details about the version of the agent with which the alias is associated.

StartDate

The date that the alias began being associated to the version in the routingConfiguration object.

Constructors

AgentAliasHistoryEventProperty()

Contains details about the history of the alias.

public AgentAliasHistoryEventProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agentalias-agentaliashistoryevent.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 agentAliasHistoryEventProperty = new AgentAliasHistoryEventProperty {
                 EndDate = "endDate",
                 RoutingConfiguration = new [] { new AgentAliasRoutingConfigurationListItemProperty {
                     AgentVersion = "agentVersion"
                 } },
                 StartDate = "startDate"
             };

Properties

EndDate

The date that the alias stopped being associated to the version in the routingConfiguration object.

public string? EndDate { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agentalias-agentaliashistoryevent.html#cfn-bedrock-agentalias-agentaliashistoryevent-enddate

RoutingConfiguration

Contains details about the version of the agent with which the alias is associated.

public object? RoutingConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agentalias-agentaliashistoryevent.html#cfn-bedrock-agentalias-agentaliashistoryevent-routingconfiguration

Type union: either IResolvable or (either IResolvable or CfnAgentAliasPropsMixin.IAgentAliasRoutingConfigurationListItemProperty)[]

StartDate

The date that the alias began being associated to the version in the routingConfiguration object.

public string? StartDate { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agentalias-agentaliashistoryevent.html#cfn-bedrock-agentalias-agentaliashistoryevent-startdate

Implements

CfnAgentAliasPropsMixin.IAgentAliasHistoryEventProperty
Back to top Generated by DocFX