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