Viewing docs for Vercel v4.6.1
published on Saturday, Feb 28, 2026 by Pulumiverse
published on Saturday, Feb 28, 2026 by Pulumiverse
Viewing docs for Vercel v4.6.1
published on Saturday, Feb 28, 2026 by Pulumiverse
published on Saturday, Feb 28, 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 dictionaryThe following arguments are supported:
getNetwork Result
The following output properties are available:
- Aws
Account stringId - The ID of the AWS Account in which the network exists.
- Aws
Availability List<string>Zone Ids - The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
- Aws
Region string - The AWS Region in which the network exists.
- Cidr string
- The CIDR range of the Network.
- Egress
Ip List<string>Addresses - 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.
- Vpc
Id string - The ID of the AWS VPC which hosts the network.
- Team
Id 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 stringId - The ID of the AWS Account in which the network exists.
- Aws
Availability []stringZone Ids - The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
- Aws
Region string - The AWS Region in which the network exists.
- Cidr string
- The CIDR range of the Network.
- Egress
Ip []stringAddresses - 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.
- Vpc
Id string - The ID of the AWS VPC which hosts the network.
- Team
Id 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 StringId - The ID of the AWS Account in which the network exists.
- aws
Availability List<String>Zone Ids - The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
- aws
Region String - The AWS Region in which the network exists.
- cidr String
- The CIDR range of the Network.
- egress
Ip List<String>Addresses - 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.
- vpc
Id String - The ID of the AWS VPC which hosts the network.
- team
Id 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 stringId - The ID of the AWS Account in which the network exists.
- aws
Availability string[]Zone Ids - The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
- aws
Region string - The AWS Region in which the network exists.
- cidr string
- The CIDR range of the Network.
- egress
Ip string[]Addresses - 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.
- vpc
Id string - The ID of the AWS VPC which hosts the network.
- team
Id 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_ strid - The ID of the AWS Account in which the network exists.
- aws_
availability_ Sequence[str]zone_ ids - 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_ Sequence[str]addresses - 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.
- aws
Account StringId - The ID of the AWS Account in which the network exists.
- aws
Availability List<String>Zone Ids - The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
- aws
Region String - The AWS Region in which the network exists.
- cidr String
- The CIDR range of the Network.
- egress
Ip List<String>Addresses - 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.
- vpc
Id String - The ID of the AWS VPC which hosts the network.
- team
Id 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
vercelTerraform Provider.
Viewing docs for Vercel v4.6.1
published on Saturday, Feb 28, 2026 by Pulumiverse
published on Saturday, Feb 28, 2026 by Pulumiverse
