Uses of Interface
com.hashicorp.cdktf.providers.aws.kms_grant.KmsGrantConfig
-
Packages that use KmsGrantConfig Package Description com.hashicorp.cdktf.providers.aws.kms_grant aws_kms_grant -
-
Uses of KmsGrantConfig in com.hashicorp.cdktf.providers.aws.kms_grant
Classes in com.hashicorp.cdktf.providers.aws.kms_grant that implement KmsGrantConfig Modifier and Type Class Description static classKmsGrantConfig.Jsii$ProxyAn implementation forKmsGrantConfigMethods in com.hashicorp.cdktf.providers.aws.kms_grant that return KmsGrantConfig Modifier and Type Method Description KmsGrantConfigKmsGrantConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.kms_grant with parameters of type KmsGrantConfig Constructor Description KmsGrant(software.constructs.Construct scope, String id, KmsGrantConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant aws_kms_grant} Resource.
-