Values.ResolverQueryLogConfigSourceIn the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.
type nonrec t = {id : ResourceId.t option;The ID for the query logging configuration.
*)ownerId : AccountId.t option;The Amazon Web Services account ID for the account that created the query logging configuration.
*)status : ResolverQueryLogConfigStatus.t option;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.
*)associationCount : Count.t option;The number of VPCs that are associated with the query logging configuration.
*)arn : Arn.t option;The ARN for the query logging configuration.
*)name : ResolverQueryLogConfigName.t option;The name of the query logging configuration.
*)destinationArn : DestinationArn.t option;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 : CreatorRequestId.t option;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 : Rfc3339TimeString.t option;The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of Count.t | `String of ResourceId.t ])
list ]