{
"$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 IAM roles in the IAM User Guide.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/ARN"
},
{
"description": "The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide."
}
]
}
},
"required": [
"arn"
]
}