| 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.Detective.Types.Administrator
Description
Documentation
data Administrator Source #
Information about the Detective administrator account for an organization.
See: newAdministrator smart constructor.
Constructors
| Administrator' | |
Fields
| |
Instances
newAdministrator :: Administrator Source #
Create a value of Administrator 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:Administrator', administrator_accountId - The Amazon Web Services account identifier of the Detective
administrator account for the organization.
$sel:delegationTime:Administrator', administrator_delegationTime - The date and time when the Detective administrator account was enabled.
The value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.
$sel:graphArn:Administrator', administrator_graphArn - The ARN of the organization behavior graph.
administrator_accountId :: Lens' Administrator (Maybe Text) Source #
The Amazon Web Services account identifier of the Detective administrator account for the organization.
administrator_delegationTime :: Lens' Administrator (Maybe UTCTime) Source #
The date and time when the Detective administrator account was enabled.
The value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.
administrator_graphArn :: Lens' Administrator (Maybe Text) Source #
The ARN of the organization behavior graph.