Amazon IoT Greengrass · JSON Structure

Iot Greengrass Associate Service Role To Account Request Structure

AssociateServiceRoleToAccountRequest schema

Type: object Properties: 1 Required: 1
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

AssociateServiceRoleToAccountRequest is a JSON Structure definition published by Amazon IoT Greengrass, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

roleArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}