EndpointAccessVpcEndpointNetworkInterface constructor
const
EndpointAccessVpcEndpointNetworkInterface({})
Creates a new EndpointAccessVpcEndpointNetworkInterface.
availabilityZone The availability Zone.
networkInterfaceId The unique identifier of the network interface.
privateIpAddress The IPv4 address of the network interface within the subnet.
subnetId The unique identifier of the subnet.
Implementation
const EndpointAccessVpcEndpointNetworkInterface({
this.availabilityZone,
this.networkInterfaceId,
this.privateIpAddress,
this.subnetId,
});