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