TIAMGetGroupPolicyRequest
Class in AWS.IAM
GetGroupPolicy request class.
Ancestors
Properties
GroupName
property GroupName: string
PolicyName
property PolicyName: string
Constructors
Create
constructor Create(const AGroupName, APolicyName: string);
Constructor for TIAMGetGroupPolicyRequest.
Parameters
| Name | Description |
|---|---|
AGroupName | Specify the name of the group containing the policy. |
APolicyName | Specify the name of the policy document to fetch. |