interface ResolverQueryLoggingConfigAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Route53Resolver.ResolverQueryLoggingConfigAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsroute53resolver#ResolverQueryLoggingConfigAssociationReference |
Java | software.amazon.awscdk.interfaces.route53resolver.ResolverQueryLoggingConfigAssociationReference |
Python | aws_cdk.interfaces.aws_route53resolver.ResolverQueryLoggingConfigAssociationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_route53resolver } from 'aws-cdk-lib/interfaces';
const resolverQueryLoggingConfigAssociationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript