Interface CfnLaunch.GroupToWeightProperty

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

@Stability(Stable) public static interface CfnLaunch.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.services.evidently.*;
 GroupToWeightProperty groupToWeightProperty = GroupToWeightProperty.builder()
         .groupName("groupName")
         .splitWeight(123)
         .build();
 

See Also: