Readonly associateAssociates a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface.
Readonly associateAssociate an elastic IP with the interface
This property only applies to EC2-based firewall instances.
Readonly associateAssociates a public IPv4 address with eth0 for a new network interface.
Readonly deleteIndicates whether the network interface is deleted when the instance is terminated.
Readonly descriptionA description for the network interface.
Readonly deviceThe device index for the network interface attachment.
Readonly groupsReadonly interfaceThe type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. If you are not creating an EFA, specify interface or omit this parameter.
Valid values: interface | efa
Readonly networkThe index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
Readonly networkThe ID of the network interface.
Readonly privateThe primary private IPv4 address of the network interface.
Readonly privateOne or more private IPv4 addresses.
Readonly secondaryThe number of secondary private IPv4 addresses to assign to a network interface.
Readonly sourceIf the value is true , source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.
This property only applies to EC2-based firewall instances.
Readonly subnetValid subnet name from network-config.yaml under the same vpc
Generated using TypeDoc
CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / NetworkInterfaceItemConfig
The parameters for a network interface.
See
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.html
Example