interface QueryLoggingConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.CfnHostedZone.QueryLoggingConfigProperty |
![]() | software.amazon.awscdk.services.route53.CfnHostedZone.QueryLoggingConfigProperty |
![]() | aws_cdk.aws_route53.CfnHostedZone.QueryLoggingConfigProperty |
![]() | @aws-cdk/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 * as route53 from '@aws-cdk/aws-route53';
const queryLoggingConfigProperty: route53.CfnHostedZone.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
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.