ServiceRegionArgs

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

Constructors

Link copied to clipboard
constructor(desiredNumberOfDomainControllers: Output<Int>? = null, directoryId: Output<String>? = null, regionName: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcSettings: Output<ServiceRegionVpcSettingsArgs>? = null)

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>? = null

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

Link copied to clipboard
val regionName: Output<String>? = null

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

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

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

VPC information in the replicated Region. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): ServiceRegionArgs