CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / NetworkInterfaceItemConfig/ PrivateIpAddressConfig

Configure a secondary private IPv4 address for a network interface.

See

https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_PrivateIpAddressSpecification.html

Example

- primary: true
privateIpAddress: 10.10.10.10
- primary: false
privateIpAddress: 10.10.10.11

Hierarchy

  • PrivateIpAddressConfig

Implements

Constructors

Properties

Constructors

Properties

primary: undefined | boolean = undefined

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

privateIpAddress: undefined | string = undefined

The private IPv4 address.

Generated using TypeDoc