interface QueryLoggingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Route53.CfnHostedZonePropsMixin.QueryLoggingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsroute53#CfnHostedZonePropsMixin_QueryLoggingConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.route53.CfnHostedZonePropsMixin.QueryLoggingConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_route53.CfnHostedZonePropsMixin.QueryLoggingConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_route53 » CfnHostedZonePropsMixin » 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/cfn-property-mixins';
const queryLoggingConfigProperty: route53.CfnHostedZonePropsMixin.QueryLoggingConfigProperty = {
cloudWatchLogsLogGroupArn: 'cloudWatchLogsLogGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | ILog | The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to. |
cloudWatchLogsLogGroupArn?
Type:
string | ILog
(optional)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

.NET
Go
Java
Python
TypeScript