Values_0.LaunchTemplateInstanceSecondaryInterfaceSpecificationSourceDescribes a secondary interface specification in a launch template.
type nonrec t = {deleteOnTermination : Boolean.t option;Indicates whether the secondary interface is deleted when the instance is terminated. The only supported value for this field is true.
*)deviceIndex : Integer.t option;The device index for the secondary interface attachment.
*)privateIpAddresses : SecondaryInterfacePrivateIpAddressSpecificationList.t
option;The private IPv4 addresses to assign to the secondary interface. If you specify privateIpAddresses you cannot specify privateIpAddressCount
*)privateIpAddressCount : Integer.t option;The number of private IPv4 addresses to assign to the secondary interface. If you specify privateIpAddressCount you cannot specify privateIpAddresses
*)secondarySubnetId : SecondarySubnetId.t option;The ID of the secondary subnet.
*)interfaceType : SecondaryInterfaceType.t option;The type of secondary interface.
*)networkCardIndex : Integer.t option;The index of the network card.
*)}