interfaces property

List<ExternalVpnGatewayInterface>? interfaces
getter/setter pair

A list of interfaces for this external VPN gateway.

If your peer-side gateway is an on-premises gateway and non-AWS cloud providers' gateway, at most two interfaces can be provided for an external VPN gateway. If your peer side is an AWS virtual private gateway, four interfaces should be provided for an external VPN gateway.

Implementation

core.List<ExternalVpnGatewayInterface>? interfaces;