Table Replica
data class TableReplica(val kmsKeyArn: String? = null, val pointInTimeRecovery: Boolean? = null, val propagateTags: Boolean? = null, val regionName: String)
Constructors
Link copied to clipboard
fun TableReplica(kmsKeyArn: String? = null, pointInTimeRecovery: Boolean? = null, propagateTags: Boolean? = null, regionName: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Whether to propagate the global table's tags to a replica. Default is false
. Changes to tags only move in one direction: from global (source) to replica. In other words, tag drift on a replica will not trigger an update. Tag or replica changes on the global table, whether from drift or configuration changes, are propagated to replicas. Changing from true
to false
on a subsequent apply
means replica tags are left as they were, unmanaged, not deleted.
Link copied to clipboard