Interface CfnTargetGroup.TargetProperty

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

@Stability(Stable) public static interface CfnTargetGroup.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.services.vpclattice.*;
 TargetProperty targetProperty = TargetProperty.builder()
         .id("id")
         // the properties below are optional
         .port(123)
         .build();
 

See Also: