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

redpanda.getRegion

Explore with Pulumi AI

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

    Data source for a Redpanda Cloud region

    Using getRegion

    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 getRegion(args: GetRegionArgs, opts?: InvokeOptions): Promise<GetRegionResult>
    function getRegionOutput(args: GetRegionOutputArgs, opts?: InvokeOptions): Output<GetRegionResult>
    def get_region(cloud_provider: Optional[str] = None,
                   name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetRegionResult
    def get_region_output(cloud_provider: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetRegionResult]
    func GetRegion(ctx *Context, args *GetRegionArgs, opts ...InvokeOption) (*GetRegionResult, error)
    func GetRegionOutput(ctx *Context, args *GetRegionOutputArgs, opts ...InvokeOption) GetRegionResultOutput

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

    public static class GetRegion 
    {
        public static Task<GetRegionResult> InvokeAsync(GetRegionArgs args, InvokeOptions? opts = null)
        public static Output<GetRegionResult> Invoke(GetRegionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegionResult> getRegion(GetRegionArgs args, InvokeOptions options)
    public static Output<GetRegionResult> getRegion(GetRegionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: redpanda:index/getRegion:getRegion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudProvider string
    Cloud provider where the region exists
    Name string
    Name of the region
    CloudProvider string
    Cloud provider where the region exists
    Name string
    Name of the region
    cloudProvider String
    Cloud provider where the region exists
    name String
    Name of the region
    cloudProvider string
    Cloud provider where the region exists
    name string
    Name of the region
    cloud_provider str
    Cloud provider where the region exists
    name str
    Name of the region
    cloudProvider String
    Cloud provider where the region exists
    name String
    Name of the region

    getRegion Result

    The following output properties are available:

    CloudProvider string
    Cloud provider where the region exists
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Name of the region
    Zones List<string>
    Zones available in the region
    CloudProvider string
    Cloud provider where the region exists
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Name of the region
    Zones []string
    Zones available in the region
    cloudProvider String
    Cloud provider where the region exists
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Name of the region
    zones List<String>
    Zones available in the region
    cloudProvider string
    Cloud provider where the region exists
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Name of the region
    zones string[]
    Zones available in the region
    cloud_provider str
    Cloud provider where the region exists
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    Name of the region
    zones Sequence[str]
    Zones available in the region
    cloudProvider String
    Cloud provider where the region exists
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Name of the region
    zones List<String>
    Zones available in the region

    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