LogsConfig class
Information about logs for a build project. These can be logs in Amazon CloudWatch Logs, built in a specified S3 bucket, or both.
Constructors
- LogsConfig({CloudWatchLogsConfig? cloudWatchLogs, S3LogsConfig? s3Logs})
-
LogsConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cloudWatchLogs → CloudWatchLogsConfig?
-
Information about Amazon CloudWatch Logs for a build project. Amazon
CloudWatch Logs are enabled by default.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3Logs → S3LogsConfig?
-
Information about logs built to an S3 bucket for a build project. S3 logs
are not enabled by default.
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