TIAMAttachUserPolicyRequest
Class in AWS.IAM
AttachUserPolicy request class.
Ancestors
Properties
PolicyArn
property PolicyArn: TARN
UserName
property UserName: string
Constructors
Create
constructor Create(const AUserName: string; APolicyArn: TARN);
Constructor for TIAMAttachUserPolicyRequest.
Parameters
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to attach the policy to. |
APolicyArn | Specify the Amazon Resource Name (ARN) of the IAM policy to attach. |