ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud
ibm.getSccAccountLocation
Start a Neo task
Explain and create an ibm.getSccAccountLocation resource
Using getSccAccountLocation
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 getSccAccountLocation(args: GetSccAccountLocationArgs, opts?: InvokeOptions): Promise<GetSccAccountLocationResult>
function getSccAccountLocationOutput(args: GetSccAccountLocationOutputArgs, opts?: InvokeOptions): Output<GetSccAccountLocationResult>def get_scc_account_location(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccAccountLocationResult
def get_scc_account_location_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccAccountLocationResult]func GetSccAccountLocation(ctx *Context, args *GetSccAccountLocationArgs, opts ...InvokeOption) (*GetSccAccountLocationResult, error)
func GetSccAccountLocationOutput(ctx *Context, args *GetSccAccountLocationOutputArgs, opts ...InvokeOption) GetSccAccountLocationResultOutput> Note: This function is named GetSccAccountLocation in the Go SDK.
public static class GetSccAccountLocation
{
public static Task<GetSccAccountLocationResult> InvokeAsync(GetSccAccountLocationArgs args, InvokeOptions? opts = null)
public static Output<GetSccAccountLocationResult> Invoke(GetSccAccountLocationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccAccountLocationResult> getSccAccountLocation(GetSccAccountLocationArgs args, InvokeOptions options)
public static Output<GetSccAccountLocationResult> getSccAccountLocation(GetSccAccountLocationArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccAccountLocation:getSccAccountLocation
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getSccAccountLocation Result
The following output properties are available:
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
