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 PolicyGenerationDetails Source #
Contains the ARN details about the IAM entity for which the policy is generated.
See: newPolicyGenerationDetails
smart constructor.
PolicyGenerationDetails' | |
|
Instances
newPolicyGenerationDetails Source #
Create a value of PolicyGenerationDetails
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:principalArn:PolicyGenerationDetails'
, policyGenerationDetails_principalArn
- The ARN of the IAM entity (user or role) for which you are generating a
policy.
policyGenerationDetails_principalArn :: Lens' PolicyGenerationDetails Text Source #
The ARN of the IAM entity (user or role) for which you are generating a policy.