GetReplicationSetResult

data class GetReplicationSetResult(val arn: String, val createdBy: String, val deletionProtected: Boolean, val id: String, val lastModifiedBy: String, val regions: List<GetReplicationSetRegion>, val status: String, val tags: Map<String, String>)

A collection of values returned by getReplicationSet.

Constructors

Link copied to clipboard
constructor(arn: String, createdBy: String, deletionProtected: Boolean, id: String, lastModifiedBy: String, regions: List<GetReplicationSetRegion>, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resouce Name (ARN) of the replication set.

Link copied to clipboard

The ARN of the user who created the replication set.

Link copied to clipboard

If true, the last remaining Region in a replication set can’t be deleted.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ARN of the user who last modified the replication set.

Link copied to clipboard
Link copied to clipboard

The current status of the Region.

Link copied to clipboard

All tags applied to the replication set.