redpanda 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data
redpanda.getThroughputTiers
Explore with Pulumi AI
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:
- Cloud
Provider string - Cloud provider where the Throughput Tiers are available
- Cloud
Provider string - Cloud provider where the Throughput Tiers are available
- cloud
Provider String - Cloud provider where the Throughput Tiers are available
- cloud
Provider string - Cloud provider where the Throughput Tiers are available
- cloud_
provider str - Cloud provider where the Throughput Tiers are available
- cloud
Provider 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.
- Throughput
Tiers List<GetThroughput Tiers Throughput Tier> - Throughput Tiers
- Cloud
Provider string - Cloud provider where the Throughput Tiers are available
- Id string
- The provider-assigned unique ID for this managed resource.
- Throughput
Tiers []GetThroughput Tiers Throughput Tier - Throughput Tiers
- Cloud
Provider string - Cloud provider where the Throughput Tiers are available
- id String
- The provider-assigned unique ID for this managed resource.
- throughput
Tiers List<GetThroughput Tiers Throughput Tier> - Throughput Tiers
- cloud
Provider String - Cloud provider where the Throughput Tiers are available
- id string
- The provider-assigned unique ID for this managed resource.
- throughput
Tiers GetThroughput Tiers Throughput Tier[] - Throughput Tiers
- cloud
Provider string - Cloud provider where the Throughput Tiers are available
- id str
- The provider-assigned unique ID for this managed resource.
- throughput_
tiers Sequence[GetThroughput Tiers Throughput Tier] - Throughput Tiers
- cloud_
provider str - Cloud provider where the Throughput Tiers are available
- id String
- The provider-assigned unique ID for this managed resource.
- throughput
Tiers List<Property Map> - Throughput Tiers
- cloud
Provider String - Cloud provider where the Throughput Tiers are available
Supporting Types
GetThroughputTiersThroughputTier
- Cloud
Provider string - Cloud provider where the Throughput Tier is available
- Display
Name string - Display name of the Throughput Tier
- Name string
- Unique name of the Throughput Tier
- Cloud
Provider string - Cloud provider where the Throughput Tier is available
- Display
Name string - Display name of the Throughput Tier
- Name string
- Unique name of the Throughput Tier
- cloud
Provider String - Cloud provider where the Throughput Tier is available
- display
Name String - Display name of the Throughput Tier
- name String
- Unique name of the Throughput Tier
- cloud
Provider string - Cloud provider where the Throughput Tier is available
- display
Name 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
- cloud
Provider String - Cloud provider where the Throughput Tier is available
- display
Name 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 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data