Skip to main content

PartialS3ConnectionSettingsInput

The connection settings for an S3 Data Source. These include the S3 bucket name, the AWS access key ID, and the tables (along with their paths). We do not allow fetching the AWS secret access key after it has been set.

fields

  • awsAccessKeyId optional String

    The AWS access key ID for an IAM user with sufficient access to the S3 bucket. If not provided this property will not be modified.

  • awsSecretAccessKey optional String

    The AWS secret access key for an IAM user with sufficient access to the S3 bucket. If not provided this property will not be modified.

  • bucket optional String

    The name of the S3 bucket. If not provided this property will not be modified.

  • tables optional array of S3DataSourceTableInput

    The S3 Data Source's tables. If not provided this property will not be modified.

    The fields for specifying an S3 Data Source's table.