Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bigband

A set of sections. This is the unit of isolation: instruments that are part of the same Bigband instance can be wired together to create a cohesive application/service-mesh. This wiring takes place by invoking the Instrument's uses() method

export
class

Bigband

Hierarchy

  • Bigband

Index

Constructors

constructor

Properties

awsAccount

awsAccount: string

The AWS account to use for the bigband

type

{string}

memberof

Bigband

name

name: string

The name of this bigband. It is the responsbility of the caller to ensure that this name is unique (within the AWS account).

type

{string}

memberof

Bigband

profileName

profileName: string

The name of an AWS named profile defined on the local machine

type

{string}

memberof

Bigband

s3Bucket

s3Bucket: string

The name of an S3 bucket to be used by this bigband for pushing data/code into the AWS cloud

type

{string}

memberof

Bigband

s3Prefix

s3Prefix: string

A prefix that will be used for the names of all objects written into s3Bucket by the bigband

type

{string}

memberof

Bigband

Generated using TypeDoc