LogSettingsResponse

public struct LogSettingsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The destination where logs are delivered.

    Declaration

    Swift

    public let destination: Destination?
  • The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.

    Declaration

    Swift

    public let kmsKeyArn: String?
  • The type of logging that is enabled.

    Declaration

    Swift

    public let logType: LogType?
  • The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.

    Declaration

    Swift

    public let resourceArn: 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.

    Declaration

    Swift

    public let resourcePrefix: String?
  • Undocumented

    Declaration

    Swift

    public init(destination: Destination? = nil, kmsKeyArn: String? = nil, logType: LogType? = nil, resourceArn: String? = nil, resourcePrefix: String? = nil)