interface CfnResolverQueryLoggingConfigAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Route53Resolver.CfnResolverQueryLoggingConfigAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsroute53resolver#CfnResolverQueryLoggingConfigAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnResolverQueryLoggingConfigAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_route53resolver.CfnResolverQueryLoggingConfigAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_route53resolver » CfnResolverQueryLoggingConfigAssociationMixinProps |
Properties for CfnResolverQueryLoggingConfigAssociationPropsMixin.
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/cfn-property-mixins';
const cfnResolverQueryLoggingConfigAssociationMixinProps: route53resolver.CfnResolverQueryLoggingConfigAssociationMixinProps = {
resolverQueryLogConfigId: 'resolverQueryLogConfigId',
resourceId: 'resourceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| resolver | string | IResolver | The ID of the query logging configuration that a VPC is associated with. |
| resource | string | IVPCRef | The ID of the Amazon VPC that is associated with the query logging configuration. |
resolverQueryLogConfigId?
Type:
string | IResolver
(optional)
The ID of the query logging configuration that a VPC is associated with.
resourceId?
Type:
string | IVPCRef
(optional)
The ID of the Amazon VPC that is associated with the query logging configuration.

.NET
Go
Java
Python
TypeScript