Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Put Firewall Rule Group Policy Request Structure

PutFirewallRuleGroupPolicyRequest schema from openapi

Type: object Properties: 2 Required: 2
DNSHybrid CloudNetworking

PutFirewallRuleGroupPolicyRequest is a JSON Structure definition published by Amazon Route 53 Resolver, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Arn 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-put-firewall-rule-group-policy-request-structure.json",
  "description": "PutFirewallRuleGroupPolicyRequest schema from openapi",
  "type": "object",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The ARN (Amazon Resource Name) for the rule group that you want to share."
        }
      ]
    },
    "FirewallRuleGroupPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallRuleGroupPolicy"
        },
        {
          "description": "The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group."
        }
      ]
    }
  },
  "required": [
    "Arn",
    "FirewallRuleGroupPolicy"
  ],
  "name": "PutFirewallRuleGroupPolicyRequest"
}