SecretReference

Contains a reference to a secret stored in AWS Secrets Manager.

Types

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

Properties

Link copied to clipboard

The JSON key used to extract the secret value from the AWS Secrets Manager secret.

Link copied to clipboard

The ID of the AWS Secrets Manager secret that stores the secret value.

Functions

Link copied to clipboard
inline fun copy(block: SecretReference.Builder.() -> Unit = {}): SecretReference
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