timescale 1.15.0 published on Friday, Feb 21, 2025 by timescale
timescale.getVpcs
Explore with Pulumi AI
timescale 1.15.0 published on Friday, Feb 21, 2025 by timescale
Using getVpcs
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 getVpcs(opts?: InvokeOptions): Promise<GetVpcsResult>
function getVpcsOutput(opts?: InvokeOptions): Output<GetVpcsResult>def get_vpcs(opts: Optional[InvokeOptions] = None) -> GetVpcsResult
def get_vpcs_output(opts: Optional[InvokeOptions] = None) -> Output[GetVpcsResult]func LookupVpcs(ctx *Context, opts ...InvokeOption) (*LookupVpcsResult, error)
func LookupVpcsOutput(ctx *Context, opts ...InvokeOption) LookupVpcsResultOutput> Note: This function is named LookupVpcs in the Go SDK.
public static class GetVpcs 
{
    public static Task<GetVpcsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetVpcsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcsResult> getVpcs(InvokeOptions options)
public static Output<GetVpcsResult> getVpcs(InvokeOptions options)
fn::invoke:
  function: timescale:index/getVpcs:getVpcs
  arguments:
    # arguments dictionarygetVpcs Result
The following output properties are available:
- Id string
- The ID of this resource.
- Vpcs
List<GetVpcs Vpc> 
- Id string
- The ID of this resource.
- Vpcs
[]GetVpcs Vpc 
- id String
- The ID of this resource.
- vpcs
List<GetVpcs Vpc> 
- id string
- The ID of this resource.
- vpcs
GetVpcs Vpc[] 
- id str
- The ID of this resource.
- vpcs
Sequence[GetVpcs Vpc] 
- id String
- The ID of this resource.
- vpcs List<Property Map>
Supporting Types
GetVpcsVpc  
- Cidr string
- Created string
- ErrorMessage string
- Id double
- Name string
- PeeringConnections List<GetVpcs Vpc Peering Connection> 
- ProjectId string
- ProvisionedId string
- RegionCode string
- Status string
- Updated string
- Cidr string
- Created string
- ErrorMessage string
- Id float64
- Name string
- PeeringConnections []GetVpcs Vpc Peering Connection 
- ProjectId string
- ProvisionedId string
- RegionCode string
- Status string
- Updated string
- cidr String
- created String
- errorMessage String
- id Double
- name String
- peeringConnections List<GetVpcs Vpc Peering Connection> 
- projectId String
- provisionedId String
- regionCode String
- status String
- updated String
- cidr string
- created string
- errorMessage string
- id number
- name string
- peeringConnections GetVpcs Vpc Peering Connection[] 
- projectId string
- provisionedId string
- regionCode string
- status string
- updated string
- cidr str
- created str
- error_message str
- id float
- name str
- peering_connections Sequence[GetVpcs Vpc Peering Connection] 
- project_id str
- provisioned_id str
- region_code str
- status str
- updated str
- cidr String
- created String
- errorMessage String
- id Number
- name String
- peeringConnections List<Property Map>
- projectId String
- provisionedId String
- regionCode String
- status String
- updated String
GetVpcsVpcPeeringConnection    
- ErrorMessage string
- PeerAccount stringId 
- PeerCidr string
- PeerRegion stringCode 
- PeerVpc stringId 
- ProvisionedId string
- Status string
- VpcId string
- ErrorMessage string
- PeerAccount stringId 
- PeerCidr string
- PeerRegion stringCode 
- PeerVpc stringId 
- ProvisionedId string
- Status string
- VpcId string
- errorMessage String
- peerAccount StringId 
- peerCidr String
- peerRegion StringCode 
- peerVpc StringId 
- provisionedId String
- status String
- vpcId String
- errorMessage string
- peerAccount stringId 
- peerCidr string
- peerRegion stringCode 
- peerVpc stringId 
- provisionedId string
- status string
- vpcId string
- error_message str
- peer_account_ strid 
- peer_cidr str
- peer_region_ strcode 
- peer_vpc_ strid 
- provisioned_id str
- status str
- vpc_id str
- errorMessage String
- peerAccount StringId 
- peerCidr String
- peerRegion StringCode 
- peerVpc StringId 
- provisionedId String
- status String
- vpcId String
Package Details
- Repository
- timescale timescale/terraform-provider-timescale
- License
- Notes
- This Pulumi package is based on the timescaleTerraform Provider.
timescale 1.15.0 published on Friday, Feb 21, 2025 by timescale