CreateQueryLoggingConfigResponse

public struct CreateQueryLoggingConfigResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique URL representing the new query logging configuration.

    Declaration

    Swift

    public let location: String
  • A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.

    Declaration

    Swift

    public let queryLoggingConfig: QueryLoggingConfig
  • Undocumented

    Declaration

    Swift

    public init(location: String, queryLoggingConfig: QueryLoggingConfig)