Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Put Resolver Query Log Config Policy Response Structure

The response to a PutResolverQueryLogConfigPolicy request.

Type: object Properties: 1
DNSHybrid CloudNetworking

PutResolverQueryLogConfigPolicyResponse is a JSON Structure definition published by Amazon Route 53 Resolver, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ReturnValue

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-put-resolver-query-log-config-policy-response-structure.json",
  "description": "The response to a <code>PutResolverQueryLogConfigPolicy</code> request.",
  "type": "object",
  "properties": {
    "ReturnValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Whether the <code>PutResolverQueryLogConfigPolicy</code> request was successful."
        }
      ]
    }
  },
  "name": "PutResolverQueryLogConfigPolicyResponse"
}