ReplicaRegionType

A custom type that specifies a Region and the KmsKeyId for a replica secret.

Types

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

Properties

Link copied to clipboard

The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field, Secrets Manager uses aws/secretsmanager.

Link copied to clipboard

A Region code. For a list of Region codes, see Name and code of Regions.

Functions

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