Service Region Args
data class ServiceRegionArgs(val desiredNumberOfDomainControllers: Output<Int>? = null, val directoryId: Output<String>? = null, val regionName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vpcSettings: Output<ServiceRegionVpcSettingsArgs>? = null) : ConvertibleToJava<ServiceRegionArgs>
Manages a replicated Region and directory for Multi-Region replication. Multi-Region replication is only supported for the Enterprise Edition of AWS Managed Microsoft AD.
Import
Replicated Regions can be imported using directory ID,Region name e.g.,
$ pulumi import aws:directoryservice/serviceRegion:ServiceRegion example d-9267651497,us-east-2
Content copied to clipboard
Properties
Link copied to clipboard
The number of domain controllers desired in the replicated directory. Minimum value of 2
.
Link copied to clipboard
The identifier of the directory to which you want to add Region replication.
Link copied to clipboard
The name of the Region where you want to add domain controllers for replication.
Link copied to clipboard
VPC information in the replicated Region. Detailed below.