QueryLoggingConfig

public struct QueryLoggingConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

    Declaration

    Swift

    public let cloudWatchLogsLogGroupArn: String
  • The ID of the hosted zone that CloudWatch Logs is logging queries for.

    Declaration

    Swift

    public let hostedZoneId: String
  • id

    The ID for a configuration for DNS query logging.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(cloudWatchLogsLogGroupArn: String, hostedZoneId: String, id: String)