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