Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

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