Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 AWS Resource Access Manager (AWS RAM), then there will exist a corresponding RAM resource share ARN.
See: newDetailsMap
smart constructor.
DetailsMap' | |
|
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 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).