C# 클래스 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 .

상속: AmazonIdentityManagementServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetGroupName ( ) : bool
IsSetPath ( ) : bool

메소드 상세

CreateGroupRequest() 공개 메소드

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

CreateGroupRequest() 공개 메소드

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".
리턴 System