cURL
curl --request GET \ --url https://aws.s2.dev/v1/basins/{basin} \ --header 'Authorization: Bearer <token>'
{ "create_stream_on_append": true, "create_stream_on_read": true, "default_stream_config": "<unknown>" }
Get the config of a basin.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Basin name.
8 - 48
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.
Show child attributes