Interface KmsGrantConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    KmsGrantConfig.Jsii$Proxy

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

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static KmsGrantConfig.Builder builder()  
      default Object getConstraints()
      constraints block.
      default List<String> getGrantCreationTokens()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#grant_creation_tokens KmsGrant#grant_creation_tokens}.
      String getGranteePrincipal()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#grantee_principal KmsGrant#grantee_principal}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#id KmsGrant#id}.
      String getKeyId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#key_id KmsGrant#key_id}.
      default String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#name KmsGrant#name}.
      List<String> getOperations()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#operations KmsGrant#operations}.
      default Object getRetireOnDelete()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#retire_on_delete KmsGrant#retire_on_delete}.
      default String getRetiringPrincipal()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#retiring_principal KmsGrant#retiring_principal}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getGranteePrincipal

        @Stability(Stable)
        @NotNull
        String getGranteePrincipal()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#grantee_principal KmsGrant#grantee_principal}.
      • getKeyId

        @Stability(Stable)
        @NotNull
        String getKeyId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#key_id KmsGrant#key_id}.
      • getOperations

        @Stability(Stable)
        @NotNull
        List<String> getOperations()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#operations KmsGrant#operations}.
      • getConstraints

        @Stability(Stable)
        @Nullable
        default Object getConstraints()
        constraints block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#constraints KmsGrant#constraints}

      • getGrantCreationTokens

        @Stability(Stable)
        @Nullable
        default List<String> getGrantCreationTokens()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#grant_creation_tokens KmsGrant#grant_creation_tokens}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#id KmsGrant#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#name KmsGrant#name}.
      • getRetireOnDelete

        @Stability(Stable)
        @Nullable
        default Object getRetireOnDelete()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#retire_on_delete KmsGrant#retire_on_delete}.
      • getRetiringPrincipal

        @Stability(Stable)
        @Nullable
        default String getRetiringPrincipal()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#retiring_principal KmsGrant#retiring_principal}.