AssociateServiceRoleToAccountRequest

AssociateServiceRoleToAccountRequest schema

Edge ComputingIoTLambdaMachine LearningReal-Time Processing

Properties

Name Type Description
roleArn object
View JSON Schema on GitHub

JSON Schema

iot-greengrass-associate-service-role-to-account-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-associate-service-role-to-account-request-schema.json",
  "title": "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"
  ]
}