ReplicationUpdateParameters interface
The parameters for updating a replication.
Properties
region |
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. |
tags | The tags for the replication. |
Property Details
regionEndpointEnabled
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.
regionEndpointEnabled?: boolean
Property Value
boolean
tags
The tags for the replication.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}