Amazon IoT Greengrass · JSON Structure

Iot Greengrass Get Service Role For Account Response Structure

GetServiceRoleForAccountResponse schema

Type: object Properties: 2
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

GetServiceRoleForAccountResponse is a JSON Structure definition published by Amazon IoT Greengrass, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

associatedAt 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-get-service-role-for-account-response-structure.json",
  "name": "GetServiceRoleForAccountResponse",
  "description": "GetServiceRoleForAccountResponse schema",
  "type": "object",
  "properties": {
    "associatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "AssociatedAt"
          },
          "description": "The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region."
        }
      ]
    },
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "RoleArn"
          },
          "description": "The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region."
        }
      ]
    }
  }
}