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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKmsGrantConfig.BuilderA builder forKmsGrantConfigstatic classKmsGrantConfig.Jsii$ProxyAn implementation forKmsGrantConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KmsGrantConfig.Builderbuilder()default ObjectgetConstraints()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}.StringgetGranteePrincipal()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 StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#id KmsGrant#id}.StringgetKeyId()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 StringgetName()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 ObjectgetRetireOnDelete()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 StringgetRetiringPrincipal()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kms_grant#retiring_principal KmsGrant#retiring_principal}.
-
-
-
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}.
-
builder
@Stability(Stable) static KmsGrantConfig.Builder builder()
- Returns:
- a
KmsGrantConfig.BuilderofKmsGrantConfig
-
-