GetFirewallRuleGroupAssociationRequest

GetFirewallRuleGroupAssociationRequest schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
FirewallRuleGroupAssociationId object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-get-firewall-rule-group-association-request-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-get-firewall-rule-group-association-request-schema.json",
  "title": "GetFirewallRuleGroupAssociationRequest",
  "description": "GetFirewallRuleGroupAssociationRequest schema from openapi",
  "type": "object",
  "properties": {
    "FirewallRuleGroupAssociationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The identifier of the <a>FirewallRuleGroupAssociation</a>. "
        }
      ]
    }
  },
  "required": [
    "FirewallRuleGroupAssociationId"
  ]
}