Interface CfnRule.WeightedTargetGroupProperty

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

@Stability(Stable) public static interface CfnRule.WeightedTargetGroupProperty extends software.amazon.jsii.JsiiSerializable
Describes the weight of a target 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.vpclattice.*;
 WeightedTargetGroupProperty weightedTargetGroupProperty = WeightedTargetGroupProperty.builder()
         .targetGroupIdentifier("targetGroupIdentifier")
         // the properties below are optional
         .weight(123)
         .build();
 

See Also: