TIAMAttachRolePolicyRequest
Class in AWS.IAM
AttachRolePolicy request class.
Ancestors
Properties
PolicyArn
property PolicyArn: TARN
RoleName
property RoleName: string
Constructors
Create
constructor Create(const ARoleName: string; APolicyArn: TARN);
Constructor for TIAMAttachRolePolicyRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role to attach the policy to. |
APolicyArn | Specify the Amazon Resource Name (ARN) of the IAM policy to attach. |