@aws-accelerator/config
    Preparing search index...

    CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / NetworkInterfaceItemConfig/ PrivateIpAddressConfig

    Configure a secondary private IPv4 address for a network interface.

    - primary: true
    privateIpAddress: 10.10.10.10
    - primary: false
    privateIpAddress: 10.10.10.11
    interface IPrivateIpAddressItem {
        primary?: boolean;
        privateIpAddress?: string;
    }
    Index

    Properties

    primary?: boolean

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

    privateIpAddress?: string

    The private IPv4 address.