Interface TargetGroupImportProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,TargetGroupAttributes
- All Known Implementing Classes:
TargetGroupImportProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.397Z")
@Stability(Deprecated)
@Deprecated
public interface TargetGroupImportProps
extends software.amazon.jsii.JsiiSerializable, TargetGroupAttributes
Deprecated.
Use TargetGroupAttributes instead
(deprecated) Properties to reference an existing target group.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupAttributes
getDefaultPort, getLoadBalancerArns, getTargetGroupArn
-
Method Details
-
builder
Deprecated.- Returns:
- a
TargetGroupImportProps.BuilderofTargetGroupImportProps
-