GetSecretPlainArgs

data class GetSecretPlainArgs(val arn: String? = null, val name: String? = null) : ConvertibleToJava<GetSecretPlainArgs>

A collection of arguments for invoking getSecret.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null)

Properties

Link copied to clipboard
val arn: String? = null

ARN of the secret to retrieve.

Link copied to clipboard
val name: String? = null

Name of the secret to retrieve.

Functions

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