1. Packages
  2. Vercel Provider
  3. API Docs
  4. getNetwork
Vercel v4.6.0 published on Thursday, Feb 12, 2026 by Pulumiverse
vercel logo
Vercel v4.6.0 published on Thursday, Feb 12, 2026 by Pulumiverse

    Provides information about a Vercel Network.

    Using getNetwork

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetwork(args: GetNetworkArgs, opts?: InvokeOptions): Promise<GetNetworkResult>
    function getNetworkOutput(args: GetNetworkOutputArgs, opts?: InvokeOptions): Output<GetNetworkResult>
    def get_network(id: Optional[str] = None,
                    team_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetNetworkResult
    def get_network_output(id: Optional[pulumi.Input[str]] = None,
                    team_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetNetworkResult]
    func LookupNetwork(ctx *Context, args *LookupNetworkArgs, opts ...InvokeOption) (*LookupNetworkResult, error)
    func LookupNetworkOutput(ctx *Context, args *LookupNetworkOutputArgs, opts ...InvokeOption) LookupNetworkResultOutput

    > Note: This function is named LookupNetwork in the Go SDK.

    public static class GetNetwork 
    {
        public static Task<GetNetworkResult> InvokeAsync(GetNetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkResult> Invoke(GetNetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkResult> getNetwork(GetNetworkArgs args, InvokeOptions options)
    public static Output<GetNetworkResult> getNetwork(GetNetworkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: vercel:index/getNetwork:getNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier of the Network.
    TeamId string
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    Id string
    The unique identifier of the Network.
    TeamId string
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    id String
    The unique identifier of the Network.
    teamId String
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    id string
    The unique identifier of the Network.
    teamId string
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    id str
    The unique identifier of the Network.
    team_id str
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    id String
    The unique identifier of the Network.
    teamId String
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.

    getNetwork Result

    The following output properties are available:

    AwsAccountId string
    The ID of the AWS Account in which the network exists.
    AwsAvailabilityZoneIds List<string>
    The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
    AwsRegion string
    The AWS Region in which the network exists.
    Cidr string
    The CIDR range of the Network.
    EgressIpAddresses List<string>
    The egress IP addresses of the Network.
    Id string
    The unique identifier of the Network.
    Name string
    The name of the network.
    Region string
    The Vercel region in which the Network exists.
    Status string
    The status of the Network.
    VpcId string
    The ID of the AWS VPC which hosts the network.
    TeamId string
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    AwsAccountId string
    The ID of the AWS Account in which the network exists.
    AwsAvailabilityZoneIds []string
    The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
    AwsRegion string
    The AWS Region in which the network exists.
    Cidr string
    The CIDR range of the Network.
    EgressIpAddresses []string
    The egress IP addresses of the Network.
    Id string
    The unique identifier of the Network.
    Name string
    The name of the network.
    Region string
    The Vercel region in which the Network exists.
    Status string
    The status of the Network.
    VpcId string
    The ID of the AWS VPC which hosts the network.
    TeamId string
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    awsAccountId String
    The ID of the AWS Account in which the network exists.
    awsAvailabilityZoneIds List<String>
    The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
    awsRegion String
    The AWS Region in which the network exists.
    cidr String
    The CIDR range of the Network.
    egressIpAddresses List<String>
    The egress IP addresses of the Network.
    id String
    The unique identifier of the Network.
    name String
    The name of the network.
    region String
    The Vercel region in which the Network exists.
    status String
    The status of the Network.
    vpcId String
    The ID of the AWS VPC which hosts the network.
    teamId String
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    awsAccountId string
    The ID of the AWS Account in which the network exists.
    awsAvailabilityZoneIds string[]
    The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
    awsRegion string
    The AWS Region in which the network exists.
    cidr string
    The CIDR range of the Network.
    egressIpAddresses string[]
    The egress IP addresses of the Network.
    id string
    The unique identifier of the Network.
    name string
    The name of the network.
    region string
    The Vercel region in which the Network exists.
    status string
    The status of the Network.
    vpcId string
    The ID of the AWS VPC which hosts the network.
    teamId string
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    aws_account_id str
    The ID of the AWS Account in which the network exists.
    aws_availability_zone_ids Sequence[str]
    The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
    aws_region str
    The AWS Region in which the network exists.
    cidr str
    The CIDR range of the Network.
    egress_ip_addresses Sequence[str]
    The egress IP addresses of the Network.
    id str
    The unique identifier of the Network.
    name str
    The name of the network.
    region str
    The Vercel region in which the Network exists.
    status str
    The status of the Network.
    vpc_id str
    The ID of the AWS VPC which hosts the network.
    team_id str
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.
    awsAccountId String
    The ID of the AWS Account in which the network exists.
    awsAvailabilityZoneIds List<String>
    The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
    awsRegion String
    The AWS Region in which the network exists.
    cidr String
    The CIDR range of the Network.
    egressIpAddresses List<String>
    The egress IP addresses of the Network.
    id String
    The unique identifier of the Network.
    name String
    The name of the network.
    region String
    The Vercel region in which the Network exists.
    status String
    The status of the Network.
    vpcId String
    The ID of the AWS VPC which hosts the network.
    teamId String
    The unique identifier of the Team that owns the Network. Required when configuring a team resource if a default team has not been set in the provider.

    Package Details

    Repository
    vercel pulumiverse/pulumi-vercel
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vercel Terraform Provider.
    vercel logo
    Vercel v4.6.0 published on Thursday, Feb 12, 2026 by Pulumiverse
      Meet Neo: Your AI Platform Teammate