Amazon Firewall Manager · Arazzo Workflow

Amazon Firewall Manager Audit Policy Compliance

Version 1.0.0

Resolve a policy, enumerate member accounts, and pull compliance detail for a chosen account.

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

Provider

amazon-firewall-manager

Workflows

audit-policy-compliance
Pull compliance detail for a member account against a Firewall Manager policy.
Confirms the policy exists, lists organization member accounts, and returns the compliance violators for a specific member account under the policy.
3 steps inputs: maxResults, memberAccountId, policyId outputs: memberAccounts, policyComplianceDetail, policyName
1
getPolicy
Confirm the target policy exists before evaluating member account compliance against it.
2
listMemberAccounts
List the member accounts in the administrator account's AWS organization so the target member account can be confirmed as in scope.
3
getComplianceDetail
Retrieve detailed compliance information, including any violators, for the selected member account under the policy.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Firewall Manager Audit Policy Compliance
  summary: Resolve a policy, enumerate member accounts, and pull compliance detail for a chosen account.
  description: >-
    Fetches a Firewall Manager policy to confirm it exists, lists the member
    accounts in the administrator account's AWS organization, and then retrieves
    detailed compliance information for a selected member account against that
    policy. 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: complianceApi
  url: ../openapi/amazon-firewall-manager-compliance-api-openapi.yml
  type: openapi
- name: memberAccountsApi
  url: ../openapi/amazon-firewall-manager-member-accounts-api-openapi.yml
  type: openapi
- name: policiesApi
  url: ../openapi/amazon-firewall-manager-policies-api-openapi.yml
  type: openapi
workflows:
- workflowId: audit-policy-compliance
  summary: Pull compliance detail for a member account against a Firewall Manager policy.
  description: >-
    Confirms the policy exists, lists organization member accounts, and returns
    the compliance violators for a specific member account under the policy.
  inputs:
    type: object
    required:
    - policyId
    - memberAccountId
    properties:
      policyId:
        type: string
        description: The ID of the Firewall Manager policy to audit.
      memberAccountId:
        type: string
        description: The AWS account ID of the member account to evaluate.
      maxResults:
        type: integer
        description: Maximum number of member accounts to return.
  steps:
  - stepId: getPolicy
    description: >-
      Confirm the target policy exists before evaluating member account
      compliance against it.
    operationId: getPolicy
    parameters:
    - name: policyId
      in: path
      value: $inputs.policyId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      policyName: $response.body#/Policy/PolicyName
      policyArn: $response.body#/PolicyArn
  - stepId: listMemberAccounts
    description: >-
      List the member accounts in the administrator account's AWS organization
      so the target member account can be confirmed as in scope.
    operationId: listMemberAccounts
    parameters:
    - name: maxResults
      in: query
      value: $inputs.maxResults
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      memberAccounts: $response.body#/MemberAccounts
      nextToken: $response.body#/NextToken
  - stepId: getComplianceDetail
    description: >-
      Retrieve detailed compliance information, including any violators, for the
      selected member account under the policy.
    operationId: getComplianceDetail
    parameters:
    - name: policyId
      in: path
      value: $inputs.policyId
    - name: memberAccountId
      in: path
      value: $inputs.memberAccountId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      policyComplianceDetail: $response.body#/PolicyComplianceDetail
  outputs:
    policyName: $steps.getPolicy.outputs.policyName
    memberAccounts: $steps.listMemberAccounts.outputs.memberAccounts
    policyComplianceDetail: $steps.getComplianceDetail.outputs.policyComplianceDetail

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-audit-policy-compliance-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.