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 |
Documentation
data ResourcePolicySummary Source #
A structure that contains resource policy ID and Amazon Resource Name (ARN).
See: newResourcePolicySummary
smart constructor.
Instances
newResourcePolicySummary :: ResourcePolicySummary Source #
Create a value of ResourcePolicySummary
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:arn:ResourcePolicySummary'
, resourcePolicySummary_arn
- The Amazon Resource Name (ARN) of the resource policy.
$sel:id:ResourcePolicySummary'
, resourcePolicySummary_id
- The unique identifier (ID) of the resource policy.
resourcePolicySummary_arn :: Lens' ResourcePolicySummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource policy.
resourcePolicySummary_id :: Lens' ResourcePolicySummary (Maybe Text) Source #
The unique identifier (ID) of the resource policy.