| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LakeFormation.Types.DetailsMap
Description
Synopsis
- data DetailsMap = DetailsMap' {
- resourceShare :: Maybe [Text]
- newDetailsMap :: DetailsMap
- detailsMap_resourceShare :: Lens' DetailsMap (Maybe [Text])
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 Resource Access Manager (RAM), then there will exist a corresponding RAM resource share ARN.
See: newDetailsMap smart constructor.
Constructors
| DetailsMap' | |
Fields
| |
Instances
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 RAM.
detailsMap_resourceShare :: Lens' DetailsMap (Maybe [Text]) Source #
A resource share ARN for a catalog resource shared through RAM.