{ "$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:

" } ] }, "ShareStatus": { "allOf": [ { "$ref": "#/components/schemas/ShareStatus" }, { "description": "An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM)." } ] }, "AssociationCount": { "allOf": [ { "$ref": "#/components/schemas/Count" }, { "description": "The number of VPCs that are associated with the query logging configuration." } ] }, "Arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The ARN for the query logging configuration." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/ResolverQueryLogConfigName" }, { "description": "The name of the query logging configuration. " } ] }, "DestinationArn": { "allOf": [ { "$ref": "#/components/schemas/DestinationArn" }, { "description": "The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream." } ] }, "CreatorRequestId": { "allOf": [ { "$ref": "#/components/schemas/CreatorRequestId" }, { "description": "A unique string that identifies the request that created the query logging configuration. The 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)." } ] } } }