1. Packages
  2. Timescale Provider
  3. API Docs
  4. getVpcs
timescale 1.15.0 published on Friday, Feb 21, 2025 by timescale

timescale.getVpcs

Explore with Pulumi AI

timescale logo
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<GetVpcsVpc>
    Id string
    The ID of this resource.
    Vpcs []GetVpcsVpc
    id String
    The ID of this resource.
    vpcs List<GetVpcsVpc>
    id string
    The ID of this resource.
    vpcs GetVpcsVpc[]
    id str
    The ID of this resource.
    vpcs Sequence[GetVpcsVpc]
    id String
    The ID of this resource.
    vpcs List<Property Map>

    Supporting Types

    GetVpcsVpc

    GetVpcsVpcPeeringConnection

    ErrorMessage string
    PeerAccountId string
    PeerCidr string
    PeerRegionCode string
    PeerVpcId string
    ProvisionedId string
    Status string
    VpcId string
    ErrorMessage string
    PeerAccountId string
    PeerCidr string
    PeerRegionCode string
    PeerVpcId string
    ProvisionedId string
    Status string
    VpcId string
    errorMessage String
    peerAccountId String
    peerCidr String
    peerRegionCode String
    peerVpcId String
    provisionedId String
    status String
    vpcId String
    errorMessage string
    peerAccountId string
    peerCidr string
    peerRegionCode string
    peerVpcId string
    provisionedId string
    status string
    vpcId string
    errorMessage String
    peerAccountId String
    peerCidr String
    peerRegionCode String
    peerVpcId String
    provisionedId String
    status String
    vpcId String

    Package Details

    Repository
    timescale timescale/terraform-provider-timescale
    License
    Notes
    This Pulumi package is based on the timescale Terraform Provider.
    timescale logo
    timescale 1.15.0 published on Friday, Feb 21, 2025 by timescale