LaunchTemplateInstanceNetworkInterfaceSpecification
Describes a network interface.
Contents
- associateCarrierIpAddress
-
Indicates whether to associate 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. For more information about Carrier IP addresses, see Carrier IP addresses in the Amazon Wavelength Developer Guide.
Type: Boolean
Required: No
- associatePublicIpAddress
-
Indicates whether to associate a public IPv4 address with eth0 for a new network interface.
Type: Boolean
Required: No
- deleteOnTermination
-
Indicates whether the network interface is deleted when the instance is terminated.
Type: Boolean
Required: No
- description
-
A description for the network interface.
Type: String
Required: No
- deviceIndex
-
The device index for the network interface attachment.
Type: Integer
Required: No
- groupSet
-
The IDs of one or more security groups.
Type: Array of strings
Required: No
- interfaceType
-
The type of network interface.
Type: String
Required: No
- ipv4PrefixCount
-
The number of IPv4 prefixes that Amazon automatically assigned to the network interface.
Type: Integer
Required: No
- ipv4PrefixSet
-
One or more IPv4 prefixes assigned to the network interface.
Type: Array of Ipv4PrefixSpecificationResponse objects
Required: No
- ipv6AddressCount
-
The number of IPv6 addresses for the network interface.
Type: Integer
Required: No
- ipv6AddressesSet
-
The IPv6 addresses for the network interface.
Type: Array of InstanceIpv6Address objects
Required: No
- ipv6PrefixCount
-
The number of IPv6 prefixes that Amazon automatically assigned to the network interface.
Type: Integer
Required: No
- ipv6PrefixSet
-
One or more IPv6 prefixes assigned to the network interface.
Type: Array of Ipv6PrefixSpecificationResponse objects
Required: No
- networkCardIndex
-
The index of the network card.
Type: Integer
Required: No
- networkInterfaceId
-
The ID of the network interface.
Type: String
Required: No
- privateIpAddress
-
The primary private IPv4 address of the network interface.
Type: String
Required: No
- privateIpAddressesSet
-
One or more private IPv4 addresses.
Type: Array of PrivateIpAddressSpecification objects
Required: No
- secondaryPrivateIpAddressCount
-
The number of secondary private IPv4 addresses for the network interface.
Type: Integer
Required: No
- subnetId
-
The ID of the subnet for the network interface.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: