Amazon IoT SiteWise · JSON Structure

Iot Sitewise I A M Role Identity Structure

Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.

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

IAMRoleIdentity 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-role-identity-structure.json",
  "name": "IAMRoleIdentity",
  "description": "Contains information about an Identity and Access Management role. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html\">IAM roles</a> in the <i>IAM User Guide</i>.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the IAM role. 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>."
        }
      ]
    }
  },
  "required": [
    "arn"
  ]
}