Header menu logo FsCDK

VPCGatewayAttachmentConfig Type

High-level VPC Gateway Attachment builder for connecting internet and VPN gateways to VPCs. **Use Cases: ** - Attach an Internet Gateway to enable internet access - Attach a Virtual Private Gateway for VPN connections **Rationale: ** Explicit gateway attachments provide fine-grained control over network connectivity and follow the principle of explicit configuration. **Escape Hatch: ** Access the underlying CDK VPCGatewayAttachment via the `Attachment` property for advanced scenarios not covered by this builder.

Record fields

Record Field Description

AttachmentName

Full Usage: AttachmentName

Field type: string
Field type: string

ConstructId

Full Usage: ConstructId

Field type: string option
Field type: string option

InternetGateway

Full Usage: InternetGateway

Field type: CfnInternetGateway option
Field type: CfnInternetGateway option

Vpc

Full Usage: Vpc

Field type: IVpc option
Field type: IVpc option

VpnGateway

Full Usage: VpnGateway

Field type: CfnVPNGateway option
Field type: CfnVPNGateway option

Type something to start searching.