Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Attaches the specified managed policy to the specified user.
You use this API to attach a managed policy to a user. To embed an inline policy in a user, use PutUserPolicy
.
For more information about policies, see Managed Policies and Inline Policies in the IAM User Guide .
Creating a Request
Creates a value of AttachUserPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
aupUserName
- The name (friendly name, not ARN) of the IAM user to attach the policy to. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-aupPolicyARN
- The Amazon Resource Name (ARN) of the IAM policy you want to attach. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
data AttachUserPolicy Source #
See: attachUserPolicy
smart constructor.
Instances
Request Lenses
aupUserName :: Lens' AttachUserPolicy Text Source #
The name (friendly name, not ARN) of the IAM user to attach the policy to. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
aupPolicyARN :: Lens' AttachUserPolicy Text Source #
The Amazon Resource Name (ARN) of the IAM policy you want to attach. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
Destructuring the Response
attachUserPolicyResponse :: AttachUserPolicyResponse Source #
Creates a value of AttachUserPolicyResponse
with the minimum fields required to make a request.
data AttachUserPolicyResponse Source #
See: attachUserPolicyResponse
smart constructor.