class Aws::Route53::Types::CreateQueryLoggingConfigRequest

@note When making an API call, you may pass CreateQueryLoggingConfigRequest

data as a hash:

    {
      hosted_zone_id: "ResourceId", # required
      cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn", # required
    }

@!attribute [rw] hosted_zone_id

The ID of the hosted zone that you want to log queries for. You can
log queries only for public hosted zones.
@return [String]

@!attribute [rw] cloud_watch_logs_log_group_arn

The Amazon Resource Name (ARN) for the log group that you want to
Amazon Route 53 to send query logs to. This is the format of the
ARN:

arn:aws:logs:*region*\:*account-id*\:log-group:*log\_group\_name*

To get the ARN for a log group, you can use the CloudWatch console,
the [DescribeLogGroups][1] API action, the [describe-log-groups][2]
command, or the applicable command in one of the Amazon Web Services
SDKs.

[1]: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeLogGroups.html
[2]: https://docs.aws.amazon.com/cli/latest/reference/logs/describe-log-groups.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateQueryLoggingConfigRequest AWS API Documentation

Constants

SENSITIVE