modifyS3DataSource
This mutation selects a Data Source by its ID or unique name and modifies it to have the given unique name, description, and connection settings.
If any of the optional arguments are omitted, those properties will be unchanged on the Data Source.
Arguments
input required ModifyS3DataSourceInput
input.connectionSettings optional PartialS3ConnectionSettingsInput
The S3 Data Source's new connection settings. If not provided this property will not be modified.
input.description optional String
The S3 Data Source's new description. If not provided this property will not be modified.
input.idOrUniqueName required idOrUniqueName
The ID or unique name of the S3 Data Source to modify.
input.uniqueName optional String
The S3 Data Source's new unique name. If not provided this property will not be modified.
Returns
Non-null DataSourceResponse
The result of a mutation which creates or modifies a Data Source.
modifyS3DataSource.dataSource nullable DataSource
The Data Source which was created or modified.