1. Packages
  2. Redpanda Provider
  3. API Docs
  4. getThroughputTiers
redpanda 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data

redpanda.getThroughputTiers

Explore with Pulumi AI

redpanda logo
redpanda 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data

    Data source for a list of Redpanda Cloud throughput tiers

    Using getThroughputTiers

    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 getThroughputTiers(args: GetThroughputTiersArgs, opts?: InvokeOptions): Promise<GetThroughputTiersResult>
    function getThroughputTiersOutput(args: GetThroughputTiersOutputArgs, opts?: InvokeOptions): Output<GetThroughputTiersResult>
    def get_throughput_tiers(cloud_provider: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetThroughputTiersResult
    def get_throughput_tiers_output(cloud_provider: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetThroughputTiersResult]
    func GetThroughputTiers(ctx *Context, args *GetThroughputTiersArgs, opts ...InvokeOption) (*GetThroughputTiersResult, error)
    func GetThroughputTiersOutput(ctx *Context, args *GetThroughputTiersOutputArgs, opts ...InvokeOption) GetThroughputTiersResultOutput

    > Note: This function is named GetThroughputTiers in the Go SDK.

    public static class GetThroughputTiers 
    {
        public static Task<GetThroughputTiersResult> InvokeAsync(GetThroughputTiersArgs args, InvokeOptions? opts = null)
        public static Output<GetThroughputTiersResult> Invoke(GetThroughputTiersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetThroughputTiersResult> getThroughputTiers(GetThroughputTiersArgs args, InvokeOptions options)
    public static Output<GetThroughputTiersResult> getThroughputTiers(GetThroughputTiersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: redpanda:index/getThroughputTiers:getThroughputTiers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudProvider string
    Cloud provider where the Throughput Tiers are available
    CloudProvider string
    Cloud provider where the Throughput Tiers are available
    cloudProvider String
    Cloud provider where the Throughput Tiers are available
    cloudProvider string
    Cloud provider where the Throughput Tiers are available
    cloud_provider str
    Cloud provider where the Throughput Tiers are available
    cloudProvider String
    Cloud provider where the Throughput Tiers are available

    getThroughputTiers Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ThroughputTiers List<GetThroughputTiersThroughputTier>
    Throughput Tiers
    CloudProvider string
    Cloud provider where the Throughput Tiers are available
    Id string
    The provider-assigned unique ID for this managed resource.
    ThroughputTiers []GetThroughputTiersThroughputTier
    Throughput Tiers
    CloudProvider string
    Cloud provider where the Throughput Tiers are available
    id String
    The provider-assigned unique ID for this managed resource.
    throughputTiers List<GetThroughputTiersThroughputTier>
    Throughput Tiers
    cloudProvider String
    Cloud provider where the Throughput Tiers are available
    id string
    The provider-assigned unique ID for this managed resource.
    throughputTiers GetThroughputTiersThroughputTier[]
    Throughput Tiers
    cloudProvider string
    Cloud provider where the Throughput Tiers are available
    id str
    The provider-assigned unique ID for this managed resource.
    throughput_tiers Sequence[GetThroughputTiersThroughputTier]
    Throughput Tiers
    cloud_provider str
    Cloud provider where the Throughput Tiers are available
    id String
    The provider-assigned unique ID for this managed resource.
    throughputTiers List<Property Map>
    Throughput Tiers
    cloudProvider String
    Cloud provider where the Throughput Tiers are available

    Supporting Types

    GetThroughputTiersThroughputTier

    CloudProvider string
    Cloud provider where the Throughput Tier is available
    DisplayName string
    Display name of the Throughput Tier
    Name string
    Unique name of the Throughput Tier
    CloudProvider string
    Cloud provider where the Throughput Tier is available
    DisplayName string
    Display name of the Throughput Tier
    Name string
    Unique name of the Throughput Tier
    cloudProvider String
    Cloud provider where the Throughput Tier is available
    displayName String
    Display name of the Throughput Tier
    name String
    Unique name of the Throughput Tier
    cloudProvider string
    Cloud provider where the Throughput Tier is available
    displayName string
    Display name of the Throughput Tier
    name string
    Unique name of the Throughput Tier
    cloud_provider str
    Cloud provider where the Throughput Tier is available
    display_name str
    Display name of the Throughput Tier
    name str
    Unique name of the Throughput Tier
    cloudProvider String
    Cloud provider where the Throughput Tier is available
    displayName String
    Display name of the Throughput Tier
    name String
    Unique name of the Throughput Tier

    Package Details

    Repository
    redpanda redpanda-data/terraform-provider-redpanda
    License
    Notes
    This Pulumi package is based on the redpanda Terraform Provider.
    redpanda logo
    redpanda 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data