C# 클래스 Amazon.CloudWatchLogs.Model.CreateLogGroupRequest

Container for the parameters to the CreateLogGroup operation. Creates a log group with the specified name.

You can create up to 5000 log groups per account.

You must use the following guidelines when naming a log group:

  • Log group names must be unique within a region for an AWS account.

  • Log group names can be between 1 and 512 characters long.

  • Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).

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

공개 메소드들

메소드 설명
CreateLogGroupRequest ( ) : System

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

CreateLogGroupRequest ( string logGroupName ) : System

Instantiates CreateLogGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetLogGroupName ( ) : bool
IsSetTags ( ) : bool

메소드 상세

CreateLogGroupRequest() 공개 메소드

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

CreateLogGroupRequest() 공개 메소드

Instantiates CreateLogGroupRequest with the parameterized properties
public CreateLogGroupRequest ( string logGroupName ) : System
logGroupName string The name of the log group.
리턴 System