@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.755Z") @Stability(value=Deprecated) @Deprecated public interface TargetGroupImportProps extends software.amazon.jsii.JsiiSerializable, 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@Stability(value=Deprecated) @Deprecated static TargetGroupImportProps.Builder builder()
builder in interface TargetGroupAttributesTargetGroupImportProps.Builder of TargetGroupImportPropsCopyright © 2022. All rights reserved.