NetworkConfig / VpcPeeringConfig

VPC peering configuration. Used to define VPC peering connections.

Example

vpcPeering:
- name: Peering
vpcs:
- VPC-A
- VPC-B
tags: []

Hierarchy

  • VpcPeeringConfig

Implements

Constructors

Properties

Constructors

Properties

name: string = ''

A friendly name for the peering connection.

tags: undefined | Tag[] = undefined

An array of tags for the peering connection.

vpcs: string[] = []

The VPCs to peer.

Generated using TypeDoc