aws-cdk-lib.aws_route53resolver.CfnResolverQueryLoggingConfigAssociationProps

interface CfnResolverQueryLoggingConfigAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.Route53Resolver.CfnResolverQueryLoggingConfigAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53resolver#CfnResolverQueryLoggingConfigAssociationProps
Javasoftware.amazon.awscdk.services.route53resolver.CfnResolverQueryLoggingConfigAssociationProps
Pythonaws_cdk.aws_route53resolver.CfnResolverQueryLoggingConfigAssociationProps
TypeScript aws-cdk-lib » aws_route53resolver » CfnResolverQueryLoggingConfigAssociationProps

Properties for defining a CfnResolverQueryLoggingConfigAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53resolver as route53resolver } from 'aws-cdk-lib';
const cfnResolverQueryLoggingConfigAssociationProps: route53resolver.CfnResolverQueryLoggingConfigAssociationProps = {
  resolverQueryLogConfigId: 'resolverQueryLogConfigId',
  resourceId: 'resourceId',
};

Properties

NameTypeDescription
resolverQueryLogConfigId?stringThe ID of the query logging configuration that a VPC is associated with.
resourceId?stringThe ID of the Amazon VPC that is associated with the query logging configuration.

resolverQueryLogConfigId?

Type: string (optional)

The ID of the query logging configuration that a VPC is associated with.


resourceId?

Type: string (optional)

The ID of the Amazon VPC that is associated with the query logging configuration.