Container for the parameters to the CreateGroup operation.
Creates a new group.
For information about the number of groups you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management.

C# |
public class CreateGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateGroupRequest()()()() | Initializes a new instance of the CreateGroupRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | GroupName |
Gets and sets the property GroupName.
Name of the group to create. Do not include the path in this value. |
![]() | Path |
Gets and sets the property Path.
The path to the group. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management. This parameter is optional. If it is not included, it defaults to a slash (/). |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithGroupName(String) | Obsolete.
Sets the GroupName property
|
![]() | WithPath(String) | Obsolete.
Sets the Path property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateGroupRequest |