SessionLoggerLogConfigurationS3 class

Constructors

SessionLoggerLogConfigurationS3({required Input<String> bucket, Input<String?>? bucketOwner, required Input<String> folderStructure, Input<String?>? keyPrefix, required Input<String> logFileFormat})
Creates a new SessionLoggerLogConfigurationS3. bucket S3 bucket name where logs are delivered. bucketOwner Expected bucket owner of the target S3 bucket. folderStructure Folder structure that defines the organizational structure for log files in S3. Valid values: FlatStructure, DateBasedStructure. keyPrefix S3 path prefix that determines where log files are stored. logFileFormat Format of the log file written to S3. Valid values: Json, Parquet.
const
SessionLoggerLogConfigurationS3.fromMap(Map<String, dynamic> map)
factory

Properties

bucket → Input<String>
S3 bucket name where logs are delivered.
final
bucketOwner → Input<String?>?
Expected bucket owner of the target S3 bucket.
final
folderStructure → Input<String>
Folder structure that defines the organizational structure for log files in S3. Valid values: FlatStructure, DateBasedStructure.
final
hashCode int
The hash code for this object.
no setterinherited
keyPrefix → Input<String?>?
S3 path prefix that determines where log files are stored.
final
logFileFormat → Input<String>
Format of the log file written to S3. Valid values: Json, Parquet.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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