Class CfnGatewayRulePropsMixin.TrafficSplitEntryProperty
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnGatewayRulePropsMixin.IConfigurationBundleReferenceProperty
Description
public string? Description { get; set; }
Property Value
Remarks
Metadata
public object? Metadata { get; set; }
Property Value
Remarks
Type union: either IResolvable or Dictionary<string, string>
Name
public string? Name { get; set; }
Property Value
Remarks
Weight
public double? Weight { get; set; }