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