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

Container for the parameters to the CreateLogStream operation. Creates a log stream for the specified log group.

There is no limit on the number of log streams that you can create for a log group.

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

  • Log stream names must be unique within the log group.

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

  • The ':' (colon) and '*' (asterisk) characters are not allowed.

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

공개 메소드들

메소드 설명
CreateLogStreamRequest ( ) : System

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

CreateLogStreamRequest ( string logGroupName, string logStreamName ) : System

Instantiates CreateLogStreamRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

CreateLogStreamRequest() 공개 메소드

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

CreateLogStreamRequest() 공개 메소드

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