interface CfnResolverQueryLoggingConfigAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53Resolver.Mixins.CfnResolverQueryLoggingConfigAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53resolver/mixins#CfnResolverQueryLoggingConfigAssociationMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.route53resolver.mixins.CfnResolverQueryLoggingConfigAssociationMixinProps |
Python | aws_cdk.mixins_preview.aws_route53resolver.mixins.CfnResolverQueryLoggingConfigAssociationMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_route53resolver » mixins » 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 { mixins as route53resolver_mixins } from '@aws-cdk/mixins-preview/aws-route53resolver';
const cfnResolverQueryLoggingConfigAssociationMixinProps: route53resolver_mixins.CfnResolverQueryLoggingConfigAssociationMixinProps = {
resolverQueryLogConfigId: 'resolverQueryLogConfigId',
resourceId: 'resourceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| resolver | string | The ID of the query logging configuration that a VPC is associated with. |
| resource | string | The 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.

.NET
Go
Java
Python
TypeScript