Interface BucketConstructor

interface BucketConstructor {
    new BucketConstructornew (name, opts?): Bucket;
}

Constructors

Constructors

  • Creates a new Bucket.

    Parameters

    • name: string

      A unique name for the bucket.

    • Optional opts: ResourceOptions

      A bag of options that controls how this resource behaves.

    Returns Bucket

Generated using TypeDoc