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 |
Documentation
data AttachedManagedPolicy Source #
A structure that stores the details of the IAM managed policy.
See: newAttachedManagedPolicy
smart constructor.
Instances
newAttachedManagedPolicy :: AttachedManagedPolicy Source #
Create a value of AttachedManagedPolicy
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:AttachedManagedPolicy'
, attachedManagedPolicy_arn
- The ARN of the IAM managed policy. For more information about ARNs, see
Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces
in the Amazon Web Services General Reference.
$sel:name:AttachedManagedPolicy'
, attachedManagedPolicy_name
- The name of the IAM managed policy.
attachedManagedPolicy_arn :: Lens' AttachedManagedPolicy (Maybe Text) Source #
The ARN of the IAM managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
attachedManagedPolicy_name :: Lens' AttachedManagedPolicy (Maybe Text) Source #
The name of the IAM managed policy.