GetSecretVersionsPlainArgs

data class GetSecretVersionsPlainArgs(val includeDeprecated: Boolean? = null, val secretId: String) : ConvertibleToJava<GetSecretVersionsPlainArgs>

A collection of arguments for invoking getSecretVersions.

Constructors

Link copied to clipboard
constructor(includeDeprecated: Boolean? = null, secretId: String)

Properties

Link copied to clipboard

If true, all deprecated secret versions are included in the response. If false, no deprecated secret versions are included in the response. If no value is specified, the default value is false.

Link copied to clipboard

Specifies the secret containing the version that you want to retrieve. You can specify either the ARN or the friendly name of the secret.

Functions

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