Class: Aws::Route53::Types::QueryLoggingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::QueryLoggingConfig
- 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
-
#cloud_watch_logs_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
-
#hosted_zone_id ⇒ String
The ID of the hosted zone that CloudWatch Logs is logging queries for.
-
#id ⇒ String
The ID for a configuration for DNS query logging.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-route53/types.rb', line 6258 class QueryLoggingConfig < Struct.new( :id, :hosted_zone_id, :cloud_watch_logs_log_group_arn) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The ID of the hosted zone that CloudWatch Logs is logging queries for.
6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-route53/types.rb', line 6258 class QueryLoggingConfig < Struct.new( :id, :hosted_zone_id, :cloud_watch_logs_log_group_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for a configuration for DNS query logging.
6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-route53/types.rb', line 6258 class QueryLoggingConfig < Struct.new( :id, :hosted_zone_id, :cloud_watch_logs_log_group_arn) SENSITIVE = [] include Aws::Structure end |