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