EndpointAccessVpcEndpointNetworkInterface constructor

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

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