ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSccAccountLocation
Explore with Pulumi AI
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 dictionary
The 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
ibm
Terraform Provider.