AWS::Route53Resolver::ResolverQueryLoggingConfigThe AWS::Route53Resolver::ResolverQueryLoggingConfig resource is a complex type that contains settings for one query logging configuration.
import { CfnResolverQueryLoggingConfig } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnResolverQueryLoggingConfigConfiguration passed to the constructor as CfnResolverQueryLoggingConfigProps.
destinationArnOptionalstring | ILogGroupRef | IBucketRefThe ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
nameOptionalstringThe name of the query logging configuration.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-route53resolverAWS::Route53Resolver::ResolverQueryLoggingConfig