Header menu logo FsCDK

EnvironmentBuilder Type

Constructors

Constructor Description

EnvironmentBuilder()

Full Usage: EnvironmentBuilder()

Returns: EnvironmentBuilder
Returns: EnvironmentBuilder

Instance members

Instance member Description

account accountId

Full Usage: account accountId

Parameters:
    accountId : string - The AWS account ID.

Returns: EnvironmentConfig

Sets the AWS account ID for the environment.

accountId : string

The AWS account ID.

Returns: EnvironmentConfig

this.Combine

Full Usage: this.Combine

Parameters:
Returns: EnvironmentConfig
state1 : EnvironmentConfig
state2 : EnvironmentConfig
Returns: EnvironmentConfig

this.Delay

Full Usage: this.Delay

Parameters:
Returns: EnvironmentConfig
Modifiers: inline
f : unit -> EnvironmentConfig
Returns: EnvironmentConfig

this.For

Full Usage: this.For

Parameters:
Returns: EnvironmentConfig
Modifiers: inline
config : EnvironmentConfig
f : unit -> EnvironmentConfig
Returns: EnvironmentConfig

region regionName

Full Usage: region regionName

Parameters:
    regionName : string - The AWS region name.

Returns: EnvironmentConfig

Sets the AWS region for the environment.

regionName : string

The AWS region name.

Returns: EnvironmentConfig

this.Run

Full Usage: this.Run

Parameters:
Returns: Environment
config : EnvironmentConfig
Returns: Environment

this.Yield

Full Usage: this.Yield

Parameters:
    () : unit

Returns: EnvironmentConfig
() : unit
Returns: EnvironmentConfig

this.Zero

Full Usage: this.Zero

Returns: EnvironmentConfig
Returns: EnvironmentConfig

Type something to start searching.