Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupAttributes
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of TargetGroupAttributes in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionTargetGroupAttributes.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic IApplicationTargetGroup
ApplicationTargetGroup.fromTargetGroupAttributes
(software.constructs.Construct scope, String id, TargetGroupAttributes attrs) Import an existing target group.static INetworkTargetGroup
NetworkTargetGroup.fromTargetGroupAttributes
(software.constructs.Construct scope, String id, TargetGroupAttributes attrs) Import an existing target group.