Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Get Firewall Rule Group Policy Response Structure

GetFirewallRuleGroupPolicyResponse schema from openapi

Type: object Properties: 1
DNSHybrid CloudNetworking

GetFirewallRuleGroupPolicyResponse 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

FirewallRuleGroupPolicy

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-get-firewall-rule-group-policy-response-structure.json",
  "description": "GetFirewallRuleGroupPolicyResponse schema from openapi",
  "type": "object",
  "properties": {
    "FirewallRuleGroupPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallRuleGroupPolicy"
        },
        {
          "description": "The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM). "
        }
      ]
    }
  },
  "name": "GetFirewallRuleGroupPolicyResponse"
}