{ "$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-resolver-query-log-config-schema.json", "title": "ResolverQueryLogConfig", "description": "In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID for the query logging configuration." } ] }, "OwnerId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID for the account that created the query logging configuration. " } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/ResolverQueryLogConfigStatus" }, { "description": "
The status of the specified query logging configuration. Valid values include the following:
CREATING: Resolver is creating the query logging configuration.
CREATED: The query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING: Resolver is deleting this query logging configuration.
FAILED: Resolver can't deliver logs to the location that is specified in the query logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
CreatorRequestId allows failed requests to be retried without the risk of running the operation twice."
}
]
},
"CreationTime": {
"allOf": [
{
"$ref": "#/components/schemas/Rfc3339TimeString"
},
{
"description": "The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC)."
}
]
}
}
}