CloudWatchLoggingOptions class

Describes the Amazon CloudWatch logging options for your delivery stream.

Constructors

CloudWatchLoggingOptions({bool? enabled, String? logGroupName, String? logStreamName})
CloudWatchLoggingOptions.fromJson(Map<String, dynamic> json)
factory

Properties

enabled bool?
Enables or disables CloudWatch logging.
final
hashCode int
The hash code for this object.
no setterinherited
logGroupName String?
The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.
final
logStreamName String?
The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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