/** *

Represents the properties of a replica.

*/ export interface _Replica { /** *

The region where the replica needs to be created.

*/ RegionName?: string; } export declare type _UnmarshalledReplica = _Replica;