libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.CustomDataIdentifierSummary

Description

 
Synopsis

Documentation

data CustomDataIdentifierSummary Source #

Provides information about a custom data identifier.

See: newCustomDataIdentifierSummary smart constructor.

Constructors

CustomDataIdentifierSummary' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the custom data identifier.

  • createdAt :: Maybe POSIX

    The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

  • name :: Maybe Text

    The custom name of the custom data identifier.

  • id :: Maybe Text

    The unique identifier for the custom data identifier.

  • description :: Maybe Text

    The custom description of the custom data identifier.

Instances

Instances details
Eq CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

Read CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

Show CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

Generic CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

Associated Types

type Rep CustomDataIdentifierSummary :: Type -> Type #

NFData CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

Hashable CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

FromJSON CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

type Rep CustomDataIdentifierSummary Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifierSummary

type Rep CustomDataIdentifierSummary = D1 ('MetaData "CustomDataIdentifierSummary" "Amazonka.MacieV2.Types.CustomDataIdentifierSummary" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "CustomDataIdentifierSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCustomDataIdentifierSummary :: CustomDataIdentifierSummary Source #

Create a value of CustomDataIdentifierSummary 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:CustomDataIdentifierSummary', customDataIdentifierSummary_arn - The Amazon Resource Name (ARN) of the custom data identifier.

$sel:createdAt:CustomDataIdentifierSummary', customDataIdentifierSummary_createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

$sel:name:CustomDataIdentifierSummary', customDataIdentifierSummary_name - The custom name of the custom data identifier.

$sel:id:CustomDataIdentifierSummary', customDataIdentifierSummary_id - The unique identifier for the custom data identifier.

$sel:description:CustomDataIdentifierSummary', customDataIdentifierSummary_description - The custom description of the custom data identifier.

customDataIdentifierSummary_arn :: Lens' CustomDataIdentifierSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the custom data identifier.

customDataIdentifierSummary_createdAt :: Lens' CustomDataIdentifierSummary (Maybe UTCTime) Source #

The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

customDataIdentifierSummary_name :: Lens' CustomDataIdentifierSummary (Maybe Text) Source #

The custom name of the custom data identifier.

customDataIdentifierSummary_id :: Lens' CustomDataIdentifierSummary (Maybe Text) Source #

The unique identifier for the custom data identifier.

customDataIdentifierSummary_description :: Lens' CustomDataIdentifierSummary (Maybe Text) Source #

The custom description of the custom data identifier.