ReplicationSetArgs

data class ReplicationSetArgs(val deletionProtected: Output<Boolean>? = null, val regions: Output<List<ReplicationSetReplicationRegionArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ReplicationSetArgs>

Resource type definition for AWS::SSMIncidents::ReplicationSet

Constructors

Link copied to clipboard
constructor(deletionProtected: Output<Boolean>? = null, regions: Output<List<ReplicationSetReplicationRegionArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val deletionProtected: Output<Boolean>? = null

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: Output<List<TagArgs>>? = null

The tags to apply to the replication set.

Functions

Link copied to clipboard
open override fun toJava(): ReplicationSetArgs