AccessLogSettings

public struct AccessLogSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.

    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)