We recommend using Amazon Lex V2 to take advantage of the latest features. Documentation for Amazon Lex V2 may be found here.
LogSettingsResponse
The settings for conversation logs.
Contents
- destination
-
The destination where logs are delivered.
Type: String
Valid Values:
CLOUDWATCH_LOGS | S3
Required: No
- kmsKeyArn
-
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:[\w\-]+:kms:[\w\-]+:[\d]{12}:(?:key\/[\w\-]+|alias\/[a-zA-Z0-9:\/_\-]{1,256})$
Required: No
- logType
-
The type of logging that is enabled.
Type: String
Valid Values:
AUDIO | TEXT
Required: No
- resourceArn
-
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:[\w\-]+:(?:logs:[\w\-]+:[\d]{12}:log-group:[\.\-_/#A-Za-z0-9]{1,512}(?::\*)?|s3:::[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9])$
Required: No
- resourcePrefix
-
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.
Type: String
Length Constraints: Maximum length of 1024.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: