class
Amazonite::Kms::KeyMetadata
- Amazonite::Kms::KeyMetadata
- Reference
- Object
Overview
Contains metadata about a KMS key.
This data type is used as a response element for the CreateKey, DescribeKey, and ReplicateKey operations.
Included Modules
- JSON::Serializable
Defined in:
kms/key_metadata.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_id : String, aws_account_id : String | Nil = nil, arn : String | Nil = nil, creation_date : Time | Nil = nil, enabled : Bool | Nil = nil, description : String | Nil = nil, key_usage : KeyUsageType | Nil = nil, key_state : KeyState | Nil = nil, deletion_date : Time | Nil = nil, valid_to : Time | Nil = nil, origin : OriginType | Nil = nil, custom_key_store_id : String | Nil = nil, cloud_hsm_cluster_id : String | Nil = nil, expiration_model : ExpirationModelType | Nil = nil, key_manager : KeyManagerType | Nil = nil, customer_master_key_spec : CustomerMasterKeySpec | Nil = nil, key_spec : KeySpec | Nil = nil, encryption_algorithms : Array(EncryptionAlgorithmSpec) | Nil = nil, signing_algorithms : Array(SigningAlgorithmSpec) | Nil = nil, key_agreement_algorithms : Array(KeyAgreementAlgorithmSpec) | Nil = nil, multi_region : Bool | Nil = nil, multi_region_configuration : MultiRegionConfiguration | Nil = nil, pending_deletion_window_in_days : Int32 | Nil = nil, mac_algorithms : Array(MacAlgorithmSpec) | Nil = nil, xks_key_configuration : XksKeyConfigurationType | Nil = nil, current_key_material_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the KMS key.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the KMS key.
-
#aws_account_id : String | Nil
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
-
#aws_account_id=(aws_account_id : String | Nil)
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
-
#cloud_hsm_cluster_id : String | Nil
The cluster ID of the CloudHSM cluster that contains the key material for the KMS key.
-
#cloud_hsm_cluster_id=(cloud_hsm_cluster_id : String | Nil)
The cluster ID of the CloudHSM cluster that contains the key material for the KMS key.
-
#creation_date : Time | Nil
The date and time when the KMS key was created.
-
#creation_date=(creation_date : Time | Nil)
The date and time when the KMS key was created.
-
#current_key_material_id : String | Nil
Identifies the current key material.
-
#current_key_material_id=(current_key_material_id : String | Nil)
Identifies the current key material.
-
#custom_key_store_id : String | Nil
A unique identifier for the custom key store that contains the KMS key.
-
#custom_key_store_id=(custom_key_store_id : String | Nil)
A unique identifier for the custom key store that contains the KMS key.
-
#customer_master_key_spec : CustomerMasterKeySpec | Nil
Instead, use the
KeySpecfield. -
#customer_master_key_spec=(customer_master_key_spec : CustomerMasterKeySpec | Nil)
Instead, use the
KeySpecfield. -
#deletion_date : Time | Nil
The date and time after which KMS deletes this KMS key.
-
#deletion_date=(deletion_date : Time | Nil)
The date and time after which KMS deletes this KMS key.
-
#description : String | Nil
The description of the KMS key.
-
#description=(description : String | Nil)
The description of the KMS key.
-
#enabled : Bool | Nil
Specifies whether the KMS key is enabled.
-
#enabled=(enabled : Bool | Nil)
Specifies whether the KMS key is enabled.
-
#encryption_algorithms : Array(EncryptionAlgorithmSpec) | Nil
The encryption algorithms that the KMS key supports.
-
#encryption_algorithms=(encryption_algorithms : Array(EncryptionAlgorithmSpec) | Nil)
The encryption algorithms that the KMS key supports.
-
#expiration_model : ExpirationModelType | Nil
Specifies whether the KMS key's key material expires.
-
#expiration_model=(expiration_model : ExpirationModelType | Nil)
Specifies whether the KMS key's key material expires.
-
#hash(hasher)
See
Object#hash(hasher) -
#key_agreement_algorithms : Array(KeyAgreementAlgorithmSpec) | Nil
The key agreement algorithm used to derive a shared secret.
-
#key_agreement_algorithms=(key_agreement_algorithms : Array(KeyAgreementAlgorithmSpec) | Nil)
The key agreement algorithm used to derive a shared secret.
-
#key_id : String
The globally unique identifier for the KMS key.
-
#key_id=(key_id : String)
The globally unique identifier for the KMS key.
-
#key_manager : KeyManagerType | Nil
The manager of the KMS key.
-
#key_manager=(key_manager : KeyManagerType | Nil)
The manager of the KMS key.
-
#key_spec : KeySpec | Nil
Describes the type of key material in the KMS key.
-
#key_spec=(key_spec : KeySpec | Nil)
Describes the type of key material in the KMS key.
-
#key_state : KeyState | Nil
The current status of the KMS key.
-
#key_state=(key_state : KeyState | Nil)
The current status of the KMS key.
-
#key_usage : KeyUsageType | Nil
The cryptographic operations for which you can use the KMS key.
-
#key_usage=(key_usage : KeyUsageType | Nil)
The cryptographic operations for which you can use the KMS key.
-
#mac_algorithms : Array(MacAlgorithmSpec) | Nil
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
-
#mac_algorithms=(mac_algorithms : Array(MacAlgorithmSpec) | Nil)
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
-
#multi_region : Bool | Nil
Indicates whether the KMS key is a multi-Region (
True) or regional (False) key. -
#multi_region=(multi_region : Bool | Nil)
Indicates whether the KMS key is a multi-Region (
True) or regional (False) key. -
#multi_region_configuration : MultiRegionConfiguration | Nil
Lists the primary and replica keys in same multi-Region key.
-
#multi_region_configuration=(multi_region_configuration : MultiRegionConfiguration | Nil)
Lists the primary and replica keys in same multi-Region key.
-
#origin : OriginType | Nil
The source of the key material for the KMS key.
-
#origin=(origin : OriginType | Nil)
The source of the key material for the KMS key.
-
#pending_deletion_window_in_days : Int32 | Nil
The waiting period before the primary key in a multi-Region key is deleted.
-
#pending_deletion_window_in_days=(pending_deletion_window_in_days : Int32 | Nil)
The waiting period before the primary key in a multi-Region key is deleted.
-
#signing_algorithms : Array(SigningAlgorithmSpec) | Nil
The signing algorithms that the KMS key supports.
-
#signing_algorithms=(signing_algorithms : Array(SigningAlgorithmSpec) | Nil)
The signing algorithms that the KMS key supports.
-
#valid_to : Time | Nil
The earliest time at which any imported key material permanently associated with this KMS key expires.
-
#valid_to=(valid_to : Time | Nil)
The earliest time at which any imported key material permanently associated with this KMS key expires.
- #validate! : Nil
-
#xks_key_configuration : XksKeyConfigurationType | Nil
Information about the external key that is associated with a KMS key in an external key store.
-
#xks_key_configuration=(xks_key_configuration : XksKeyConfigurationType | Nil)
Information about the external key that is associated with a KMS key in an external key store.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the KMS key. For examples, see Key Management Service (KMS) in the Example ARNs section of the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) of the KMS key. For examples, see Key Management Service (KMS) in the Example ARNs section of the Amazon Web Services General Reference.
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
The cluster ID of the CloudHSM cluster that contains the key material for the KMS key. When you create a KMS key in an CloudHSM custom key store, KMS creates the key material for the KMS key in the associated CloudHSM cluster. This field is present only when the KMS key is created in an CloudHSM key store.
The cluster ID of the CloudHSM cluster that contains the key material for the KMS key. When you create a KMS key in an CloudHSM custom key store, KMS creates the key material for the KMS key in the associated CloudHSM cluster. This field is present only when the KMS key is created in an CloudHSM key store.
Identifies the current key material. This value is present for symmetric encryption keys with
AWS_KMS or EXTERNAL origin. These KMS keys support automatic or on-demand key rotation and
can have multiple key materials associated with them. KMS uses the current key material for both
encryption and decryption, and the non-current key material for decryption operations only.
Identifies the current key material. This value is present for symmetric encryption keys with
AWS_KMS or EXTERNAL origin. These KMS keys support automatic or on-demand key rotation and
can have multiple key materials associated with them. KMS uses the current key material for both
encryption and decryption, and the non-current key material for decryption operations only.
A unique identifier for the custom key store that contains the KMS key. This field is present only when the KMS key is created in a custom key store.
A unique identifier for the custom key store that contains the KMS key. This field is present only when the KMS key is created in a custom key store.
Instead, use the KeySpec field.
The KeySpec and CustomerMasterKeySpec fields have the same value. We recommend that you use
the KeySpec field in your code. However, to avoid breaking changes, KMS supports both fields.
Instead, use the KeySpec field.
The KeySpec and CustomerMasterKeySpec fields have the same value. We recommend that you use
the KeySpec field in your code. However, to avoid breaking changes, KMS supports both fields.
The date and time after which KMS deletes this KMS key. This value is present only when the KMS
key is scheduled for deletion, that is, when its KeyState is PendingDeletion.
When the primary key in a multi-Region key is scheduled for deletion but still has replica keys,
its key state is PendingReplicaDeletion and the length of its waiting period is displayed in
the PendingDeletionWindowInDays field.
The date and time after which KMS deletes this KMS key. This value is present only when the KMS
key is scheduled for deletion, that is, when its KeyState is PendingDeletion.
When the primary key in a multi-Region key is scheduled for deletion but still has replica keys,
its key state is PendingReplicaDeletion and the length of its waiting period is displayed in
the PendingDeletionWindowInDays field.
Specifies whether the KMS key is enabled. When KeyState is Enabled this value is true,
otherwise it is false.
Specifies whether the KMS key is enabled. When KeyState is Enabled this value is true,
otherwise it is false.
The encryption algorithms that the KMS key supports. You cannot use the KMS key with other encryption algorithms within KMS.
This value is present only when the KeyUsage of the KMS key is ENCRYPT_DECRYPT.
The encryption algorithms that the KMS key supports. You cannot use the KMS key with other encryption algorithms within KMS.
This value is present only when the KeyUsage of the KMS key is ENCRYPT_DECRYPT.
Specifies whether the KMS key's key material expires. This value is present only when Origin
is EXTERNAL, otherwise this value is omitted.
Specifies whether the KMS key's key material expires. This value is present only when Origin
is EXTERNAL, otherwise this value is omitted.
The key agreement algorithm used to derive a shared secret.
The key agreement algorithm used to derive a shared secret.
The manager of the KMS key. KMS keys in your Amazon Web Services account are either customer managed or Amazon Web Services managed. For more information about the difference, see KMS keys in the Key Management Service Developer Guide.
The manager of the KMS key. KMS keys in your Amazon Web Services account are either customer managed or Amazon Web Services managed. For more information about the difference, see KMS keys in the Key Management Service Developer Guide.
Describes the type of key material in the KMS key.
The current status of the KMS key.
For more information about how key state affects the use of a KMS key, see Key states of KMS keys in the Key Management Service Developer Guide.
The current status of the KMS key.
For more information about how key state affects the use of a KMS key, see Key states of KMS keys in the Key Management Service Developer Guide.
The cryptographic operations for which you can use the KMS key.
The cryptographic operations for which you can use the KMS key.
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
This value is present only when the KeyUsage of the KMS key is GENERATE_VERIFY_MAC.
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
This value is present only when the KeyUsage of the KMS key is GENERATE_VERIFY_MAC.
Indicates whether the KMS key is a multi-Region (True) or regional (False) key. This value
is True for multi-Region primary and replica keys and False for regional KMS keys.
For more information about multi-Region keys, see Multi-Region keys in KMS in the Key Management Service Developer Guide.
Indicates whether the KMS key is a multi-Region (True) or regional (False) key. This value
is True for multi-Region primary and replica keys and False for regional KMS keys.
For more information about multi-Region keys, see Multi-Region keys in KMS in the Key Management Service Developer Guide.
Lists the primary and replica keys in same multi-Region key. This field is present only when the
value of the MultiRegion field is True.
For more information about any listed KMS key, use the DescribeKey operation.
-
MultiRegionKeyTypeindicates whether the KMS key is aPRIMARYorREPLICAkey. -
PrimaryKeydisplays the key ARN and Region of the primary key. This field displays the current KMS key if it is the primary key. -
ReplicaKeysdisplays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.
Lists the primary and replica keys in same multi-Region key. This field is present only when the
value of the MultiRegion field is True.
For more information about any listed KMS key, use the DescribeKey operation.
-
MultiRegionKeyTypeindicates whether the KMS key is aPRIMARYorREPLICAkey. -
PrimaryKeydisplays the key ARN and Region of the primary key. This field displays the current KMS key if it is the primary key. -
ReplicaKeysdisplays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.
The source of the key material for the KMS key. When this value is AWS_KMS, KMS created the
key material. When this value is EXTERNAL, the key material was imported or the KMS key
doesn't have any key material. When this value is AWS_CLOUDHSM, the key material was created
in the CloudHSM cluster associated with a custom key store.
The source of the key material for the KMS key. When this value is AWS_KMS, KMS created the
key material. When this value is EXTERNAL, the key material was imported or the KMS key
doesn't have any key material. When this value is AWS_CLOUDHSM, the key material was created
in the CloudHSM cluster associated with a custom key store.
The waiting period before the primary key in a multi-Region key is deleted. This waiting period
begins when the last of its replica keys is deleted. This value is present only when the
KeyState of the KMS key is PendingReplicaDeletion. That indicates that the KMS key is the
primary key in a multi-Region key, it is scheduled for deletion, and it still has existing
replica keys.
When a single-Region KMS key or a multi-Region replica key is scheduled for deletion, its
deletion date is displayed in the DeletionDate field. However, when the primary key in a
multi-Region key is scheduled for deletion, its waiting period doesn't begin until all of its
replica keys are deleted. This value displays that waiting period. When the last replica key in
the multi-Region key is deleted, the KeyState of the scheduled primary key changes from
PendingReplicaDeletion to PendingDeletion and the deletion date appears in the
DeletionDate field.
The waiting period before the primary key in a multi-Region key is deleted. This waiting period
begins when the last of its replica keys is deleted. This value is present only when the
KeyState of the KMS key is PendingReplicaDeletion. That indicates that the KMS key is the
primary key in a multi-Region key, it is scheduled for deletion, and it still has existing
replica keys.
When a single-Region KMS key or a multi-Region replica key is scheduled for deletion, its
deletion date is displayed in the DeletionDate field. However, when the primary key in a
multi-Region key is scheduled for deletion, its waiting period doesn't begin until all of its
replica keys are deleted. This value displays that waiting period. When the last replica key in
the multi-Region key is deleted, the KeyState of the scheduled primary key changes from
PendingReplicaDeletion to PendingDeletion and the deletion date appears in the
DeletionDate field.
The signing algorithms that the KMS key supports. You cannot use the KMS key with other signing algorithms within KMS.
This field appears only when the KeyUsage of the KMS key is SIGN_VERIFY.
The signing algorithms that the KMS key supports. You cannot use the KMS key with other signing algorithms within KMS.
This field appears only when the KeyUsage of the KMS key is SIGN_VERIFY.
The earliest time at which any imported key material permanently associated with this KMS key
expires. When a key material expires, KMS deletes the key material and the KMS key becomes
unusable. This value is present only for KMS keys whose Origin is EXTERNAL and the
ExpirationModel is KEY_MATERIAL_EXPIRES, otherwise this value is omitted.
The earliest time at which any imported key material permanently associated with this KMS key
expires. When a key material expires, KMS deletes the key material and the KMS key becomes
unusable. This value is present only for KMS keys whose Origin is EXTERNAL and the
ExpirationModel is KEY_MATERIAL_EXPIRES, otherwise this value is omitted.
Information about the external key that is associated with a KMS key in an external key store.
For more information, see External key in the Key Management Service Developer Guide.
Information about the external key that is associated with a KMS key in an external key store.
For more information, see External key in the Key Management Service Developer Guide.