| 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.OwnerDirectoryDescription
Description
Synopsis
- data OwnerDirectoryDescription = OwnerDirectoryDescription' {}
- newOwnerDirectoryDescription :: OwnerDirectoryDescription
- ownerDirectoryDescription_accountId :: Lens' OwnerDirectoryDescription (Maybe Text)
- ownerDirectoryDescription_directoryId :: Lens' OwnerDirectoryDescription (Maybe Text)
- ownerDirectoryDescription_dnsIpAddrs :: Lens' OwnerDirectoryDescription (Maybe [Text])
- ownerDirectoryDescription_radiusSettings :: Lens' OwnerDirectoryDescription (Maybe RadiusSettings)
- ownerDirectoryDescription_radiusStatus :: Lens' OwnerDirectoryDescription (Maybe RadiusStatus)
- ownerDirectoryDescription_vpcSettings :: Lens' OwnerDirectoryDescription (Maybe DirectoryVpcSettingsDescription)
Documentation
data OwnerDirectoryDescription Source #
Describes the directory owner account details that have been shared to the directory consumer account.
See: newOwnerDirectoryDescription smart constructor.
Constructors
| OwnerDirectoryDescription' | |
Fields
| |
Instances
newOwnerDirectoryDescription :: OwnerDirectoryDescription Source #
Create a value of OwnerDirectoryDescription 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:accountId:OwnerDirectoryDescription', ownerDirectoryDescription_accountId - Identifier of the directory owner account.
$sel:directoryId:OwnerDirectoryDescription', ownerDirectoryDescription_directoryId - Identifier of the Managed Microsoft AD directory in the directory owner
account.
$sel:dnsIpAddrs:OwnerDirectoryDescription', ownerDirectoryDescription_dnsIpAddrs - IP address of the directory’s domain controllers.
$sel:radiusSettings:OwnerDirectoryDescription', ownerDirectoryDescription_radiusSettings - A RadiusSettings object that contains information about the RADIUS
server.
$sel:radiusStatus:OwnerDirectoryDescription', ownerDirectoryDescription_radiusStatus - Information about the status of the RADIUS server.
$sel:vpcSettings:OwnerDirectoryDescription', ownerDirectoryDescription_vpcSettings - Information about the VPC settings for the directory.
ownerDirectoryDescription_accountId :: Lens' OwnerDirectoryDescription (Maybe Text) Source #
Identifier of the directory owner account.
ownerDirectoryDescription_directoryId :: Lens' OwnerDirectoryDescription (Maybe Text) Source #
Identifier of the Managed Microsoft AD directory in the directory owner account.
ownerDirectoryDescription_dnsIpAddrs :: Lens' OwnerDirectoryDescription (Maybe [Text]) Source #
IP address of the directory’s domain controllers.
ownerDirectoryDescription_radiusSettings :: Lens' OwnerDirectoryDescription (Maybe RadiusSettings) Source #
A RadiusSettings object that contains information about the RADIUS server.
ownerDirectoryDescription_radiusStatus :: Lens' OwnerDirectoryDescription (Maybe RadiusStatus) Source #
Information about the status of the RADIUS server.
ownerDirectoryDescription_vpcSettings :: Lens' OwnerDirectoryDescription (Maybe DirectoryVpcSettingsDescription) Source #
Information about the VPC settings for the directory.