libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation
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.LakeFormation.Types.TaggedDatabase

Description

 
Synopsis

Documentation

data TaggedDatabase Source #

A structure describing a database resource with tags.

See: newTaggedDatabase smart constructor.

Constructors

TaggedDatabase' 

Fields

Instances

Instances details
Eq TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

Read TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

Show TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

Generic TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

Associated Types

type Rep TaggedDatabase :: Type -> Type #

NFData TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

Methods

rnf :: TaggedDatabase -> () #

Hashable TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

FromJSON TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

type Rep TaggedDatabase Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TaggedDatabase

type Rep TaggedDatabase = D1 ('MetaData "TaggedDatabase" "Amazonka.LakeFormation.Types.TaggedDatabase" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "TaggedDatabase'" 'PrefixI 'True) (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseResource)) :*: S1 ('MetaSel ('Just "lFTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LFTagPair)))))

newTaggedDatabase :: TaggedDatabase Source #

Create a value of TaggedDatabase 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:database:TaggedDatabase', taggedDatabase_database - A database that has tags attached to it.

$sel:lFTags:TaggedDatabase', taggedDatabase_lFTags - A list of tags attached to the database.

taggedDatabase_database :: Lens' TaggedDatabase (Maybe DatabaseResource) Source #

A database that has tags attached to it.

taggedDatabase_lFTags :: Lens' TaggedDatabase (Maybe (NonEmpty LFTagPair)) Source #

A list of tags attached to the database.