Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupAttributes
Packages that use TargetGroupAttributes
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of TargetGroupAttributes in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement TargetGroupAttributesMethods in software.amazon.awscdk.services.elasticloadbalancingv2 that return TargetGroupAttributesModifier and TypeMethodDescriptionTargetGroupAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type TargetGroupAttributesModifier and TypeMethodDescriptionstatic IApplicationTargetGroupApplicationTargetGroup.fromTargetGroupAttributes(software.constructs.Construct scope, String id, TargetGroupAttributes attrs) Import an existing target group.static INetworkTargetGroupNetworkTargetGroup.fromTargetGroupAttributes(software.constructs.Construct scope, String id, TargetGroupAttributes attrs) Import an existing target group.