Amazon Firewall Manager · Arazzo Workflow

Amazon Firewall Manager Create And Tag Resource Set

Version 1.0.0

Create or update a resource set and apply tags to the resulting resource set ARN.

1 workflow 1 source API 1 provider
View Spec View on GitHub ComplianceFirewallNetwork SecuritySecurityArazzoWorkflows

Provider

amazon-firewall-manager

Workflows

create-and-tag-resource-set
Put a resource set, tag its ARN, and confirm the tags were applied.
Creates or updates a resource set, tags the returned resource set ARN, and reads the tag list back to confirm the tags persisted.
3 steps inputs: description, resourceSetName, resourceTypeList, tagKey, tagValue outputs: resourceSetArn, resourceSetId, tagList
1
putResourceSet
Create or update the resource set from the supplied name and resource type list.
2
tagResourceSet
Apply the supplied tag to the resource set using its returned ARN.
3
confirmTags
List the tags for the resource set ARN to confirm the tag was applied.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Firewall Manager Create And Tag Resource Set
  summary: Create or update a resource set and apply tags to the resulting resource set ARN.
  description: >-
    Creates or updates a Firewall Manager resource set with PutResourceSet,
    then applies one or more tags to the returned resource set ARN with
    TagResource, and finally lists the tags back to confirm they were applied.
    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: resourcesApi
  url: ../openapi/amazon-firewall-manager-resources-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-and-tag-resource-set
  summary: Put a resource set, tag its ARN, and confirm the tags were applied.
  description: >-
    Creates or updates a resource set, tags the returned resource set ARN, and
    reads the tag list back to confirm the tags persisted.
  inputs:
    type: object
    required:
    - resourceSetName
    - resourceTypeList
    - tagKey
    - tagValue
    properties:
      resourceSetName:
        type: string
        description: The name of the resource set.
      description:
        type: string
        description: An optional description of the resource set.
      resourceTypeList:
        type: array
        description: The resource types in scope for the resource set.
        items:
          type: string
      tagKey:
        type: string
        description: The key of the tag to apply to the resource set.
      tagValue:
        type: string
        description: The value of the tag to apply to the resource set.
  steps:
  - stepId: putResourceSet
    description: >-
      Create or update the resource set from the supplied name and resource
      type list.
    operationId: putResourceSet
    requestBody:
      contentType: application/json
      payload:
        ResourceSet:
          Name: $inputs.resourceSetName
          Description: $inputs.description
          ResourceTypeList: $inputs.resourceTypeList
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      resourceSetId: $response.body#/ResourceSet/Id
      resourceSetArn: $response.body#/ResourceSetArn
  - stepId: tagResourceSet
    description: >-
      Apply the supplied tag to the resource set using its returned ARN.
    operationId: tagResource
    parameters:
    - name: resourceArn
      in: path
      value: $steps.putResourceSet.outputs.resourceSetArn
    requestBody:
      contentType: application/json
      payload:
        TagList:
        - Key: $inputs.tagKey
          Value: $inputs.tagValue
    successCriteria:
    - condition: $statusCode == 200
  - stepId: confirmTags
    description: >-
      List the tags for the resource set ARN to confirm the tag was applied.
    operationId: listTagsForResource
    parameters:
    - name: resourceArn
      in: path
      value: $steps.putResourceSet.outputs.resourceSetArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tagList: $response.body#/TagList
  outputs:
    resourceSetId: $steps.putResourceSet.outputs.resourceSetId
    resourceSetArn: $steps.putResourceSet.outputs.resourceSetArn
    tagList: $steps.confirmTags.outputs.tagList

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-create-and-tag-resource-set-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.