CustomKeyStoreXksProxyAuthenticationCredentialArgs

data class CustomKeyStoreXksProxyAuthenticationCredentialArgs(val accessKeyId: Output<String>, val rawSecretAccessKey: Output<String>) : ConvertibleToJava<CustomKeyStoreXksProxyAuthenticationCredentialArgs>

Constructors

constructor(accessKeyId: Output<String>, rawSecretAccessKey: Output<String>)

Properties

Link copied to clipboard
val accessKeyId: Output<String>

A unique identifier for the raw secret access key.

Link copied to clipboard

A secret string of 43-64 characters.

Functions

Link copied to clipboard
open override fun toJava(): CustomKeyStoreXksProxyAuthenticationCredentialArgs