| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.Types.DirectoryVpcSettings
Description
Documentation
data DirectoryVpcSettings Source #
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
See: newDirectoryVpcSettings smart constructor.
Constructors
| DirectoryVpcSettings' | |
Instances
newDirectoryVpcSettings Source #
Arguments
| :: Text | |
| -> DirectoryVpcSettings |
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.