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 dictionary
getVpcs Result
The following output properties are available:
- Id string
- The ID of this resource.
- Vpcs
List<Get
Vpcs Vpc>
- Id string
- The ID of this resource.
- Vpcs
[]Get
Vpcs Vpc
- id String
- The ID of this resource.
- vpcs
List<Get
Vpcs Vpc>
- id string
- The ID of this resource.
- vpcs
Get
Vpcs Vpc[]
- id str
- The ID of this resource.
- vpcs
Sequence[Get
Vpcs Vpc]
- id String
- The ID of this resource.
- vpcs List<Property Map>
Supporting Types
GetVpcsVpc
- Cidr string
- Created string
- Error
Message string - Id double
- Name string
- Peering
Connections List<GetVpcs Vpc Peering Connection> - Project
Id string - Provisioned
Id string - Region
Code string - Status string
- Updated string
- Cidr string
- Created string
- Error
Message string - Id float64
- Name string
- Peering
Connections []GetVpcs Vpc Peering Connection - Project
Id string - Provisioned
Id string - Region
Code string - Status string
- Updated string
- cidr String
- created String
- error
Message String - id Double
- name String
- peering
Connections List<GetVpcs Vpc Peering Connection> - project
Id String - provisioned
Id String - region
Code String - status String
- updated String
- cidr string
- created string
- error
Message string - id number
- name string
- peering
Connections GetVpcs Vpc Peering Connection[] - project
Id string - provisioned
Id string - region
Code 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
- error
Message String - id Number
- name String
- peering
Connections List<Property Map> - project
Id String - provisioned
Id String - region
Code String - status String
- updated String
GetVpcsVpcPeeringConnection
- Error
Message string - Peer
Account stringId - Peer
Cidr string - Peer
Region stringCode - Peer
Vpc stringId - Provisioned
Id string - Status string
- Vpc
Id string
- Error
Message string - Peer
Account stringId - Peer
Cidr string - Peer
Region stringCode - Peer
Vpc stringId - Provisioned
Id string - Status string
- Vpc
Id string
- error
Message String - peer
Account StringId - peer
Cidr String - peer
Region StringCode - peer
Vpc StringId - provisioned
Id String - status String
- vpc
Id String
- error
Message string - peer
Account stringId - peer
Cidr string - peer
Region stringCode - peer
Vpc stringId - provisioned
Id string - status string
- vpc
Id string
- error_
message str - peer_
account_ strid - peer_
cidr str - peer_
region_ strcode - peer_
vpc_ strid - provisioned_
id str - status str
- vpc_
id str
- error
Message String - peer
Account StringId - peer
Cidr String - peer
Region StringCode - peer
Vpc StringId - provisioned
Id String - status String
- vpc
Id String
Package Details
- Repository
- timescale timescale/terraform-provider-timescale
- License
- Notes
- This Pulumi package is based on the
timescale
Terraform Provider.
timescale 1.15.0 published on Friday, Feb 21, 2025 by timescale