ProjectLogsConfigCloudwatchLogs class

Constructors

ProjectLogsConfigCloudwatchLogs({Input<String?>? groupName, Input<String?>? status, Input<String?>? streamName})
Creates a new ProjectLogsConfigCloudwatchLogs. groupName Group name of the logs in CloudWatch Logs. status Current status of logs in CloudWatch Logs for a build project. Valid values: ENABLED, streamName Prefix of the log stream name of the logs in CloudWatch Logs.
const
ProjectLogsConfigCloudwatchLogs.fromMap(Map<String, dynamic> map)
factory

Properties

groupName → Input<String?>?
Group name of the logs in CloudWatch Logs.
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 → Input<String?>?
Current status of logs in CloudWatch Logs for a build project. Valid values: ENABLED, DISABLED. Defaults to ENABLED.
final
streamName → Input<String?>?
Prefix of the log stream name of the logs in CloudWatch Logs.
final

Methods

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

Operators

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