Interface KmsGrantConstraints

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    KmsGrantConstraints.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.566Z")
    @Stability(Stable)
    public interface KmsGrantConstraints
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEncryptionContextEquals

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getEncryptionContextEquals()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#encryption_context_equals KmsGrant#encryption_context_equals}.
      • getEncryptionContextSubset

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getEncryptionContextSubset()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#encryption_context_subset KmsGrant#encryption_context_subset}.