class
Amazonite::Kms::XksProxyAuthenticationCredentialType
- Amazonite::Kms::XksProxyAuthenticationCredentialType
- Reference
- Object
Overview
KMS uses the authentication credential to sign requests that it sends to the external key store proxy (XKS proxy) on your behalf. You establish these credentials on your external key store proxy and report them to KMS.
The XksProxyAuthenticationCredential includes two required elements.
Included Modules
- JSON::Serializable
Defined in:
kms/xks_proxy_authentication_credential_type.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_key_id : String
A unique identifier for the raw secret access key.
-
#access_key_id=(access_key_id : String)
A unique identifier for the raw secret access key.
-
#hash(hasher)
See
Object#hash(hasher) -
#raw_secret_access_key : String
A secret string of 43-64 characters.
-
#raw_secret_access_key=(raw_secret_access_key : String)
A secret string of 43-64 characters.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.