AccessLogSettings

public struct AccessLogSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the CloudWatch Logs log group to receive access logs.

    Declaration

    Swift

    public let destinationArn: String?
  • A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.

    Declaration

    Swift

    public let format: String?
  • Undocumented

    Declaration

    Swift

    public init(destinationArn: String? = nil, format: String? = nil)