Amazon Ground Station · JSON Structure

Ground Station S3 Recording Details Structure

Details about an S3 recording Config used in a contact.

Type: object Properties: 2
Data ProcessingIoTSatellite CommunicationsSpace Technology

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

Properties

bucketArn keyTemplate

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-ground-station/refs/heads/main/json-structure/ground-station-s3-recording-details-structure.json",
  "name": "S3RecordingDetails",
  "description": "Details about an S3 recording <code>Config</code> used in a contact.",
  "type": "object",
  "properties": {
    "bucketArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketArn"
        },
        {
          "description": "ARN of the bucket used."
        }
      ]
    },
    "keyTemplate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Key template used for the S3 Recording Configuration"
        }
      ]
    }
  }
}