ImportFirewallDomainsResponse

ImportFirewallDomainsResponse schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
Id object
Name object
Status object
StatusMessage object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-import-firewall-domains-response-schema.json Raw ↑
{
  "$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-import-firewall-domains-response-schema.json",
  "title": "ImportFirewallDomainsResponse",
  "description": "ImportFirewallDomainsResponse schema from openapi",
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The Id of the firewall domain list that DNS Firewall just updated."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the domain list. "
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallDomainListStatus"
        },
        {
          "description": "Status of the import request."
        }
      ]
    },
    "StatusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusMessage"
        },
        {
          "description": "Additional information about the status of the list, if available."
        }
      ]
    }
  }
}