CustomerSecretArgs

data class CustomerSecretArgs(val algorithm: Output<SupportedAlgorithm>, val keyIdentifier: Output<String>, val keyValue: Output<String>) : ConvertibleToJava<CustomerSecretArgs>

The pair of customer secret.

Constructors

Link copied to clipboard
constructor(algorithm: Output<SupportedAlgorithm>, keyIdentifier: Output<String>, keyValue: Output<String>)

Properties

Link copied to clipboard

The encryption algorithm used to encrypt data.

Link copied to clipboard
val keyIdentifier: Output<String>

The identifier to the data service input object which this secret corresponds to.

Link copied to clipboard
val keyValue: Output<String>

It contains the encrypted customer secret.

Functions

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