CfnResolverQueryLoggingConfigAssociationMixinProps
- class aws_cdk.mixins_preview.aws_route53resolver.mixins.CfnResolverQueryLoggingConfigAssociationMixinProps(*, resolver_query_log_config_id=None, resource_id=None)
Bases:
objectProperties for CfnResolverQueryLoggingConfigAssociationPropsMixin.
- Parameters:
resolver_query_log_config_id (
Optional[str]) – The ID of the query logging configuration that a VPC is associated with.resource_id (
Optional[str]) – The ID of the Amazon VPC that is associated with the query logging configuration.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_route53resolver import mixins as route53resolver_mixins cfn_resolver_query_logging_config_association_mixin_props = route53resolver_mixins.CfnResolverQueryLoggingConfigAssociationMixinProps( resolver_query_log_config_id="resolverQueryLogConfigId", resource_id="resourceId" )
Attributes
- resolver_query_log_config_id
The ID of the query logging configuration that a VPC is associated with.
- resource_id
The ID of the Amazon VPC that is associated with the query logging configuration.