RegionalApiUpdateDataSourceRequest: {
    dataSourceId: string;
    name?: string;
    region?: Region;
    retentionDays?: number;
}

Update a data source name.

Type declaration

  • dataSourceId: string

    ID of the data source to update.

  • Optionalname?: string

    Updated name of the data source.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionalretentionDays?: number

    BETA - Duration for which the data will be retained in the data source.