AWS::Route53Resolver::ResolverQueryLoggingConfigAssociationThe AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation resource is a configuration for DNS query logging. After you create a query logging configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs log group.
import { CfnResolverQueryLoggingConfigAssociation } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnResolverQueryLoggingConfigAssociationConfiguration passed to the constructor as CfnResolverQueryLoggingConfigAssociationProps.
resolverQueryLogConfigIdOptionalstring | IResolverQueryLoggingConfigRefThe ID of the query logging configuration that a VPC is associated with.
resourceIdOptionalstring | IVPCRefThe ID of the Amazon VPC that is associated with the query logging configuration.
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::ResolverQueryLoggingConfigAssociation