@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:18.623Z") @Deprecated public interface TargetGroupImportProps extends TargetGroupAttributes
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.elasticloadbalancingv2.*; TargetGroupImportProps targetGroupImportProps = TargetGroupImportProps.builder() .targetGroupArn("targetGroupArn") // the properties below are optional .defaultPort("defaultPort") .loadBalancerArns("loadBalancerArns") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
TargetGroupImportProps.Builder
Deprecated.
|
static class |
TargetGroupImportProps.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TargetGroupImportProps.Builder |
builder()
Deprecated.
|
getDefaultPort, getLoadBalancerArns, getTargetGroupArn
@Deprecated static TargetGroupImportProps.Builder builder()
builder
in interface TargetGroupAttributes
TargetGroupImportProps.Builder
of TargetGroupImportProps