Amazon Data Lifecycle Manager · Arazzo Workflow

Amazon Data Lifecycle Manager Tag Policy Resource

Version 1.0.0

Add tags to a DLM resource and confirm them by listing the resource's tags.

1 workflow 1 source API 1 provider
View Spec View on GitHub BackupEBS SnapshotsLifecycle ManagementStorageAutomationComplianceArazzoWorkflows

Provider

amazon-data-lifecycle-manager

Workflows

tag-policy-resource
Tag a DLM resource and verify the tags via a list.
Adds the provided tags to the resource identified by its ARN and then reads the resource's tags back to confirm they were applied.
2 steps inputs: resourceArn, tags outputs: tags
1
addTags
Add the supplied tags to the resource identified by its ARN.
2
confirmTags
List the tags on the resource to confirm the newly added tags are present.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Data Lifecycle Manager Tag Policy Resource
  summary: Add tags to a DLM resource and confirm them by listing the resource's tags.
  description: >-
    Applies governance metadata to an Amazon Data Lifecycle Manager resource. The
    workflow adds the supplied key-value tags to the resource identified by its
    ARN, then lists the tags on that same resource to confirm the new tags were
    stored. Every step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: tagsApi
  url: ../openapi/amazon-data-lifecycle-manager-tags-api-openapi.yml
  type: openapi
workflows:
- workflowId: tag-policy-resource
  summary: Tag a DLM resource and verify the tags via a list.
  description: >-
    Adds the provided tags to the resource identified by its ARN and then reads
    the resource's tags back to confirm they were applied.
  inputs:
    type: object
    required:
    - resourceArn
    - tags
    properties:
      resourceArn:
        type: string
        description: The ARN of the Data Lifecycle Manager resource to tag.
      tags:
        type: object
        description: The map of tag key/value pairs to add to the resource.
        additionalProperties:
          type: string
  steps:
  - stepId: addTags
    description: >-
      Add the supplied tags to the resource identified by its ARN.
    operationId: tagResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    requestBody:
      contentType: application/json
      payload:
        Tags: $inputs.tags
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      statusCode: $statusCode
  - stepId: confirmTags
    description: >-
      List the tags on the resource to confirm the newly added tags are present.
    operationId: listTagsForResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tags: $response.body#/Tags
  outputs:
    tags: $steps.confirmTags.outputs.tags

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-data-lifecycle-manager-tag-policy-resource-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.