Values.RegionDescriptionSourceThe replicated Region information for a directory.
type nonrec t = {directoryId : DirectoryId.t option;The identifier of the directory.
*)regionName : RegionName.t option;The name of the Region. For example, us-east-1.
*)regionType : RegionType.t option;Specifies whether the Region is the primary Region or an additional Region.
*)status : DirectoryStage.t option;The status of the replication process for the specified Region.
*)vpcSettings : DirectoryVpcSettings.t option;desiredNumberOfDomainControllers : DesiredNumberOfDomainControllers.t option;The desired number of domain controllers in the specified Region for the specified directory.
*)launchTime : LaunchTime.t option;Specifies when the Region replication began.
*)statusLastUpdatedDateTime : StateLastUpdatedDateTime.t option;The date and time that the Region status was last updated.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time that the Region description was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DesiredNumberOfDomainControllers.t
| `String of DirectoryId.t
| `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list
| `Timestamp of LaunchTime.t ])
list ]