TIAMAttachGroupPolicyRequest
Class in AWS.IAM
AttachGroupPolicy request class.
Ancestors
Properties
GroupName
property GroupName: string
PolicyArn
property PolicyArn: TARN
Constructors
Create
constructor Create(const AGroupName: string; const APolicyArn: TARN);
Constructor for TIAMAttachGroupPolicyRequest.
Parameters
| Name | Description |
|---|---|
AGroupName | Specify the name of the IAM group to attach the policy to. |
APolicyArn | Specify the Amazon Resource Name (ARN) of the IAM policy to attach. |