| 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.DomainController
Description
Synopsis
- data DomainController = DomainController' {}
- newDomainController :: DomainController
- domainController_availabilityZone :: Lens' DomainController (Maybe Text)
- domainController_directoryId :: Lens' DomainController (Maybe Text)
- domainController_dnsIpAddr :: Lens' DomainController (Maybe Text)
- domainController_domainControllerId :: Lens' DomainController (Maybe Text)
- domainController_launchTime :: Lens' DomainController (Maybe UTCTime)
- domainController_status :: Lens' DomainController (Maybe DomainControllerStatus)
- domainController_statusLastUpdatedDateTime :: Lens' DomainController (Maybe UTCTime)
- domainController_statusReason :: Lens' DomainController (Maybe Text)
- domainController_subnetId :: Lens' DomainController (Maybe Text)
- domainController_vpcId :: Lens' DomainController (Maybe Text)
Documentation
data DomainController Source #
Contains information about the domain controllers for a specified directory.
See: newDomainController smart constructor.
Constructors
| DomainController' | |
Fields
| |
Instances
newDomainController :: DomainController Source #
Create a value of DomainController 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:availabilityZone:DomainController', domainController_availabilityZone - The Availability Zone where the domain controller is located.
$sel:directoryId:DomainController', domainController_directoryId - Identifier of the directory where the domain controller resides.
$sel:dnsIpAddr:DomainController', domainController_dnsIpAddr - The IP address of the domain controller.
$sel:domainControllerId:DomainController', domainController_domainControllerId - Identifies a specific domain controller in the directory.
$sel:launchTime:DomainController', domainController_launchTime - Specifies when the domain controller was created.
$sel:status:DomainController', domainController_status - The status of the domain controller.
$sel:statusLastUpdatedDateTime:DomainController', domainController_statusLastUpdatedDateTime - The date and time that the status was last updated.
$sel:statusReason:DomainController', domainController_statusReason - A description of the domain controller state.
$sel:subnetId:DomainController', domainController_subnetId - Identifier of the subnet in the VPC that contains the domain controller.
$sel:vpcId:DomainController', domainController_vpcId - The identifier of the VPC that contains the domain controller.
domainController_availabilityZone :: Lens' DomainController (Maybe Text) Source #
The Availability Zone where the domain controller is located.
domainController_directoryId :: Lens' DomainController (Maybe Text) Source #
Identifier of the directory where the domain controller resides.
domainController_dnsIpAddr :: Lens' DomainController (Maybe Text) Source #
The IP address of the domain controller.
domainController_domainControllerId :: Lens' DomainController (Maybe Text) Source #
Identifies a specific domain controller in the directory.
domainController_launchTime :: Lens' DomainController (Maybe UTCTime) Source #
Specifies when the domain controller was created.
domainController_status :: Lens' DomainController (Maybe DomainControllerStatus) Source #
The status of the domain controller.
domainController_statusLastUpdatedDateTime :: Lens' DomainController (Maybe UTCTime) Source #
The date and time that the status was last updated.
domainController_statusReason :: Lens' DomainController (Maybe Text) Source #
A description of the domain controller state.
domainController_subnetId :: Lens' DomainController (Maybe Text) Source #
Identifier of the subnet in the VPC that contains the domain controller.
domainController_vpcId :: Lens' DomainController (Maybe Text) Source #
The identifier of the VPC that contains the domain controller.