CloudWatchLogsDestination class

An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.

Constructors

CloudWatchLogsDestination({String? iamRoleArn, String? logGroupArn})
CloudWatchLogsDestination.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iamRoleArn String?
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
final
logGroupArn String?
The name of the Amazon CloudWatch Log Group that you want to record events in.
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