Amazon SimSpace Weaver · JSON Structure

Amazon Simspace Weaver S3 Destination Structure

An Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates a file.

Type: object Properties: 2
DefenseDigital TwinSimulationSpatial Simulation

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

Properties

BucketName ObjectKeyPrefix

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-structure/amazon-simspace-weaver-s3-destination-structure.json",
  "name": "S3Destination",
  "description": "An Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates a file.",
  "properties": {
    "BucketName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketName"
        },
        {
          "description": "The name of an Amazon S3 bucket. For more information about buckets, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html\">Creating, configuring, and working with Amazon S3 buckets</a> in the <i>Amazon Simple Storage Service User Guide</i>."
        }
      ]
    },
    "ObjectKeyPrefix": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ObjectKeyPrefix"
        },
        {
          "description": "A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-folders.html\">Organizing objects in the Amazon S3 console using folders</a> in the <i>Amazon Simple Storage Service User Guide</i>."
        }
      ]
    }
  }
}