Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DirectoryVpcSettings Source #
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
See: newDirectoryVpcSettings
smart constructor.
Instances
newDirectoryVpcSettings Source #
Create a value of DirectoryVpcSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:vpcId:DirectoryVpcSettings'
, directoryVpcSettings_vpcId
- The identifier of the VPC in which to create the directory.
$sel:subnetIds:DirectoryVpcSettings'
, directoryVpcSettings_subnetIds
- The identifiers of the subnets for the directory servers. The two
subnets must be in different Availability Zones. Directory Service
creates a directory server and a DNS server in each of these subnets.
directoryVpcSettings_vpcId :: Lens' DirectoryVpcSettings Text Source #
The identifier of the VPC in which to create the directory.
directoryVpcSettings_subnetIds :: Lens' DirectoryVpcSettings [Text] Source #
The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.