amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.Types.AllowListSummary

Description

 
Synopsis

Documentation

data AllowListSummary Source #

Provides a subset of information about an allow list.

See: newAllowListSummary smart constructor.

Constructors

AllowListSummary' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the allow list.

  • createdAt :: Maybe ISO8601

    The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.

  • description :: Maybe Text

    The custom description of the allow list.

  • id :: Maybe Text

    The unique identifier for the allow list.

  • name :: Maybe Text

    The custom name of the allow list.

  • updatedAt :: Maybe ISO8601

    The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.

Instances

Instances details
FromJSON AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

Generic AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

Associated Types

type Rep AllowListSummary :: Type -> Type #

Read AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

Show AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

NFData AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

Methods

rnf :: AllowListSummary -> () #

Eq AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

Hashable AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

type Rep AllowListSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AllowListSummary

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.