Amazon IoT Greengrass · JSON Structure

Iot Greengrass Associate Service Role To Account Response Structure

AssociateServiceRoleToAccountResponse schema

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

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

Properties

associatedAt

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-response-structure.json",
  "name": "AssociateServiceRoleToAccountResponse",
  "description": "AssociateServiceRoleToAccountResponse 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."
        }
      ]
    }
  }
}