AWS IoT Secure Tunneling
    AWS IoT Secure Tunneling
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST

      /

      The AWS IoT Secure Tunneling multi-region endpoint
      http://api.tunneling.iot.{region}.amazonaws.com
      The AWS IoT Secure Tunneling multi-region endpoint
      http://api.tunneling.iot.{region}.amazonaws.com
      POST
      /
      A resource tag.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST 'http://api.tunneling.iot.{region}.amazonaws.com/' \
      --header 'X-Amz-Target;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "resourceArn": "string",
          "tags": []
      }'
      Response Response Example
      200 - Example 1
      {}

      Request

      Header Params
      X-Amz-Target
      string 
      required
      Body Params application/json
      resourceArn
      string 
      required
      The ARN of the resource.
      >= 1 characters<= 1011 characters
      tags
      array[object (Tag) {2}] 
      required
      The tags for the resource.
      >= 1 items<= 200 items
      key
      string 
      required
      The key of the tag.
      >= 1 characters<= 128 characters
      Match pattern:
      ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
      value
      string 
      required
      The value of the tag.
      >= 0 characters<= 256 characters
      Match pattern:
      ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
      Examples

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      🟠480ResourceNotFoundException
      Modified at 2023-08-16 07:32:16
      Previous
      /
      Next
      /
      Built with