GetWorkgroupEndpointVpcEndpointNetworkInterface constructor

const GetWorkgroupEndpointVpcEndpointNetworkInterface({
  1. required Input<String> availabilityZone,
  2. required Input<String> networkInterfaceId,
  3. required Input<String> privateIpAddress,
  4. required Input<String> subnetId,
})

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,
});