Interface CfnLaunchPropsMixin.GroupToWeightProperty

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

@Stability(Stable) public static interface CfnLaunchPropsMixin.GroupToWeightProperty extends software.amazon.jsii.JsiiSerializable
A structure containing the percentage of launch traffic to allocate to one launch group.

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.evidently.*;
 GroupToWeightProperty groupToWeightProperty = GroupToWeightProperty.builder()
         .groupName("groupName")
         .splitWeight(123)
         .build();
 

See Also: