GetSecretRotationPlainArgs

data class GetSecretRotationPlainArgs(val secretId: String) : ConvertibleToJava<GetSecretRotationPlainArgs>

A collection of arguments for invoking getSecretRotation.

Constructors

Link copied to clipboard
constructor(secretId: String)

Properties

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(): GetSecretRotationPlainArgs