LogSettingsResponse class
The settings for conversation logs.
Constructors
- LogSettingsResponse({Destination? destination, String? kmsKeyArn, LogType? logType, String? resourceArn, String? resourcePrefix})
-
LogSettingsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- destination → Destination?
-
The destination where logs are delivered.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyArn → String?
-
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an
S3 bucket.
final
- logType → LogType?
-
The type of logging that is enabled.
final
- resourceArn → String?
-
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket
where the logs are delivered.
final
- resourcePrefix → String?
-
The resource prefix is the first part of the S3 object key within the S3
bucket that you specified to contain audio logs. For CloudWatch Logs it is
the prefix of the log stream name within the log group that you specified.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited