Options
All
  • Public
  • Public/Protected
  • All
Menu

VPC subnet configuration. Used to define a VPC subnet.

Hierarchy

  • SubnetConfig

Implements

Index

Constructors

Properties

availabilityZone: "" = ''

The Availability Zone (AZ) the subnet resides in.

remarks

Include only the letter of the AZ name (i.e. 'a' for 'us-east-1a').

ipv4CidrBlock: "" = ''

The IPv4 CIDR block to associate with the subnet.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

mapPublicIpOnLaunch: undefined | boolean = undefined

Configure automatic mapping of public IPs.

remarks

Enables you to configure the auto-assign IP settings to automatically request a public IPv4 address for a new network interface in this subnet.

name: "" = ''

A friendly name for the VPC subnet.

routeTable: "" = ''

The friendly name of the route table to associate with the subnet.

shareTargets: ShareTargets = ...

Resource Access Manager (RAM) share targets.

remarks

Targets can be account names and/or organizational units.

see

{@link t.ShareTargets}

tags: undefined | Tag[] = undefined

An array of tag objects for the VPC subnet.

Generated using TypeDoc