libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectoryService.Types.DomainController

Description

 
Synopsis

Documentation

data DomainController Source #

Contains information about the domain controllers for a specified directory.

See: newDomainController smart constructor.

Constructors

DomainController' 

Fields

Instances

Instances details
Eq DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

Read DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

Show DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

Generic DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

Associated Types

type Rep DomainController :: Type -> Type #

NFData DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

Methods

rnf :: DomainController -> () #

Hashable DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

FromJSON DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

type Rep DomainController Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.DomainController

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:status:DomainController', domainController_status - The status of the domain controller.

$sel:directoryId:DomainController', domainController_directoryId - Identifier of the directory where the domain controller resides.

$sel:vpcId:DomainController', domainController_vpcId - The identifier of the VPC that contains the domain controller.

$sel:launchTime:DomainController', domainController_launchTime - Specifies when the domain controller was created.

$sel:subnetId:DomainController', domainController_subnetId - Identifier of the subnet in the VPC that contains the domain controller.

$sel:availabilityZone:DomainController', domainController_availabilityZone - The Availability Zone where the domain controller is located.

$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:dnsIpAddr:DomainController', domainController_dnsIpAddr - The IP address of the domain controller.

$sel:domainControllerId:DomainController', domainController_domainControllerId - Identifies a specific domain controller in the directory.

domainController_directoryId :: Lens' DomainController (Maybe Text) Source #

Identifier of the directory where the domain controller resides.

domainController_vpcId :: Lens' DomainController (Maybe Text) Source #

The identifier of the VPC that contains the domain controller.

domainController_launchTime :: Lens' DomainController (Maybe UTCTime) Source #

Specifies when the domain controller was created.

domainController_subnetId :: Lens' DomainController (Maybe Text) Source #

Identifier of the subnet in the VPC that contains the domain controller.

domainController_availabilityZone :: Lens' DomainController (Maybe Text) Source #

The Availability Zone where the domain controller is located.

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_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.