| 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.BatchGetCustomDataIdentifierSummary
Description
Synopsis
- data BatchGetCustomDataIdentifierSummary = BatchGetCustomDataIdentifierSummary' {}
- newBatchGetCustomDataIdentifierSummary :: BatchGetCustomDataIdentifierSummary
- batchGetCustomDataIdentifierSummary_arn :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
- batchGetCustomDataIdentifierSummary_createdAt :: Lens' BatchGetCustomDataIdentifierSummary (Maybe UTCTime)
- batchGetCustomDataIdentifierSummary_deleted :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Bool)
- batchGetCustomDataIdentifierSummary_description :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
- batchGetCustomDataIdentifierSummary_id :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
- batchGetCustomDataIdentifierSummary_name :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text)
Documentation
data BatchGetCustomDataIdentifierSummary Source #
Provides information about a custom data identifier.
See: newBatchGetCustomDataIdentifierSummary smart constructor.
Constructors
| BatchGetCustomDataIdentifierSummary' | |
Fields
| |
Instances
newBatchGetCustomDataIdentifierSummary :: BatchGetCustomDataIdentifierSummary Source #
Create a value of BatchGetCustomDataIdentifierSummary 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:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_arn - The Amazon Resource Name (ARN) of the custom data identifier.
$sel:createdAt:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom
data identifier was created.
$sel:deleted:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_deleted - Specifies whether the custom data identifier was deleted. If you delete
a custom data identifier, Amazon Macie doesn't delete it permanently.
Instead, it soft deletes the identifier.
$sel:description:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_description - The custom description of the custom data identifier.
$sel:id:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_id - The unique identifier for the custom data identifier.
$sel:name:BatchGetCustomDataIdentifierSummary', batchGetCustomDataIdentifierSummary_name - The custom name of the custom data identifier.
batchGetCustomDataIdentifierSummary_arn :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom data identifier.
batchGetCustomDataIdentifierSummary_createdAt :: Lens' BatchGetCustomDataIdentifierSummary (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
batchGetCustomDataIdentifierSummary_deleted :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Bool) Source #
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
batchGetCustomDataIdentifierSummary_description :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #
The custom description of the custom data identifier.
batchGetCustomDataIdentifierSummary_id :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #
The unique identifier for the custom data identifier.
batchGetCustomDataIdentifierSummary_name :: Lens' BatchGetCustomDataIdentifierSummary (Maybe Text) Source #
The custom name of the custom data identifier.