class
Amazonite::SecretsManager::ReplicaRegionType
- Amazonite::SecretsManager::ReplicaRegionType
- Reference
- Object
Overview
A custom type that specifies a Region and the KmsKeyId for a replica secret.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/replica_region_type.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_id : String | Nil
The ARN, key ID, or alias of the KMS key to encrypt the secret.
-
#kms_key_id=(kms_key_id : String | Nil)
The ARN, key ID, or alias of the KMS key to encrypt the secret.
-
#region : String | Nil
A Region code.
-
#region=(region : String | Nil)
A Region code.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field,
Secrets Manager uses aws/secretsmanager.
The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field,
Secrets Manager uses aws/secretsmanager.
A Region code. For a list of Region codes, see Name and code of Regions.
A Region code. For a list of Region codes, see Name and code of Regions.