| 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.Organizations.Types.DelegatedAdministrator
Description
Synopsis
- data DelegatedAdministrator = DelegatedAdministrator' {}
- newDelegatedAdministrator :: DelegatedAdministrator
- delegatedAdministrator_arn :: Lens' DelegatedAdministrator (Maybe Text)
- delegatedAdministrator_delegationEnabledDate :: Lens' DelegatedAdministrator (Maybe UTCTime)
- delegatedAdministrator_email :: Lens' DelegatedAdministrator (Maybe Text)
- delegatedAdministrator_id :: Lens' DelegatedAdministrator (Maybe Text)
- delegatedAdministrator_joinedMethod :: Lens' DelegatedAdministrator (Maybe AccountJoinedMethod)
- delegatedAdministrator_joinedTimestamp :: Lens' DelegatedAdministrator (Maybe UTCTime)
- delegatedAdministrator_name :: Lens' DelegatedAdministrator (Maybe Text)
- delegatedAdministrator_status :: Lens' DelegatedAdministrator (Maybe AccountStatus)
Documentation
data DelegatedAdministrator Source #
Contains information about the delegated administrator.
See: newDelegatedAdministrator smart constructor.
Constructors
| DelegatedAdministrator' | |
Fields
| |
Instances
newDelegatedAdministrator :: DelegatedAdministrator Source #
Create a value of DelegatedAdministrator 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:arn:DelegatedAdministrator', delegatedAdministrator_arn - The Amazon Resource Name (ARN) of the delegated administrator's
account.
$sel:delegationEnabledDate:DelegatedAdministrator', delegatedAdministrator_delegationEnabledDate - The date when the account was made a delegated administrator.
$sel:email:DelegatedAdministrator', delegatedAdministrator_email - The email address that is associated with the delegated administrator's
Amazon Web Services account.
$sel:id:DelegatedAdministrator', delegatedAdministrator_id - The unique identifier (ID) of the delegated administrator's account.
$sel:joinedMethod:DelegatedAdministrator', delegatedAdministrator_joinedMethod - The method by which the delegated administrator's account joined the
organization.
$sel:joinedTimestamp:DelegatedAdministrator', delegatedAdministrator_joinedTimestamp - The date when the delegated administrator's account became a part of
the organization.
$sel:name:DelegatedAdministrator', delegatedAdministrator_name - The friendly name of the delegated administrator's account.
$sel:status:DelegatedAdministrator', delegatedAdministrator_status - The status of the delegated administrator's account in the
organization.
delegatedAdministrator_arn :: Lens' DelegatedAdministrator (Maybe Text) Source #
The Amazon Resource Name (ARN) of the delegated administrator's account.
delegatedAdministrator_delegationEnabledDate :: Lens' DelegatedAdministrator (Maybe UTCTime) Source #
The date when the account was made a delegated administrator.
delegatedAdministrator_email :: Lens' DelegatedAdministrator (Maybe Text) Source #
The email address that is associated with the delegated administrator's Amazon Web Services account.
delegatedAdministrator_id :: Lens' DelegatedAdministrator (Maybe Text) Source #
The unique identifier (ID) of the delegated administrator's account.
delegatedAdministrator_joinedMethod :: Lens' DelegatedAdministrator (Maybe AccountJoinedMethod) Source #
The method by which the delegated administrator's account joined the organization.
delegatedAdministrator_joinedTimestamp :: Lens' DelegatedAdministrator (Maybe UTCTime) Source #
The date when the delegated administrator's account became a part of the organization.
delegatedAdministrator_name :: Lens' DelegatedAdministrator (Maybe Text) Source #
The friendly name of the delegated administrator's account.
delegatedAdministrator_status :: Lens' DelegatedAdministrator (Maybe AccountStatus) Source #
The status of the delegated administrator's account in the organization.