interface ResolverQueryLoggingConfigAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53Resolver.ResolverQueryLoggingConfigAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53resolver#ResolverQueryLoggingConfigAssociationReference |
![]() | software.amazon.awscdk.services.route53resolver.ResolverQueryLoggingConfigAssociationReference |
![]() | aws_cdk.aws_route53resolver.ResolverQueryLoggingConfigAssociationReference |
![]() | aws-cdk-lib » aws_route53resolver » ResolverQueryLoggingConfigAssociationReference |
A reference to a ResolverQueryLoggingConfigAssociation resource.
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 resolverQueryLoggingConfigAssociationReference: route53resolver.ResolverQueryLoggingConfigAssociationReference = {
resolverQueryLoggingConfigAssociationId: 'resolverQueryLoggingConfigAssociationId',
};
Properties
Name | Type | Description |
---|---|---|
resolver | string | The Id of the ResolverQueryLoggingConfigAssociation resource. |
resolverQueryLoggingConfigAssociationId
Type:
string
The Id of the ResolverQueryLoggingConfigAssociation resource.