CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / NetworkInterfaceItemConfig/ PrivateIpAddressConfig
Configure a secondary private IPv4 address for a network interface.
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_PrivateIpAddressSpecification.html
- primary: true privateIpAddress: 10.10.10.10- primary: false privateIpAddress: 10.10.10.11
Readonly
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
The private IPv4 address.
Generated using TypeDoc
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