@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:26.383Z") @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