Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Tag Resource Request Structure

TagResourceRequest schema from Amazon Managed Blockchain API

Type: object Properties: 1 Required: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

TagResourceRequest is a JSON Structure definition published by Amazon Managed Blockchain, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-structure/amazon-managed-blockchain-tag-resource-request-structure.json",
  "name": "TagResourceRequest",
  "description": "TagResourceRequest schema from Amazon Managed Blockchain API",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputTagMap"
        },
        {
          "description": "The tags to assign to the specified resource. Tag values can be empty, for example, <code>\"MyTagKey\" : \"\"</code>. You can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each resource."
        }
      ]
    }
  },
  "required": [
    "Tags"
  ]
}