TIAMCreateGroupRequest
Class in AWS.IAM
CreateGroup request class.
Ancestors
Properties
GroupName
property GroupName: string
Path
property Path: string
Constructors
Create
constructor Create(const AGroupName: string; const APath: string = '');
Constructor for TIAMCreateGroupRequest.
Parameters
| Name | Description |
|---|---|
AGroupName | Specify a name for the new group. |
APath | Specify the path to the new group. Must begin and end with a slash (). If not specified, a default path prefix ofis used. |