cURL
curl --request PUT \ --url https://aws.s2.dev/v1/basins/{basin} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "scope": "aws:us-east-1" }
Create a new basin, or reconfigure an existing basin.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Basin name.
8 - 48
Basin reconfiguration.
Show child attributes
Basin scope. This cannot be reconfigured.
aws:us-east-1
Creation time in RFC 3339 format.
Deletion time in RFC 3339 format, if the basin is being deleted.
Basin scope.