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