Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Region data source
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(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegionResult
def get_region_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegionResult]func LookupRegion(ctx *Context, args *LookupRegionArgs, opts ...InvokeOption) (*LookupRegionResult, error)
func LookupRegionOutput(ctx *Context, args *LookupRegionOutputArgs, opts ...InvokeOption) LookupRegionResultOutput> Note: This function is named LookupRegion 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: scm:index/getRegion:getRegion
arguments:
# arguments dictionaryThe following arguments are supported:
getRegion Result
The following output properties are available:
- Addresses List<string>
- Address
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Geo
Location GetRegion Geo Location - Geo location
- Id string
- The UUID of the region
- Name string
- The name of the region
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Addresses []string
- Address
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Geo
Location GetRegion Geo Location - Geo location
- Id string
- The UUID of the region
- Name string
- The name of the region
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- addresses List<String>
- Address
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- geo
Location GetRegion Geo Location - Geo location
- id String
- The UUID of the region
- name String
- The name of the region
- snippet String
- The snippet in which the resource is defined
- tfid String
- addresses string[]
- Address
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- geo
Location GetRegion Geo Location - Geo location
- id string
- The UUID of the region
- name string
- The name of the region
- snippet string
- The snippet in which the resource is defined
- tfid string
- addresses Sequence[str]
- Address
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- geo_
location GetRegion Geo Location - Geo location
- id str
- The UUID of the region
- name str
- The name of the region
- snippet str
- The snippet in which the resource is defined
- tfid str
- addresses List<String>
- Address
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- geo
Location Property Map - Geo location
- id String
- The UUID of the region
- name String
- The name of the region
- snippet String
- The snippet in which the resource is defined
- tfid String
Supporting Types
GetRegionGeoLocation
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
