Amazon Robomaker Openapi Data Source Config Structure
Information about a data source.
Type: objectProperties: 5Required: 3
RoboticsSimulation
DataSourceConfig is a JSON Structure definition published by Amazon RoboMaker, describing 5 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-data-source-config-structure.json",
"description": "Information about a data source.",
"type": "object",
"properties": {
"name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the data source."
}
]
},
"s3Bucket": {
"allOf": [
{
"$ref": "#/components/schemas/S3Bucket"
},
{
"description": "The S3 bucket where the data files are located."
}
]
},
"s3Keys": {
"allOf": [
{
"$ref": "#/components/schemas/S3KeysOrPrefixes"
},
{
"description": "The list of S3 keys identifying the data source files."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/DataSourceType"
},
{
"description": "<p>The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.</p> <p>If you don't specify a field, the default value is <code>File</code>.</p>"
}
]
},
"destination": {
"allOf": [
{
"$ref": "#/components/schemas/Path"
},
{
"description": "<p>The location where your files are mounted in the container image.</p> <p>If you've specified the <code>type</code> of the data source as an <code>Archive</code>, you must provide an Amazon S3 object key to your archive. The object key must point to either a <code>.zip</code> or <code>.tar.gz</code> file.</p> <p>If you've specified the <code>type</code> of the data source as a <code>Prefix</code>, you provide the Amazon S3 prefix that points to the files that you are using for your data source.</p> <p>If you've specified the <code>type</code> of the data source as a <code>File</code>, you provide the Amazon S3 path to the file that you're using as your data source.</p>"
}
]
}
},
"required": [
"name",
"s3Bucket",
"s3Keys"
],
"name": "DataSourceConfig"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.