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

    Interface CreateBasinInput

    Input for creating a basin.

    interface CreateBasinInput {
        basin: string;
        config?: BasinConfig;
        scope?: "aws:us-east-1";
    }
    Index

    Properties

    Properties

    basin: string

    Basin name which must be globally unique. It can be between 8 and 48 characters in length, and comprise lowercase letters, numbers and hyphens. It cannot begin or end with a hyphen.

    config?: BasinConfig

    Basin configuration.

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

    Basin scope.