| 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.MacieV2.Types.AllowListSummary
Description
Synopsis
- data AllowListSummary = AllowListSummary' {}
- newAllowListSummary :: AllowListSummary
- allowListSummary_arn :: Lens' AllowListSummary (Maybe Text)
- allowListSummary_createdAt :: Lens' AllowListSummary (Maybe UTCTime)
- allowListSummary_description :: Lens' AllowListSummary (Maybe Text)
- allowListSummary_id :: Lens' AllowListSummary (Maybe Text)
- allowListSummary_name :: Lens' AllowListSummary (Maybe Text)
- allowListSummary_updatedAt :: Lens' AllowListSummary (Maybe UTCTime)
Documentation
data AllowListSummary Source #
Provides a subset of information about an allow list.
See: newAllowListSummary smart constructor.
Constructors
| AllowListSummary' | |
Fields
| |
Instances
newAllowListSummary :: AllowListSummary Source #
Create a value of AllowListSummary 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:AllowListSummary', allowListSummary_arn - The Amazon Resource Name (ARN) of the allow list.
$sel:createdAt:AllowListSummary', allowListSummary_createdAt - The date and time, in UTC and extended ISO 8601 format, when the allow
list was created in Amazon Macie.
$sel:description:AllowListSummary', allowListSummary_description - The custom description of the allow list.
$sel:id:AllowListSummary', allowListSummary_id - The unique identifier for the allow list.
$sel:name:AllowListSummary', allowListSummary_name - The custom name of the allow list.
$sel:updatedAt:AllowListSummary', allowListSummary_updatedAt - The date and time, in UTC and extended ISO 8601 format, when the allow
list's settings were most recently changed in Amazon Macie.
allowListSummary_arn :: Lens' AllowListSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the allow list.
allowListSummary_createdAt :: Lens' AllowListSummary (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
allowListSummary_description :: Lens' AllowListSummary (Maybe Text) Source #
The custom description of the allow list.
allowListSummary_id :: Lens' AllowListSummary (Maybe Text) Source #
The unique identifier for the allow list.
allowListSummary_name :: Lens' AllowListSummary (Maybe Text) Source #
The custom name of the allow list.
allowListSummary_updatedAt :: Lens' AllowListSummary (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.