redpanda 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data
redpanda.getRegion
Explore with Pulumi AI
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:
- Cloud
Provider string - Cloud provider where the region exists
- Name string
- Name of the region
- Cloud
Provider string - Cloud provider where the region exists
- Name string
- Name of the region
- cloud
Provider String - Cloud provider where the region exists
- name String
- Name of the region
- cloud
Provider 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
- cloud
Provider String - Cloud provider where the region exists
- name String
- Name of the region
getRegion Result
The following output properties are available:
- Cloud
Provider 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
- Cloud
Provider 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 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
- cloud
Provider 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
- cloud
Provider 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 0.13.0 published on Monday, Mar 17, 2025 by redpanda-data