timescale 1.12.1 published on Wednesday, Jan 15, 2025 by timescale
timescale.getProducts
Explore with Pulumi AI
timescale 1.12.1 published on Wednesday, Jan 15, 2025 by timescale
Using getProducts
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 getProducts(opts?: InvokeOptions): Promise<GetProductsResult>
function getProductsOutput(opts?: InvokeOptions): Output<GetProductsResult>def get_products(opts: Optional[InvokeOptions] = None) -> GetProductsResult
def get_products_output(opts: Optional[InvokeOptions] = None) -> Output[GetProductsResult]func GetProducts(ctx *Context, opts ...InvokeOption) (*GetProductsResult, error)
func GetProductsOutput(ctx *Context, opts ...InvokeOption) GetProductsResultOutput> Note: This function is named GetProducts in the Go SDK.
public static class GetProducts 
{
    public static Task<GetProductsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetProductsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetProductsResult> getProducts(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: timescale:index/getProducts:getProducts
  arguments:
    # arguments dictionarygetProducts Result
The following output properties are available:
- Id string
- The ID of this resource.
- Products
List<GetProducts Product> 
- Id string
- The ID of this resource.
- Products
[]GetProducts Product 
- id String
- The ID of this resource.
- products
List<GetProducts Product> 
- id string
- The ID of this resource.
- products
GetProducts Product[] 
- id str
- The ID of this resource.
- products
Sequence[GetProducts Product] 
- id String
- The ID of this resource.
- products List<Property Map>
Supporting Types
GetProductsProduct  
- Description string
- Id string
- Name string
- Plans
List<GetProducts Product Plan> 
- Description string
- Id string
- Name string
- Plans
[]GetProducts Product Plan 
- description String
- id String
- name String
- plans
List<GetProducts Product Plan> 
- description string
- id string
- name string
- plans
GetProducts Product Plan[] 
- description String
- id String
- name String
- plans List<Property Map>
GetProductsProductPlan   
- id str
- memory_gb float
- milli_cpu float
- price float
- product_id str
- region_code str
Package Details
- Repository
- timescale timescale/terraform-provider-timescale
- License
- Notes
- This Pulumi package is based on the timescaleTerraform Provider.
timescale 1.12.1 published on Wednesday, Jan 15, 2025 by timescale