ReplicationUpdateParameters Class

The parameters for updating a replication.

Inheritance
ReplicationUpdateParameters

Constructor

ReplicationUpdateParameters(*, tags: Optional[Dict[str, str]] = None, region_endpoint_enabled: Optional[bool] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The tags for the replication.

region_endpoint_enabled
bool

Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.