Class KeyProps.Jsii$Proxy
- All Implemented Interfaces:
KeyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KeyProps
KeyProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kms.KeyProps
KeyProps.Builder, KeyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(KeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKeyProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<IPrincipal>A list of principals to add as key administrators to the key policy.final StringgetAlias()Initial alias to add to the key.final StringA description of the key.final BooleanIndicates whether the key is available for use.final BooleanIndicates whether AWS KMS rotates the key.final KeySpecThe cryptographic configuration of the key.final KeyUsageThe cryptographic operations for which the key can be used.final DurationSpecifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.final PolicyDocumentCustom policy document to attach to the KMS key.final RemovalPolicyWhether the encryption key should be retained when it is removed from the Stack.final Boolean(deprecated) Whether the key usage can be granted by IAM policies.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theKeyProps.Builder.
-
-
Method Details
-
getAdmins
Description copied from interface:KeyPropsA list of principals to add as key administrators to the key policy.Key administrators have permissions to manage the key (e.g., change permissions, revoke), but do not have permissions to use the key in cryptographic operations (e.g., encrypt, decrypt).
These principals will be added to the default key policy (if none specified), or to the specified policy (if provided).
Default: []
-
getAlias
Description copied from interface:KeyPropsInitial alias to add to the key.More aliases can be added later by calling
addAlias.Default: - No alias is added for the key.
-
getDescription
Description copied from interface:KeyPropsA description of the key.Use a description that helps your users decide whether the key is appropriate for a particular task.
Default: - No description.
- Specified by:
getDescriptionin interfaceKeyProps
-
getEnabled
Description copied from interface:KeyPropsIndicates whether the key is available for use.Default: - Key is enabled.
- Specified by:
getEnabledin interfaceKeyProps
-
getEnableKeyRotation
Description copied from interface:KeyPropsIndicates whether AWS KMS rotates the key.Default: false
- Specified by:
getEnableKeyRotationin interfaceKeyProps
-
getKeySpec
Description copied from interface:KeyPropsThe cryptographic configuration of the key. The valid value depends on usage of the key.IMPORTANT: If you change this property of an existing key, the existing key is scheduled for deletion and a new key is created with the specified value.
Default: KeySpec.SYMMETRIC_DEFAULT
- Specified by:
getKeySpecin interfaceKeyProps
-
getKeyUsage
Description copied from interface:KeyPropsThe cryptographic operations for which the key can be used.IMPORTANT: If you change this property of an existing key, the existing key is scheduled for deletion and a new key is created with the specified value.
Default: KeyUsage.ENCRYPT_DECRYPT
- Specified by:
getKeyUsagein interfaceKeyProps
-
getPendingWindow
Description copied from interface:KeyPropsSpecifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.When you remove a customer master key (CMK) from a CloudFormation stack, AWS KMS schedules the CMK for deletion and starts the mandatory waiting period. The PendingWindowInDays property determines the length of waiting period. During the waiting period, the key state of CMK is Pending Deletion, which prevents the CMK from being used in cryptographic operations. When the waiting period expires, AWS KMS permanently deletes the CMK.
Enter a value between 7 and 30 days.
Default: - 30 days
-
getPolicy
Description copied from interface:KeyPropsCustom policy document to attach to the KMS key.NOTE - If the
@aws-cdk/aws-kms:defaultKeyPoliciesfeature flag is set (the default for new projects), this policy will override the default key policy and become the only key policy for the key. If the feature flag is not set, this policy will be appended to the default key policy.Default: - A policy document with permissions for the account root to administer the key will be created.
-
getRemovalPolicy
Description copied from interface:KeyPropsWhether the encryption key should be retained when it is removed from the Stack.This is useful when one wants to retain access to data that was encrypted with a key that is being retired.
Default: RemovalPolicy.Retain
- Specified by:
getRemovalPolicyin interfaceKeyProps
-
getTrustAccountIdentities
Description copied from interface:KeyProps(deprecated) Whether the key usage can be granted by IAM policies.Setting this to true adds a default statement which delegates key access control completely to the identity's IAM policy (similar to how it works for other AWS resources). This matches the default behavior when creating KMS keys via the API or console.
If the
@aws-cdk/aws-kms:defaultKeyPoliciesfeature flag is set (the default for new projects), this flag will always be treated as 'true' and does not need to be explicitly set.Default: - false, unless the `@aws-cdk/aws-kms:defaultKeyPolicies` feature flag is set.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-