LoggingInfo class

Information about an S3 bucket to write instance-level logs to.

Constructors

LoggingInfo({required String s3BucketName, required String s3Region, String? s3KeyPrefix})
LoggingInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketName String
The name of an S3 bucket where execution logs are stored .
final
s3KeyPrefix String?
(Optional) The S3 bucket subfolder.
final
s3Region String
The Region where the S3 bucket is located.
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