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

Description

 
Synopsis

Documentation

data DetailsMap Source #

A structure containing the additional details to be returned in the AdditionalDetails attribute of PrincipalResourcePermissions.

If a catalog resource is shared through AWS Resource Access Manager (AWS RAM), then there will exist a corresponding RAM resource share ARN.

See: newDetailsMap smart constructor.

Constructors

DetailsMap' 

Fields

  • resourceShare :: Maybe [Text]

    A resource share ARN for a catalog resource shared through AWS Resource Access Manager (AWS RAM).

Instances

Instances details
Eq DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

Read DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

Show DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

Generic DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

Associated Types

type Rep DetailsMap :: Type -> Type #

NFData DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

Methods

rnf :: DetailsMap -> () #

Hashable DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

FromJSON DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

type Rep DetailsMap Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DetailsMap

type Rep DetailsMap = D1 ('MetaData "DetailsMap" "Amazonka.LakeFormation.Types.DetailsMap" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "DetailsMap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceShare") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDetailsMap :: DetailsMap Source #

Create a value of DetailsMap 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:resourceShare:DetailsMap', detailsMap_resourceShare - A resource share ARN for a catalog resource shared through AWS Resource Access Manager (AWS RAM).

detailsMap_resourceShare :: Lens' DetailsMap (Maybe [Text]) Source #

A resource share ARN for a catalog resource shared through AWS Resource Access Manager (AWS RAM).