Interface CfnGatewayRulePropsMixin.TargetTrafficSplitEntryProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGatewayRulePropsMixin.TargetTrafficSplitEntryProperty.Jsii$Proxy
Enclosing class:
CfnGatewayRulePropsMixin

@Stability(Stable) public static interface CfnGatewayRulePropsMixin.TargetTrafficSplitEntryProperty 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.*;
 TargetTrafficSplitEntryProperty targetTrafficSplitEntryProperty = TargetTrafficSplitEntryProperty.builder()
         .description("description")
         .metadata(Map.of(
                 "metadataKey", "metadata"))
         .name("name")
         .targetName("targetName")
         .weight(123)
         .build();
 

See Also: