NetworkConfig / VpcConfig | VpcTemplatesConfig / SecurityGroupConfig / SecurityGroupRuleConfig / SubnetSourceConfig

VPC subnet source configuration. Used to define a subnet as a source in a security group rule.

Example

- account: Network
vpc: Network-Inspection
subnets: []

Hierarchy

  • SubnetSourceConfig

Implements

Constructors

Properties

Constructors

Properties

account: "" = ''

The friendly name of the account in which the VPC subnet resides.

subnets: string[] = []

An array of the friendly names of subnets to reference.

vpc: "" = ''

The friendly name of the VPC in which the subnet resides.

Generated using TypeDoc