Uses of Class
com.hashicorp.cdktf.providers.aws.provider.AwsProviderIgnoreTags.Builder
-
Packages that use AwsProviderIgnoreTags.Builder Package Description com.hashicorp.cdktf.providers.aws.provider provider -
-
Uses of AwsProviderIgnoreTags.Builder in com.hashicorp.cdktf.providers.aws.provider
Methods in com.hashicorp.cdktf.providers.aws.provider that return AwsProviderIgnoreTags.Builder Modifier and Type Method Description static AwsProviderIgnoreTags.BuilderAwsProviderIgnoreTags. builder()AwsProviderIgnoreTags.BuilderAwsProviderIgnoreTags.Builder. keyPrefixes(List<String> keyPrefixes)Sets the value ofAwsProviderIgnoreTags.getKeyPrefixes()AwsProviderIgnoreTags.BuilderAwsProviderIgnoreTags.Builder. keys(List<String> keys)Sets the value ofAwsProviderIgnoreTags.getKeys()Constructors in com.hashicorp.cdktf.providers.aws.provider with parameters of type AwsProviderIgnoreTags.Builder Constructor Description Jsii$Proxy(AwsProviderIgnoreTags.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsProviderIgnoreTags.Builder.
-