InterfaceVpcEndpointBuilder Type
Constructors
| Constructor | Description |
Full Usage:
InterfaceVpcEndpointBuilder(name)
Parameters:
string
Returns: InterfaceVpcEndpointBuilder
|
|
Instance members
| Instance member | Description |
Full Usage:
this.Combine
Parameters:
InterfaceVpcEndpointConfig
state2 : InterfaceVpcEndpointConfig
Returns: InterfaceVpcEndpointConfig
|
|
Full Usage:
constructId id
Parameters:
string
-
The construct ID.
Returns: InterfaceVpcEndpointConfig
|
|
Full Usage:
this.Delay
Parameters:
unit -> InterfaceVpcEndpointConfig
Returns: InterfaceVpcEndpointConfig
Modifiers: inline |
|
Full Usage:
this.For
Parameters:
InterfaceVpcEndpointConfig
f : unit -> InterfaceVpcEndpointConfig
Returns: InterfaceVpcEndpointConfig
Modifiers: inline |
|
Full Usage:
privateDnsEnabled enabled
Parameters:
bool
-
Whether to enable private DNS (default: true).
Returns: InterfaceVpcEndpointConfig
|
|
Full Usage:
this.Run
Parameters:
InterfaceVpcEndpointConfig
Returns: InterfaceVpcEndpointSpec
|
|
Full Usage:
securityGroup sg
Parameters:
ISecurityGroup
-
The security group.
Returns: InterfaceVpcEndpointConfig
|
|
Full Usage:
securityGroups sgs
Parameters:
ISecurityGroup list
-
The list of security groups.
Returns: InterfaceVpcEndpointConfig
|
|
Full Usage:
service service
Parameters:
IInterfaceVpcEndpointService
-
The interface endpoint service (e.g., InterfaceVpcEndpointAwsService.SECRETS_MANAGER).
Returns: InterfaceVpcEndpointConfig
|
|
Full Usage:
subnets subnets
Parameters:
SubnetSelection
-
The subnet selection.
Returns: InterfaceVpcEndpointConfig
|
|
|
|
|
|
|
|
FsCDK