Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 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
- Geo
Location GetRegion Geo Location - Id string
- The UUID of the region
- Name string
- The name of the region
- Snippet string
- Tfid string
- Addresses []string
- Address
- Device string
- The device in which the resource is defined
- Folder string
- Geo
Location GetRegion Geo Location - Id string
- The UUID of the region
- Name string
- The name of the region
- Snippet string
- Tfid string
- addresses List<String>
- Address
- device String
- The device in which the resource is defined
- folder String
- geo
Location GetRegion Geo Location - id String
- The UUID of the region
- name String
- The name of the region
- snippet String
- tfid String
- addresses string[]
- Address
- device string
- The device in which the resource is defined
- folder string
- geo
Location GetRegion Geo Location - id string
- The UUID of the region
- name string
- The name of the region
- snippet string
- tfid string
- addresses Sequence[str]
- Address
- device str
- The device in which the resource is defined
- folder str
- geo_
location GetRegion Geo Location - id str
- The UUID of the region
- name str
- The name of the region
- snippet str
- tfid str
- addresses List<String>
- Address
- device String
- The device in which the resource is defined
- folder String
- geo
Location Property Map - id String
- The UUID of the region
- name String
- The name of the region
- snippet String
- 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 v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
