XksProxyAuthenticationCredentialType
AWS 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 AWS KMS.
The XksProxyAuthenticationCredential
includes two required elements.
Contents
Note
In the following list, the required parameters are described first.
- AccessKeyId
-
A unique identifier for the raw secret access key.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 30.
Pattern:
^[A-Z2-7]+$
Required: Yes
- RawSecretAccessKey
-
A secret string of 43-64 characters. Valid characters are a-z, A-Z, 0-9, /, +, and =.
Type: String
Length Constraints: Minimum length of 43. Maximum length of 64.
Pattern:
^[a-zA-Z0-9\/+=]+$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: