GetReplicationSetResult

data class GetReplicationSetResult(val arn: String? = null, val deletionProtected: Boolean? = null, val regions: List<ReplicationSetReplicationRegion>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deletionProtected: Boolean? = null, regions: List<ReplicationSetReplicationRegion>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the ReplicationSet.

Link copied to clipboard

Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.

Link copied to clipboard

The ReplicationSet configuration.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to apply to the replication set.