TagResourceRequest

Request to add tags to a resource

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
tags object Tags to add
View JSON Schema on GitHub

JSON Schema

application-migration-service-tag-resource-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-tag-resource-request-schema.json",
  "title": "TagResourceRequest",
  "description": "Request to add tags to a resource",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "description": "Tags to add"
    }
  }
}