Uses of Class
com.hashicorp.cdktf.providers.aws.kms_grant.KmsGrantConstraints.Builder
-
Packages that use KmsGrantConstraints.Builder Package Description com.hashicorp.cdktf.providers.aws.kms_grant aws_kms_grant -
-
Uses of KmsGrantConstraints.Builder in com.hashicorp.cdktf.providers.aws.kms_grant
Methods in com.hashicorp.cdktf.providers.aws.kms_grant that return KmsGrantConstraints.Builder Modifier and Type Method Description static KmsGrantConstraints.BuilderKmsGrantConstraints. builder()KmsGrantConstraints.BuilderKmsGrantConstraints.Builder. encryptionContextEquals(Map<String,String> encryptionContextEquals)Sets the value ofKmsGrantConstraints.getEncryptionContextEquals()KmsGrantConstraints.BuilderKmsGrantConstraints.Builder. encryptionContextSubset(Map<String,String> encryptionContextSubset)Sets the value ofKmsGrantConstraints.getEncryptionContextSubset()Constructors in com.hashicorp.cdktf.providers.aws.kms_grant with parameters of type KmsGrantConstraints.Builder Constructor Description Jsii$Proxy(KmsGrantConstraints.Builder builder)Constructor that initializes the object based on literal property values passed by theKmsGrantConstraints.Builder.
-