Amazon Firewall Manager · Arazzo Workflow

Amazon Firewall Manager Resource Set Driven Policy

Version 1.0.0

Create a resource set and then create a policy scoped to the same resource type.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub ComplianceFirewallNetwork SecuritySecurityArazzoWorkflows

Provider

amazon-firewall-manager

Workflows

resource-set-driven-policy
Provision a resource set and a policy scoped to the same resource type in one flow.
Creates a resource set for a resource type and then creates a Firewall Manager policy targeting that same resource type, returning both identifiers.
2 steps inputs: policyName, resourceSetName, resourceType, securityServiceType outputs: policyArn, policyId, resourceSetArn, resourceSetId
1
putResourceSet
Create or update the resource set scoped to the supplied resource type.
2
putPolicy
Create the Firewall Manager policy scoped to the same resource type as the resource set.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Firewall Manager Resource Set Driven Policy
  summary: Create a resource set and then create a policy scoped to the same resource type.
  description: >-
    Creates or updates a Firewall Manager resource set with PutResourceSet,
    captures its identifier, and then creates a matching policy with PutPolicy
    scoped to the same resource type so the resource set and policy are
    provisioned together. Each step inlines its request so the flow can be read
    and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: policiesApi
  url: ../openapi/amazon-firewall-manager-policies-api-openapi.yml
  type: openapi
- name: resourcesApi
  url: ../openapi/amazon-firewall-manager-resources-api-openapi.yml
  type: openapi
workflows:
- workflowId: resource-set-driven-policy
  summary: Provision a resource set and a policy scoped to the same resource type in one flow.
  description: >-
    Creates a resource set for a resource type and then creates a Firewall
    Manager policy targeting that same resource type, returning both
    identifiers.
  inputs:
    type: object
    required:
    - resourceSetName
    - resourceType
    - policyName
    - securityServiceType
    properties:
      resourceSetName:
        type: string
        description: The name of the resource set to create.
      resourceType:
        type: string
        description: The resource type in scope for both the resource set and the policy.
      policyName:
        type: string
        description: The friendly name of the policy to create.
      securityServiceType:
        type: string
        description: The security service type for the policy, e.g. WAFV2.
  steps:
  - stepId: putResourceSet
    description: >-
      Create or update the resource set scoped to the supplied resource type.
    operationId: putResourceSet
    requestBody:
      contentType: application/json
      payload:
        ResourceSet:
          Name: $inputs.resourceSetName
          ResourceTypeList:
          - $inputs.resourceType
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      resourceSetId: $response.body#/ResourceSet/Id
      resourceSetArn: $response.body#/ResourceSetArn
  - stepId: putPolicy
    description: >-
      Create the Firewall Manager policy scoped to the same resource type as the
      resource set.
    operationId: putPolicy
    requestBody:
      contentType: application/json
      payload:
        Policy:
          PolicyName: $inputs.policyName
          SecurityServicePolicyData:
            Type: $inputs.securityServiceType
          ResourceType: $inputs.resourceType
          ExcludeResourceTags: false
          RemediationEnabled: true
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      policyId: $response.body#/Policy/PolicyId
      policyArn: $response.body#/PolicyArn
  outputs:
    resourceSetId: $steps.putResourceSet.outputs.resourceSetId
    resourceSetArn: $steps.putResourceSet.outputs.resourceSetArn
    policyId: $steps.putPolicy.outputs.policyId
    policyArn: $steps.putPolicy.outputs.policyArn

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-firewall-manager-resource-set-driven-policy-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.