LogSettingsRequest

public struct LogSettingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.

    Declaration

    Swift

    public let destination: Destination
  • 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.

    Declaration

    Swift

    public let kmsKeyArn: String?
  • The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.

    Declaration

    Swift

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

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws