Show / Hide Table of Contents

Class CfnGatewayRulePropsMixin.TrafficSplitEntryProperty

Inheritance
object
CfnGatewayRulePropsMixin.TrafficSplitEntryProperty
Implements
CfnGatewayRulePropsMixin.ITrafficSplitEntryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayRulePropsMixin.TrafficSplitEntryProperty : CfnGatewayRulePropsMixin.ITrafficSplitEntryProperty
Syntax (vb)
Public Class CfnGatewayRulePropsMixin.TrafficSplitEntryProperty Implements CfnGatewayRulePropsMixin.ITrafficSplitEntryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var trafficSplitEntryProperty = new TrafficSplitEntryProperty {
                 ConfigurationBundle = new ConfigurationBundleReferenceProperty {
                     BundleArn = "bundleArn",
                     BundleVersion = "bundleVersion"
                 },
                 Description = "description",
                 Metadata = new Dictionary<string, string> {
                     { "metadataKey", "metadata" }
                 },
                 Name = "name",
                 Weight = 123
             };

Synopsis

Constructors

TrafficSplitEntryProperty()

Properties

ConfigurationBundle
Description
Metadata
Name
Weight

Constructors

TrafficSplitEntryProperty()

public TrafficSplitEntryProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var trafficSplitEntryProperty = new TrafficSplitEntryProperty {
                 ConfigurationBundle = new ConfigurationBundleReferenceProperty {
                     BundleArn = "bundleArn",
                     BundleVersion = "bundleVersion"
                 },
                 Description = "description",
                 Metadata = new Dictionary<string, string> {
                     { "metadataKey", "metadata" }
                 },
                 Name = "name",
                 Weight = 123
             };

Properties

ConfigurationBundle

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.html#cfn-bedrockagentcore-gatewayrule-trafficsplitentry-configurationbundle

Type union: either IResolvable or CfnGatewayRulePropsMixin.IConfigurationBundleReferenceProperty

Description

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.html#cfn-bedrockagentcore-gatewayrule-trafficsplitentry-description

Metadata

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.html#cfn-bedrockagentcore-gatewayrule-trafficsplitentry-metadata

Type union: either IResolvable or Dictionary<string, string>

Name

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.html#cfn-bedrockagentcore-gatewayrule-trafficsplitentry-name

Weight

public double? Weight { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-trafficsplitentry.html#cfn-bedrockagentcore-gatewayrule-trafficsplitentry-weight

Implements

CfnGatewayRulePropsMixin.ITrafficSplitEntryProperty
Back to top Generated by DocFX