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