AwsSecretsManagerSecretDetails

Details about an Secrets Manager secret.

Types

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

Properties

Link copied to clipboard

Whether the secret is deleted.

Link copied to clipboard

The user-provided description of the secret.

Link copied to clipboard

The ARN, Key ID, or alias of the KMS key used to encrypt the SecretString or SecretBinary values for versions of this secret.

Link copied to clipboard
val name: String?

The name of the secret.

Link copied to clipboard

Whether rotation is enabled.

Link copied to clipboard

The ARN of the Lambda function that rotates the secret.

Link copied to clipboard

Whether the rotation occurred within the specified rotation frequency.

Link copied to clipboard

Defines the rotation schedule for the secret.

Functions

Link copied to clipboard
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