Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_lb_target_group.DataAwsLbTargetGroupConfig
-
Packages that use DataAwsLbTargetGroupConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_lb_target_group data_aws_lb_target_group -
-
Uses of DataAwsLbTargetGroupConfig in com.hashicorp.cdktf.providers.aws.data_aws_lb_target_group
Classes in com.hashicorp.cdktf.providers.aws.data_aws_lb_target_group that implement DataAwsLbTargetGroupConfig Modifier and Type Class Description static classDataAwsLbTargetGroupConfig.Jsii$ProxyAn implementation forDataAwsLbTargetGroupConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_lb_target_group that return DataAwsLbTargetGroupConfig Modifier and Type Method Description DataAwsLbTargetGroupConfigDataAwsLbTargetGroupConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_lb_target_group with parameters of type DataAwsLbTargetGroupConfig Constructor Description DataAwsLbTargetGroup(software.constructs.Construct scope, String id, DataAwsLbTargetGroupConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/lb_target_group aws_lb_target_group} Data Source.
-