Header menu logo FsCDK

GatewayVpcEndpointBuilder Type

Constructors

Constructor Description

GatewayVpcEndpointBuilder(name)

Full Usage: GatewayVpcEndpointBuilder(name)

Parameters:
    name : string

Returns: GatewayVpcEndpointBuilder
name : string
Returns: GatewayVpcEndpointBuilder

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
Returns: GatewayVpcEndpointConfig
state1 : GatewayVpcEndpointConfig
state2 : GatewayVpcEndpointConfig
Returns: GatewayVpcEndpointConfig

constructId id

Full Usage: constructId id

Parameters:
    id : string - The construct ID.

Returns: GatewayVpcEndpointConfig

Sets a custom construct ID.

id : string

The construct ID.

Returns: GatewayVpcEndpointConfig

this.Delay

Full Usage: this.Delay

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

this.For

Full Usage: this.For

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

this.Run

Full Usage: this.Run

Parameters:
Returns: GatewayVpcEndpointSpec
config : GatewayVpcEndpointConfig
Returns: GatewayVpcEndpointSpec

service service

Full Usage: service service

Parameters:
Returns: GatewayVpcEndpointConfig

Sets the service for the endpoint (e.g., S3, DynamoDB).

service : IGatewayVpcEndpointService

The gateway endpoint service (e.g., GatewayVpcEndpointAwsService.S3).

Returns: GatewayVpcEndpointConfig

subnet subnet

Full Usage: subnet subnet

Parameters:
Returns: GatewayVpcEndpointConfig

Adds subnet selection for the endpoint.

subnet : SubnetSelection

The subnet selection.

Returns: GatewayVpcEndpointConfig

subnets subnets

Full Usage: subnets subnets

Parameters:
Returns: GatewayVpcEndpointConfig

Adds multiple subnets for the endpoint.

subnets : SubnetSelection list

The list of subnet selections.

Returns: GatewayVpcEndpointConfig

vpc vpc

Full Usage: vpc vpc

Parameters:
    vpc : IVpc - The VPC.

Returns: GatewayVpcEndpointConfig

Sets the VPC for the endpoint.

vpc : IVpc

The VPC.

Returns: GatewayVpcEndpointConfig

this.Yield

Full Usage: this.Yield

Parameters:
    () : unit

Returns: GatewayVpcEndpointConfig
() : unit
Returns: GatewayVpcEndpointConfig

this.Zero

Full Usage: this.Zero

Returns: GatewayVpcEndpointConfig
Returns: GatewayVpcEndpointConfig

Type something to start searching.