Amazon IoT SiteWise · JSON Structure

Iot Sitewise Customer Managed S3 Storage Structure

Contains information about a customer managed Amazon S3 bucket.

Type: object Properties: 2 Required: 2
Asset ManagementIndustrial IoTIoTTime Series Data

CustomerManagedS3Storage is a JSON Structure definition published by Amazon IoT SiteWise, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

s3ResourceArn 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-sitewise/refs/heads/main/json-structure/iot-sitewise-customer-managed-s3-storage-structure.json",
  "name": "CustomerManagedS3Storage",
  "description": "Contains information about a customer managed Amazon S3 bucket.",
  "type": "object",
  "properties": {
    "s3ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-arn-format.html\">Amazon S3 resources</a> in the <i>Amazon Simple Storage Service User Guide</i>."
        }
      ]
    },
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3."
        }
      ]
    }
  },
  "required": [
    "s3ResourceArn",
    "roleArn"
  ]
}