IAMRoleIdentity

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

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
arn object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-i-a-m-role-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-i-a-m-role-identity-schema.json",
  "title": "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"
  ]
}