ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
Using getSccProviderTypeInstance
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 getSccProviderTypeInstance(args: GetSccProviderTypeInstanceArgs, opts?: InvokeOptions): Promise<GetSccProviderTypeInstanceResult>
function getSccProviderTypeInstanceOutput(args: GetSccProviderTypeInstanceOutputArgs, opts?: InvokeOptions): Output<GetSccProviderTypeInstanceResult>def get_scc_provider_type_instance(id: Optional[str] = None,
instance_id: Optional[str] = None,
provider_type_id: Optional[str] = None,
provider_type_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProviderTypeInstanceResult
def get_scc_provider_type_instance_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
provider_type_id: Optional[pulumi.Input[str]] = None,
provider_type_instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProviderTypeInstanceResult]func LookupSccProviderTypeInstance(ctx *Context, args *LookupSccProviderTypeInstanceArgs, opts ...InvokeOption) (*LookupSccProviderTypeInstanceResult, error)
func LookupSccProviderTypeInstanceOutput(ctx *Context, args *LookupSccProviderTypeInstanceOutputArgs, opts ...InvokeOption) LookupSccProviderTypeInstanceResultOutput> Note: This function is named LookupSccProviderTypeInstance in the Go SDK.
public static class GetSccProviderTypeInstance
{
public static Task<GetSccProviderTypeInstanceResult> InvokeAsync(GetSccProviderTypeInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetSccProviderTypeInstanceResult> Invoke(GetSccProviderTypeInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccProviderTypeInstanceResult> getSccProviderTypeInstance(GetSccProviderTypeInstanceArgs args, InvokeOptions options)
public static Output<GetSccProviderTypeInstanceResult> getSccProviderTypeInstance(GetSccProviderTypeInstanceArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProviderTypeInstance:getSccProviderTypeInstance
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Provider
Type stringId - Provider
Type stringInstance Id - Id string
- Instance
Id string - Provider
Type stringId - Provider
Type stringInstance Id - Id string
- instance
Id String - provider
Type StringId - provider
Type StringInstance Id - id String
- instance
Id string - provider
Type stringId - provider
Type stringInstance Id - id string
- instance_
id str - provider_
type_ strid - provider_
type_ strinstance_ id - id str
- instance
Id String - provider
Type StringId - provider
Type StringInstance Id - id String
getSccProviderTypeInstance Result
The following output properties are available:
- Attributes Dictionary<string, string>
- Created
At string - Id string
- Instance
Id string - Name string
- Provider
Type stringId - Provider
Type stringInstance Id - Provider
Type stringInstance Item Id - Type string
- Updated
At string
- Attributes map[string]string
- Created
At string - Id string
- Instance
Id string - Name string
- Provider
Type stringId - Provider
Type stringInstance Id - Provider
Type stringInstance Item Id - Type string
- Updated
At string
- attributes Map<String,String>
- created
At String - id String
- instance
Id String - name String
- provider
Type StringId - provider
Type StringInstance Id - provider
Type StringInstance Item Id - type String
- updated
At String
- attributes {[key: string]: string}
- created
At string - id string
- instance
Id string - name string
- provider
Type stringId - provider
Type stringInstance Id - provider
Type stringInstance Item Id - type string
- updated
At string
- attributes Mapping[str, str]
- created_
at str - id str
- instance_
id str - name str
- provider_
type_ strid - provider_
type_ strinstance_ id - provider_
type_ strinstance_ item_ id - type str
- updated_
at str
- attributes Map<String>
- created
At String - id String
- instance
Id String - name String
- provider
Type StringId - provider
Type StringInstance Id - provider
Type StringInstance Item Id - type String
- updated
At String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
