interface CfnResolverQueryLoggingConfigAssociationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Route53Resolver.CfnResolverQueryLoggingConfigAssociationProps |
Java | software.amazon.awscdk.services.route53resolver.CfnResolverQueryLoggingConfigAssociationProps |
Python | aws_cdk.aws_route53resolver.CfnResolverQueryLoggingConfigAssociationProps |
TypeScript | @aws-cdk/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 * as route53resolver from '@aws-cdk/aws-route53resolver';
const cfnResolverQueryLoggingConfigAssociationProps: route53resolver.CfnResolverQueryLoggingConfigAssociationProps = {
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.