Customer Secret Args
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>)