Get Launch Template Network Interface
data class GetLaunchTemplateNetworkInterface(val associateCarrierIpAddress: String, val associatePublicIpAddress: Boolean? = null, val deleteOnTermination: Boolean? = null, val description: String, val deviceIndex: Int, val interfaceType: String, val ipv4AddressCount: Int, val ipv4Addresses: List<String>, val ipv4PrefixCount: Int, val ipv4Prefixes: List<String>, val ipv6AddressCount: Int, val ipv6Addresses: List<String>, val ipv6PrefixCount: Int, val ipv6Prefixes: List<String>, val networkCardIndex: Int, val networkInterfaceId: String, val privateIpAddress: String, val securityGroups: List<String>, val subnetId: String)
Constructors
Link copied to clipboard
fun GetLaunchTemplateNetworkInterface(associateCarrierIpAddress: String, associatePublicIpAddress: Boolean? = null, deleteOnTermination: Boolean? = null, description: String, deviceIndex: Int, interfaceType: String, ipv4AddressCount: Int, ipv4Addresses: List<String>, ipv4PrefixCount: Int, ipv4Prefixes: List<String>, ipv6AddressCount: Int, ipv6Addresses: List<String>, ipv6PrefixCount: Int, ipv6Prefixes: List<String>, networkCardIndex: Int, networkInterfaceId: String, privateIpAddress: String, securityGroups: List<String>, subnetId: String)
Types
Properties
Link copied to clipboard