Interface CfnGatewayRulePropsMixin.WeightedOverrideProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRulePropsMixin.WeightedOverrideProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRulePropsMixin
@Stability(Stable)
public static interface CfnGatewayRulePropsMixin.WeightedOverrideProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
WeightedOverrideProperty weightedOverrideProperty = WeightedOverrideProperty.builder()
.trafficSplit(List.of(TrafficSplitEntryProperty.builder()
.configurationBundle(ConfigurationBundleReferenceProperty.builder()
.bundleArn("bundleArn")
.bundleVersion("bundleVersion")
.build())
.description("description")
.metadata(Map.of(
"metadataKey", "metadata"))
.name("name")
.weight(123)
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRulePropsMixin.WeightedOverridePropertystatic final classAn implementation forCfnGatewayRulePropsMixin.WeightedOverrideProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRulePropsMixin.TrafficSplitEntryProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTrafficSplit
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRulePropsMixin.TrafficSplitEntryProperty>- See Also:
-
builder
-