C# Class Amazon.IdentityManagement.Model.CreateGroupRequest

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 .

Inheritance: AmazonIdentityManagementServiceRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateGroupRequest ( string groupName ) : System

Instantiates CreateGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetGroupName ( ) : bool
IsSetPath ( ) : bool

Method Details

CreateGroupRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateGroupRequest ( ) : System
return System

CreateGroupRequest() public method

Instantiates CreateGroupRequest with the parameterized properties
public CreateGroupRequest ( string groupName ) : System
groupName string The name of the group to create. Do not include the path in this value. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-. The group name must be unique within the account. Group names are not distinguished by case. For example, you cannot create groups named both "ADMINS" and "admins".
return System