ServiceRegion

class ServiceRegion : KotlinCustomResource

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

Properties

Link copied to clipboard

The number of domain controllers desired in the replicated directory. Minimum value of 2.

Link copied to clipboard
val directoryId: Output<String>

The identifier of the directory to which you want to add Region replication.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val regionName: Output<String>

The name of the Region where you want to add domain controllers for replication.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Map of tags to assign to this resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

VPC information in the replicated Region. Detailed below.