Amazon IoT SiteWise · JSON Structure

Iot Sitewise I A M User Identity Structure

Contains information about an Identity and Access Management user.

Type: object Properties: 1 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

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

Properties

arn

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-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-i-a-m-user-identity-structure.json",
  "name": "IAMUserIdentity",
  "description": "Contains information about an Identity and Access Management user.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "<p>The ARN of the IAM user. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html\">IAM ARNs</a> in the <i>IAM User Guide</i>.</p> <note> <p>If you delete the IAM user, access policies that contain this identity include an empty <code>arn</code>. You can delete the access policy for the IAM user that no longer exists.</p> </note>"
        }
      ]
    }
  },
  "required": [
    "arn"
  ]
}