Uses of Interface
com.hashicorp.cdktf.providers.aws.alb_target_group_attachment.AlbTargetGroupAttachmentConfig
-
Packages that use AlbTargetGroupAttachmentConfig Package Description com.hashicorp.cdktf.providers.aws.alb_target_group_attachment aws_alb_target_group_attachment -
-
Uses of AlbTargetGroupAttachmentConfig in com.hashicorp.cdktf.providers.aws.alb_target_group_attachment
Classes in com.hashicorp.cdktf.providers.aws.alb_target_group_attachment that implement AlbTargetGroupAttachmentConfig Modifier and Type Class Description static classAlbTargetGroupAttachmentConfig.Jsii$ProxyAn implementation forAlbTargetGroupAttachmentConfigMethods in com.hashicorp.cdktf.providers.aws.alb_target_group_attachment that return AlbTargetGroupAttachmentConfig Modifier and Type Method Description AlbTargetGroupAttachmentConfigAlbTargetGroupAttachmentConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.alb_target_group_attachment with parameters of type AlbTargetGroupAttachmentConfig Constructor Description AlbTargetGroupAttachment(software.constructs.Construct scope, String id, AlbTargetGroupAttachmentConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_target_group_attachment aws_alb_target_group_attachment} Resource.
-