SecretValueEntry

A structure that contains the secret value and other details for a secret.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the secret.

Link copied to clipboard

The date the secret was created.

Link copied to clipboard
val name: String?

The friendly name of the secret.

Link copied to clipboard

The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array. The parameter represents the binary data as a base64-encoded string.

Link copied to clipboard

The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.

Link copied to clipboard

The unique version identifier of this version of the secret.

Link copied to clipboard

A list of all of the staging labels currently attached to this version of the secret.

Functions

Link copied to clipboard
inline fun copy(block: SecretValueEntry.Builder.() -> Unit = {}): SecretValueEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String