Skip to main content

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

NameDescription
AGroupNameSpecify a name for the new group.
APathSpecify the path to the new group. Must begin and end with a slash (). If not specified, a default path prefix ofis used.