GetSecretsPlainArgs

data class GetSecretsPlainArgs(val secrets: List<GetSecretsSecret>) : ConvertibleToJava<GetSecretsPlainArgs>

A collection of arguments for invoking getSecrets.

Constructors

Link copied to clipboard
constructor(secrets: List<GetSecretsSecret>)

Properties

Link copied to clipboard

One or more encrypted payload definitions from the KMS service. See the Secret Definitions below.

Functions

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