CloudWatchLogsConfig class

Information about Amazon CloudWatch Logs for a build project.

Constructors

CloudWatchLogsConfig({required LogsConfigStatusType status, String? groupName, String? streamName})
CloudWatchLogsConfig.fromJson(Map<String, dynamic> json)
factory

Properties

groupName String?
The group name of the logs in Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status LogsConfigStatusType
The current status of the logs in Amazon CloudWatch Logs for a build project. Valid values are:
final
streamName String?
The prefix of the stream name of the Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited