{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-associate-resolver-query-log-config-request-schema.json",
"title": "AssociateResolverQueryLogConfigRequest",
"description": "AssociateResolverQueryLogConfigRequest schema from openapi",
"type": "object",
"properties": {
"ResolverQueryLogConfigId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The ID of the query logging configuration that you want to associate a VPC with."
}
]
},
"ResourceId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "<p>The ID of an Amazon VPC that you want this query logging configuration to log queries for.</p> <note> <p>The VPCs and the query logging configuration must be in the same Region.</p> </note>"
}
]
}
},
"required": [
"ResolverQueryLogConfigId",
"ResourceId"
]
}