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