cURL
curl --request POST \ --url https://aws.s2.dev/v1/streams \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "stream": "<string>" } '
{ "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "deleted_at": "2023-11-07T05:31:56Z" }
Create a new stream in a basin.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Client-specified request token for idempotent retries.
Stream name that is unique to the basin. It can be between 1 and 512 bytes in length.
1 - 512
Stream configuration.
Show child attributes
Creation time in RFC 3339 format.
Stream name.
Deletion time in RFC 3339 format, if the stream is being deleted.