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.GetResourceLFTags

Description

Returns the tags applied to a resource.

Synopsis

Creating a Request

data GetResourceLFTags Source #

See: newGetResourceLFTags smart constructor.

Constructors

GetResourceLFTags' 

Fields

  • showAssignedLFTags :: Maybe Bool

    Indicates whether to show the assigned tags.

  • catalogId :: Maybe Text

    The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.

  • resource :: Resource

    The resource for which you want to return tags.

Instances

Instances details
Eq GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Read GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Show GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Generic GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Associated Types

type Rep GetResourceLFTags :: Type -> Type #

NFData GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Methods

rnf :: GetResourceLFTags -> () #

Hashable GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

ToJSON GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

AWSRequest GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Associated Types

type AWSResponse GetResourceLFTags #

ToHeaders GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

ToPath GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

ToQuery GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

type Rep GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

type Rep GetResourceLFTags = D1 ('MetaData "GetResourceLFTags" "Amazonka.LakeFormation.GetResourceLFTags" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "GetResourceLFTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "showAssignedLFTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Resource))))
type AWSResponse GetResourceLFTags Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

newGetResourceLFTags Source #

Create a value of GetResourceLFTags 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:showAssignedLFTags:GetResourceLFTags', getResourceLFTags_showAssignedLFTags - Indicates whether to show the assigned tags.

$sel:catalogId:GetResourceLFTags', getResourceLFTags_catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.

$sel:resource:GetResourceLFTags', getResourceLFTags_resource - The resource for which you want to return tags.

Request Lenses

getResourceLFTags_showAssignedLFTags :: Lens' GetResourceLFTags (Maybe Bool) Source #

Indicates whether to show the assigned tags.

getResourceLFTags_catalogId :: Lens' GetResourceLFTags (Maybe Text) Source #

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.

getResourceLFTags_resource :: Lens' GetResourceLFTags Resource Source #

The resource for which you want to return tags.

Destructuring the Response

data GetResourceLFTagsResponse Source #

See: newGetResourceLFTagsResponse smart constructor.

Constructors

GetResourceLFTagsResponse' 

Fields

Instances

Instances details
Eq GetResourceLFTagsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Read GetResourceLFTagsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Show GetResourceLFTagsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Generic GetResourceLFTagsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

Associated Types

type Rep GetResourceLFTagsResponse :: Type -> Type #

NFData GetResourceLFTagsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

type Rep GetResourceLFTagsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetResourceLFTags

type Rep GetResourceLFTagsResponse = D1 ('MetaData "GetResourceLFTagsResponse" "Amazonka.LakeFormation.GetResourceLFTags" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "GetResourceLFTagsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lFTagsOnTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LFTagPair))) :*: S1 ('MetaSel ('Just "lFTagOnDatabase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LFTagPair)))) :*: (S1 ('MetaSel ('Just "lFTagsOnColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnLFTag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetResourceLFTagsResponse Source #

Create a value of GetResourceLFTagsResponse 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:lFTagsOnTable:GetResourceLFTagsResponse', getResourceLFTagsResponse_lFTagsOnTable - A list of tags applied to a table resource.

$sel:lFTagOnDatabase:GetResourceLFTagsResponse', getResourceLFTagsResponse_lFTagOnDatabase - A list of tags applied to a database resource.

$sel:lFTagsOnColumns:GetResourceLFTagsResponse', getResourceLFTagsResponse_lFTagsOnColumns - A list of tags applied to a column resource.

$sel:httpStatus:GetResourceLFTagsResponse', getResourceLFTagsResponse_httpStatus - The response's http status code.

Response Lenses