LaunchTemplateInstanceSecondaryInterfaceSpecification
Describes a secondary interface specification in a launch template.
Contents
- deleteOnTermination
-
Indicates whether the secondary interface is deleted when the instance is terminated.
The only supported value for this field is
true.Type: Boolean
Required: No
- deviceIndex
-
The device index for the secondary interface attachment.
Type: Integer
Required: No
- interfaceType
-
The type of secondary interface.
Type: String
Valid Values:
secondaryRequired: No
- networkCardIndex
-
The index of the network card.
Type: Integer
Required: No
- privateIpAddressCount
-
The number of private IPv4 addresses to assign to the secondary interface.
If you specify
privateIpAddressCountyou cannot specifyprivateIpAddressesType: Integer
Required: No
- privateIpAddressesSet
-
The private IPv4 addresses to assign to the secondary interface.
If you specify
privateIpAddressesyou cannot specifyprivateIpAddressCountType: Array of SecondaryInterfacePrivateIpAddressSpecification objects
Required: No
- secondarySubnetId
-
The ID of the secondary subnet.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: