{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-associate-service-role-to-account-request-structure.json", "name": "AssociateServiceRoleToAccountRequest", "description": "AssociateServiceRoleToAccountRequest schema", "type": "object", "properties": { "roleArn": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "RoleArn" }, "description": "The Amazon Resource Name (ARN) of the service role to associate with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region." } ] } }, "required": [ "roleArn" ] }