You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::AddRegionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AddRegionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId", # required
  region_name: "RegionName", # required
  vpc_settings: { # required
    vpc_id: "VpcId", # required
    subnet_ids: ["SubnetId"], # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

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

Returns:

  • (String)

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

#region_nameString

The name of the Region where you want to add domain controllers for replication. For example, us-east-1.

Returns:

  • (String)

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

#vpc_settingsTypes::DirectoryVpcSettings

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

Returns: