WorkgroupEndpointVpcEndpointNetworkInterface constructor
const
WorkgroupEndpointVpcEndpointNetworkInterface({})
Creates a new WorkgroupEndpointVpcEndpointNetworkInterface.
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 WorkgroupEndpointVpcEndpointNetworkInterface({
this.availabilityZone,
this.networkInterfaceId,
this.privateIpAddress,
this.subnetId,
});