TIAMPutGroupPolicyRequest
Class in AWS.IAM
PutGroupPolicy request class.
Ancestors
Properties
GroupName
property GroupName: string
PolicyDocument
property PolicyDocument: string
PolicyName
property PolicyName: string
Constructors
Create
constructor Create(const AGroupName, APolicyName, APolicyDocument: string);
Constructor for TIAMPutGroupPolicyRequest.
Parameters
| Name | Description |
|---|---|
AGroupName | Specify the name of the IAM group to associate the policy with. |
APolicyName | Specify the name of the inline policy document to add or update. |
APolicyDocument | Specify the policy document. |