LogSettingsRequest class
Settings used to configure delivery mode and destination for conversation logs.
Constructors
- LogSettingsRequest({required Destination destination, required LogType logType, required String resourceArn, String? kmsKeyArn})
Properties
- destination → Destination
-
Where the logs will be delivered. Text logs are delivered to a CloudWatch
Logs log group. Audio logs are delivered to an S3 bucket.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyArn → String?
-
The Amazon Resource Name (ARN) of the AWS KMS customer managed key for
encrypting audio logs delivered to an S3 bucket. The key does not apply to
CloudWatch Logs and is optional for S3 buckets.
final
- logType → LogType
-
The type of logging to enable. Text logs are delivered to a CloudWatch Logs
log group. Audio logs are delivered to an S3 bucket.
final
- resourceArn → String
-
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket
where the logs should be delivered.
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