Interface CfnTargetGroupPropsMixin.TargetProperty

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

@Stability(Stable) public static interface CfnTargetGroupPropsMixin.TargetProperty extends software.amazon.jsii.JsiiSerializable
Describes a target.

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.vpclattice.*;
 TargetProperty targetProperty = TargetProperty.builder()
         .id("id")
         .port(123)
         .build();
 

See Also: