Amazon Resource Explorer · JSON Structure

Amazon Resource Explorer Openapi Resource Structure

Resource schema from openapi

Type: object Properties: 6
DiscoveryInventoryOperationsResource Management

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

Properties

Arn LastReportedAt OwningAccountId Region ResourceType Service

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-resource-explorer/refs/heads/main/json-structure/amazon-resource-explorer-openapi-resource-structure.json",
  "description": "Resource schema from openapi",
  "type": "object",
  "properties": {
    "Arn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the resource."
    },
    "LastReportedAt": {
      "type": "datetime",
      "description": "The date and time the resource was last updated."
    },
    "OwningAccountId": {
      "type": "string",
      "description": "The AWS account ID of the account that owns the resource."
    },
    "Region": {
      "type": "string",
      "description": "The AWS Region where the resource exists."
    },
    "ResourceType": {
      "type": "string",
      "description": "The type of the resource."
    },
    "Service": {
      "type": "string",
      "description": "The AWS service that owns the resource."
    }
  },
  "name": "Resource"
}