Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LogSettingsResponse = LogSettingsResponse' {}
- newLogSettingsResponse :: LogSettingsResponse
- logSettingsResponse_destination :: Lens' LogSettingsResponse (Maybe Destination)
- logSettingsResponse_kmsKeyArn :: Lens' LogSettingsResponse (Maybe Text)
- logSettingsResponse_logType :: Lens' LogSettingsResponse (Maybe LogType)
- logSettingsResponse_resourceArn :: Lens' LogSettingsResponse (Maybe Text)
- logSettingsResponse_resourcePrefix :: Lens' LogSettingsResponse (Maybe Text)
Documentation
data LogSettingsResponse Source #
The settings for conversation logs.
See: newLogSettingsResponse
smart constructor.
LogSettingsResponse' | |
|
Instances
newLogSettingsResponse :: LogSettingsResponse Source #
Create a value of LogSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destination:LogSettingsResponse'
, logSettingsResponse_destination
- The destination where logs are delivered.
$sel:kmsKeyArn:LogSettingsResponse'
, logSettingsResponse_kmsKeyArn
- The Amazon Resource Name (ARN) of the key used to encrypt audio logs in
an S3 bucket.
$sel:logType:LogSettingsResponse'
, logSettingsResponse_logType
- The type of logging that is enabled.
$sel:resourceArn:LogSettingsResponse'
, logSettingsResponse_resourceArn
- The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3
bucket where the logs are delivered.
$sel:resourcePrefix:LogSettingsResponse'
, logSettingsResponse_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.
logSettingsResponse_destination :: Lens' LogSettingsResponse (Maybe Destination) Source #
The destination where logs are delivered.
logSettingsResponse_kmsKeyArn :: Lens' LogSettingsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
logSettingsResponse_logType :: Lens' LogSettingsResponse (Maybe LogType) Source #
The type of logging that is enabled.
logSettingsResponse_resourceArn :: Lens' LogSettingsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
logSettingsResponse_resourcePrefix :: Lens' LogSettingsResponse (Maybe Text) Source #
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.