Class XksProxyAuthenticationCredentialType

java.lang.Object
software.amazon.awssdk.services.kms.model.XksProxyAuthenticationCredentialType
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>

@Generated("software.amazon.awssdk:codegen") public final class XksProxyAuthenticationCredentialType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<XksProxyAuthenticationCredentialType.Builder,XksProxyAuthenticationCredentialType>

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.

See Also: