Container for the parameters to the CreateGroup operation.
Namespace: Amazon.IdentityManagement.ModelCreates 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 .
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CreateGroupRequest : AmazonWebServiceRequest
Public Class CreateGroupRequest _ Inherits AmazonWebServiceRequest
public ref class CreateGroupRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| 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 |
Name of the group to create. Do not include the path in this value.
Constraints: | |
| 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
(/).
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithGroupName(String) |
Sets the GroupName property
| |
| WithPath(String) |
Sets the Path property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.IdentityManagement.Model..::..CreateGroupRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.IdentityManagement.Model..::..CreateGroupRequest