{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-iam-resources-schema.json", "title": "IamResources", "description": "
The IAM resource that enables Amazon Web Services IoT FleetWise edge agent software to send data to Amazon Timestream.
For more information, see IAM roles in the Identity and Access Management User Guide.
", "type": "object", "properties": { "roleArn": { "allOf": [ { "$ref": "#/components/schemas/IAMRoleArn" }, { "description": "The Amazon Resource Name (ARN) of the IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream. For example,arn:aws:iam::123456789012:role/SERVICE-ROLE-ARN. "
}
]
}
},
"required": [
"roleArn"
]
}