Skip to main content

createS3DataSource

Creates a new Amazon S3 Data Source pointed at the specified S3 bucket.

Returns the newly created Data Source (or an error message if creating the Data Source fails).

Arguments

  • input required CreateS3DataSourceInput

    • input.connectionSettings required S3ConnectionSettingsInput

      The S3 Data Source's connection settings

    • input.description optional String

      The S3 Data Source's description.

    • input.uniqueName optional String

      The S3 Data Source's unique name. If not specified, Propel will set the ID as unique name.


Returns

Non-null DataSourceResponse

The result of a mutation which creates or modifies a Data Source.