S3DataSourceCreateRequest

S3DataSourceCreateRequest
S3DataSourceCreateRequest

A request to create an S3 data source.

JSON Example
{
    "origin_url": "string",
    "name": "string",
    "description": "string",
    "type": "string",
    "options": {
        "bucket": "string",
        "prefix": "string",
        "service_name": "string",
        "api_version": "string",
        "num_results": 0
    }
}
string As uri As uri
origin_url
Required
Constraints: minLength: 1

URL of the source of data that can be accessed via this data source.

string
name
Optional

Name of the data source.

string
description
Optional

Description of the data source.

string
type
Required

Type of the data source.

options
Required

options

credentials
Optional

Credentials used when accessing the data source.