AssociateFirewallRuleGroupResponse

AssociateFirewallRuleGroupResponse schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
FirewallRuleGroupAssociation object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-associate-firewall-rule-group-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-associate-firewall-rule-group-response-schema.json",
  "title": "AssociateFirewallRuleGroupResponse",
  "description": "AssociateFirewallRuleGroupResponse schema from openapi",
  "type": "object",
  "properties": {
    "FirewallRuleGroupAssociation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallRuleGroupAssociation"
        },
        {
          "description": "The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete."
        }
      ]
    }
  }
}