cURL
curl --request PATCH \ --url https://aws.s2.dev/v1/basins/{basin} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "create_stream_on_append": true, "create_stream_on_read": true, "default_stream_config": "<unknown>" }
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Basin name.
8 - 48
Create a stream on append.
Create a stream on read.
Basin configuration.
Show child attributes
Create stream on append if it doesn't exist, using the default stream configuration.
Create stream on read if it doesn't exist, using the default stream configuration.
Default stream configuration.