Class: Aws::Route53::Types::QueryLoggingConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

A complex type that contains information about a configuration for DNS query logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arnString

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

Returns:

  • (String)


6260
6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-route53/types.rb', line 6260

class QueryLoggingConfig < Struct.new(
  :id,
  :hosted_zone_id,
  :cloud_watch_logs_log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The ID of the hosted zone that CloudWatch Logs is logging queries for.

Returns:

  • (String)


6260
6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-route53/types.rb', line 6260

class QueryLoggingConfig < Struct.new(
  :id,
  :hosted_zone_id,
  :cloud_watch_logs_log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for a configuration for DNS query logging.

Returns:

  • (String)


6260
6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-route53/types.rb', line 6260

class QueryLoggingConfig < Struct.new(
  :id,
  :hosted_zone_id,
  :cloud_watch_logs_log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end