Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Disassociate Firewall Rule Group Response Structure

DisassociateFirewallRuleGroupResponse schema from openapi

Type: object Properties: 1
DNSHybrid CloudNetworking

DisassociateFirewallRuleGroupResponse 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

FirewallRuleGroupAssociation

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-disassociate-firewall-rule-group-response-structure.json",
  "description": "DisassociateFirewallRuleGroupResponse schema from openapi",
  "type": "object",
  "properties": {
    "FirewallRuleGroupAssociation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallRuleGroupAssociation"
        },
        {
          "description": "The firewall rule group association that you just removed. "
        }
      ]
    }
  },
  "name": "DisassociateFirewallRuleGroupResponse"
}