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