Header menu logo FsCDK

VpcLinkBuilder Type

Constructors

Constructor Description

VpcLinkBuilder(name)

Full Usage: VpcLinkBuilder(name)

Parameters:
    name : string

Returns: VpcLinkBuilder
name : string
Returns: VpcLinkBuilder

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
Returns: VpcLinkConfig
state1 : VpcLinkConfig
state2 : VpcLinkConfig
Returns: VpcLinkConfig

constructId id

Full Usage: constructId id

Parameters:
    id : string

Returns: VpcLinkConfig

Sets a custom construct ID.

id : string
Returns: VpcLinkConfig

this.Delay

Full Usage: this.Delay

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

description description

Full Usage: description description

Parameters:
    description : string

Returns: VpcLinkConfig

Sets the description for the VPC Link.

description : string
Returns: VpcLinkConfig

this.For

Full Usage: this.For

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

this.Run

Full Usage: this.Run

Parameters:
Returns: VpcLinkSpec
config : VpcLinkConfig
Returns: VpcLinkSpec

target target

Full Usage: target target

Parameters:
Returns: VpcLinkConfig

Adds a Network Load Balancer target.

target : INetworkLoadBalancer
Returns: VpcLinkConfig

targets targets

Full Usage: targets targets

Parameters:
Returns: VpcLinkConfig

Adds multiple Network Load Balancer targets.

targets : INetworkLoadBalancer list
Returns: VpcLinkConfig

vpcLinkName name

Full Usage: vpcLinkName name

Parameters:
    name : string

Returns: VpcLinkConfig

Sets the VPC Link name (physical resource name).

name : string
Returns: VpcLinkConfig

this.Yield

Full Usage: this.Yield

Parameters:
    () : unit

Returns: VpcLinkConfig
() : unit
Returns: VpcLinkConfig

this.Zero

Full Usage: this.Zero

Returns: VpcLinkConfig
Returns: VpcLinkConfig

Type something to start searching.