Get Network Interface Result
data class GetNetworkInterfaceResult(val arn: String, val associations: List<GetNetworkInterfaceAssociation>, val attachments: List<GetNetworkInterfaceAttachment>, val availabilityZone: String, val description: String, val filters: List<GetNetworkInterfaceFilter>? = null, val id: String, val interfaceType: String, val ipv6Addresses: List<String>, val macAddress: String, val outpostArn: String, val ownerId: String, val privateDnsName: String, val privateIp: String, val privateIps: List<String>, val requesterId: String, val securityGroups: List<String>, val subnetId: String, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getNetworkInterface.
Constructors
Link copied to clipboard
fun GetNetworkInterfaceResult(arn: String, associations: List<GetNetworkInterfaceAssociation>, attachments: List<GetNetworkInterfaceAttachment>, availabilityZone: String, description: String, filters: List<GetNetworkInterfaceFilter>? = null, id: String, interfaceType: String, ipv6Addresses: List<String>, macAddress: String, outpostArn: String, ownerId: String, privateDnsName: String, privateIp: String, privateIps: List<String>, requesterId: String, securityGroups: List<String>, subnetId: String, tags: Map<String, String>, vpcId: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard