GetSecretPlainArgs

data class GetSecretPlainArgs(val id: String) : ConvertibleToJava<GetSecretPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ARN of the secret.

Functions

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