redpanda 0.15.1 published on Wednesday, Apr 16, 2025 by redpanda-data
redpanda.getRegions
Explore with Pulumi AI
redpanda 0.15.1 published on Wednesday, Apr 16, 2025 by redpanda-data
Data source for a list of Redpanda Cloud regions
Using getRegions
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 getRegions(args: GetRegionsArgs, opts?: InvokeOptions): Promise<GetRegionsResult>
function getRegionsOutput(args: GetRegionsOutputArgs, opts?: InvokeOptions): Output<GetRegionsResult>def get_regions(cloud_provider: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetRegionsResult
def get_regions_output(cloud_provider: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetRegionsResult]func GetRegions(ctx *Context, args *GetRegionsArgs, opts ...InvokeOption) (*GetRegionsResult, error)
func GetRegionsOutput(ctx *Context, args *GetRegionsOutputArgs, opts ...InvokeOption) GetRegionsResultOutput> Note: This function is named GetRegions in the Go SDK.
public static class GetRegions 
{
    public static Task<GetRegionsResult> InvokeAsync(GetRegionsArgs args, InvokeOptions? opts = null)
    public static Output<GetRegionsResult> Invoke(GetRegionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRegionsResult> getRegions(GetRegionsArgs args, InvokeOptions options)
public static Output<GetRegionsResult> getRegions(GetRegionsArgs args, InvokeOptions options)
fn::invoke:
  function: redpanda:index/getRegions:getRegions
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Cloud
Provider string - Cloud provider where the regions exist
 
- Cloud
Provider string - Cloud provider where the regions exist
 
- cloud
Provider String - Cloud provider where the regions exist
 
- cloud
Provider string - Cloud provider where the regions exist
 
- cloud_
provider str - Cloud provider where the regions exist
 
- cloud
Provider String - Cloud provider where the regions exist
 
getRegions Result
The following output properties are available:
- Cloud
Provider string - Cloud provider where the regions exist
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Regions
List<Get
Regions Region>  - Regions available for the cloud provider
 
- Cloud
Provider string - Cloud provider where the regions exist
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Regions
[]Get
Regions Region  - Regions available for the cloud provider
 
- cloud
Provider String - Cloud provider where the regions exist
 - id String
 - The provider-assigned unique ID for this managed resource.
 - regions
List<Get
Regions Region>  - Regions available for the cloud provider
 
- cloud
Provider string - Cloud provider where the regions exist
 - id string
 - The provider-assigned unique ID for this managed resource.
 - regions
Get
Regions Region[]  - Regions available for the cloud provider
 
- cloud_
provider str - Cloud provider where the regions exist
 - id str
 - The provider-assigned unique ID for this managed resource.
 - regions
Sequence[Get
Regions Region]  - Regions available for the cloud provider
 
- cloud
Provider String - Cloud provider where the regions exist
 - id String
 - The provider-assigned unique ID for this managed resource.
 - regions List<Property Map>
 - Regions available for the cloud provider
 
Supporting Types
GetRegionsRegion  
Package Details
- Repository
 - redpanda redpanda-data/terraform-provider-redpanda
 - License
 - Notes
 - This Pulumi package is based on the 
redpandaTerraform Provider. 
redpanda 0.15.1 published on Wednesday, Apr 16, 2025 by redpanda-data