@s2-dev/streamstore - v0.22.0
    Preparing search index...

    Interface CreateBasinResponse

    Response from creating a basin.

    interface CreateBasinResponse {
        name: string;
        scope?: "aws:us-east-1";
        state: BasinState;
    }
    Index

    Properties

    Properties

    name: string

    Basin name.

    scope?: "aws:us-east-1"

    Basin scope.

    state: BasinState

    Basin state.