aws-cdk-lib.aws_route53.CfnHostedZone.QueryLoggingConfigProperty

interface QueryLoggingConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Route53.CfnHostedZone.QueryLoggingConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CfnHostedZone_QueryLoggingConfigProperty
Javasoftware.amazon.awscdk.services.route53.CfnHostedZone.QueryLoggingConfigProperty
Pythonaws_cdk.aws_route53.CfnHostedZone.QueryLoggingConfigProperty
TypeScript aws-cdk-lib » aws_route53 » CfnHostedZone » QueryLoggingConfigProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53 as route53 } from 'aws-cdk-lib';
const queryLoggingConfigProperty: route53.CfnHostedZone.QueryLoggingConfigProperty = {
  cloudWatchLogsLogGroupArn: 'cloudWatchLogsLogGroupArn',
};

Properties

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

cloudWatchLogsLogGroupArn

Type: string

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