AwsEc2NetworkInterfacePropertiesArgs

constructor(connectionTrackingSpecification: Output<ConnectionTrackingSpecificationArgs>? = null, description: Output<String>? = null, enablePrimaryIpv6: Output<Boolean>? = null, groupSet: Output<List<String>>? = null, id: Output<String>? = null, interfaceType: Output<String>? = null, ipv4PrefixCount: Output<Int>? = null, ipv4Prefixes: Output<List<Ipv4PrefixSpecificationArgs>>? = null, ipv6AddressCount: Output<Int>? = null, ipv6Addresses: Output<List<InstanceIpv6AddressArgs>>? = null, ipv6PrefixCount: Output<Int>? = null, ipv6Prefixes: Output<List<Ipv6PrefixSpecificationArgs>>? = null, primaryIpv6Address: Output<String>? = null, primaryPrivateIpAddress: Output<String>? = null, privateIpAddress: Output<String>? = null, privateIpAddresses: Output<List<PrivateIpAddressSpecificationArgs>>? = null, secondaryPrivateIpAddressCount: Output<Int>? = null, secondaryPrivateIpAddresses: Output<List<String>>? = null, sourceDestCheck: Output<Boolean>? = null, subnetId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)