SecretReplica

data class SecretReplica(val kmsKeyId: String? = null, val lastAccessedDate: String? = null, val region: String, val status: String? = null, val statusMessage: String? = null)

Constructors

Link copied to clipboard
constructor(kmsKeyId: String? = null, lastAccessedDate: String? = null, region: String, status: String? = null, statusMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

ARN, Key ID, or Alias of the AWS KMS key within the region secret is replicated to. If one is not specified, then Secrets Manager defaults to using the AWS account's default KMS key (aws/secretsmanager) in the region or creates one for use if non-existent.

Link copied to clipboard

Date that you last accessed the secret in the Region.

Link copied to clipboard

Region for replicating the secret.

Link copied to clipboard
val status: String? = null

Status can be InProgress, Failed, or InSync.

Link copied to clipboard
val statusMessage: String? = null

Message such as Replication succeeded or Secret with this name already exists in this region.