Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Update Resolver Dnssec Config Request Structure

UpdateResolverDnssecConfigRequest schema from openapi

Type: object Properties: 2 Required: 2
DNSHybrid CloudNetworking

UpdateResolverDnssecConfigRequest is a JSON Structure definition published by Amazon Route 53 Resolver, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceId Validation

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-update-resolver-dnssec-config-request-structure.json",
  "description": "UpdateResolverDnssecConfigRequest schema from openapi",
  "type": "object",
  "properties": {
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for."
        }
      ]
    },
    "Validation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Validation"
        },
        {
          "description": "The new value that you are specifying for DNSSEC validation for the VPC. The value can be <code>ENABLE</code> or <code>DISABLE</code>. Be aware that it can take time for a validation status change to be completed."
        }
      ]
    }
  },
  "required": [
    "ResourceId",
    "Validation"
  ],
  "name": "UpdateResolverDnssecConfigRequest"
}