1. Packages
  2. Ibm Provider
  3. API Docs
  4. SccProviderTypeInstance
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
ibm logo
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud

    Create SccProviderTypeInstance Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SccProviderTypeInstance(name: string, args: SccProviderTypeInstanceArgs, opts?: CustomResourceOptions);
    @overload
    def SccProviderTypeInstance(resource_name: str,
                                args: SccProviderTypeInstanceArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def SccProviderTypeInstance(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                instance_id: Optional[str] = None,
                                provider_type_id: Optional[str] = None,
                                attributes: Optional[Mapping[str, str]] = None,
                                name: Optional[str] = None,
                                scc_provider_type_instance_id: Optional[str] = None)
    func NewSccProviderTypeInstance(ctx *Context, name string, args SccProviderTypeInstanceArgs, opts ...ResourceOption) (*SccProviderTypeInstance, error)
    public SccProviderTypeInstance(string name, SccProviderTypeInstanceArgs args, CustomResourceOptions? opts = null)
    public SccProviderTypeInstance(String name, SccProviderTypeInstanceArgs args)
    public SccProviderTypeInstance(String name, SccProviderTypeInstanceArgs args, CustomResourceOptions options)
    
    type: ibm:SccProviderTypeInstance
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SccProviderTypeInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SccProviderTypeInstanceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SccProviderTypeInstanceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SccProviderTypeInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SccProviderTypeInstanceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var sccProviderTypeInstanceResource = new Ibm.SccProviderTypeInstance("sccProviderTypeInstanceResource", new()
    {
        InstanceId = "string",
        ProviderTypeId = "string",
        Attributes = 
        {
            { "string", "string" },
        },
        Name = "string",
        SccProviderTypeInstanceId = "string",
    });
    
    example, err := ibm.NewSccProviderTypeInstance(ctx, "sccProviderTypeInstanceResource", &ibm.SccProviderTypeInstanceArgs{
    	InstanceId:     pulumi.String("string"),
    	ProviderTypeId: pulumi.String("string"),
    	Attributes: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Name:                      pulumi.String("string"),
    	SccProviderTypeInstanceId: pulumi.String("string"),
    })
    
    var sccProviderTypeInstanceResource = new SccProviderTypeInstance("sccProviderTypeInstanceResource", SccProviderTypeInstanceArgs.builder()
        .instanceId("string")
        .providerTypeId("string")
        .attributes(Map.of("string", "string"))
        .name("string")
        .sccProviderTypeInstanceId("string")
        .build());
    
    scc_provider_type_instance_resource = ibm.SccProviderTypeInstance("sccProviderTypeInstanceResource",
        instance_id="string",
        provider_type_id="string",
        attributes={
            "string": "string",
        },
        name="string",
        scc_provider_type_instance_id="string")
    
    const sccProviderTypeInstanceResource = new ibm.SccProviderTypeInstance("sccProviderTypeInstanceResource", {
        instanceId: "string",
        providerTypeId: "string",
        attributes: {
            string: "string",
        },
        name: "string",
        sccProviderTypeInstanceId: "string",
    });
    
    type: ibm:SccProviderTypeInstance
    properties:
        attributes:
            string: string
        instanceId: string
        name: string
        providerTypeId: string
        sccProviderTypeInstanceId: string
    

    SccProviderTypeInstance Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SccProviderTypeInstance resource accepts the following input properties:

    InstanceId string
    The ID of the Security and Compliance Center instance.
    ProviderTypeId string
    The provider type ID.
    Attributes Dictionary<string, string>
    Name string
    The name of the provider type instance.
    SccProviderTypeInstanceId string
    InstanceId string
    The ID of the Security and Compliance Center instance.
    ProviderTypeId string
    The provider type ID.
    Attributes map[string]string
    Name string
    The name of the provider type instance.
    SccProviderTypeInstanceId string
    instanceId String
    The ID of the Security and Compliance Center instance.
    providerTypeId String
    The provider type ID.
    attributes Map<String,String>
    name String
    The name of the provider type instance.
    sccProviderTypeInstanceId String
    instanceId string
    The ID of the Security and Compliance Center instance.
    providerTypeId string
    The provider type ID.
    attributes {[key: string]: string}
    name string
    The name of the provider type instance.
    sccProviderTypeInstanceId string
    instance_id str
    The ID of the Security and Compliance Center instance.
    provider_type_id str
    The provider type ID.
    attributes Mapping[str, str]
    name str
    The name of the provider type instance.
    scc_provider_type_instance_id str
    instanceId String
    The ID of the Security and Compliance Center instance.
    providerTypeId String
    The provider type ID.
    attributes Map<String>
    name String
    The name of the provider type instance.
    sccProviderTypeInstanceId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SccProviderTypeInstance resource produces the following output properties:

    CreatedAt string
    Time at which resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProviderTypeInstanceId string
    The unique identifier of the provider type instance.
    Type string
    The type of the provider type.
    UpdatedAt string
    Time at which resource was updated.
    CreatedAt string
    Time at which resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProviderTypeInstanceId string
    The unique identifier of the provider type instance.
    Type string
    The type of the provider type.
    UpdatedAt string
    Time at which resource was updated.
    createdAt String
    Time at which resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    providerTypeInstanceId String
    The unique identifier of the provider type instance.
    type String
    The type of the provider type.
    updatedAt String
    Time at which resource was updated.
    createdAt string
    Time at which resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    providerTypeInstanceId string
    The unique identifier of the provider type instance.
    type string
    The type of the provider type.
    updatedAt string
    Time at which resource was updated.
    created_at str
    Time at which resource was created.
    id str
    The provider-assigned unique ID for this managed resource.
    provider_type_instance_id str
    The unique identifier of the provider type instance.
    type str
    The type of the provider type.
    updated_at str
    Time at which resource was updated.
    createdAt String
    Time at which resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    providerTypeInstanceId String
    The unique identifier of the provider type instance.
    type String
    The type of the provider type.
    updatedAt String
    Time at which resource was updated.

    Look up Existing SccProviderTypeInstance Resource

    Get an existing SccProviderTypeInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SccProviderTypeInstanceState, opts?: CustomResourceOptions): SccProviderTypeInstance
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            attributes: Optional[Mapping[str, str]] = None,
            created_at: Optional[str] = None,
            instance_id: Optional[str] = None,
            name: Optional[str] = None,
            provider_type_id: Optional[str] = None,
            provider_type_instance_id: Optional[str] = None,
            scc_provider_type_instance_id: Optional[str] = None,
            type: Optional[str] = None,
            updated_at: Optional[str] = None) -> SccProviderTypeInstance
    func GetSccProviderTypeInstance(ctx *Context, name string, id IDInput, state *SccProviderTypeInstanceState, opts ...ResourceOption) (*SccProviderTypeInstance, error)
    public static SccProviderTypeInstance Get(string name, Input<string> id, SccProviderTypeInstanceState? state, CustomResourceOptions? opts = null)
    public static SccProviderTypeInstance get(String name, Output<String> id, SccProviderTypeInstanceState state, CustomResourceOptions options)
    resources:  _:    type: ibm:SccProviderTypeInstance    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Attributes Dictionary<string, string>
    CreatedAt string
    Time at which resource was created.
    InstanceId string
    The ID of the Security and Compliance Center instance.
    Name string
    The name of the provider type instance.
    ProviderTypeId string
    The provider type ID.
    ProviderTypeInstanceId string
    The unique identifier of the provider type instance.
    SccProviderTypeInstanceId string
    Type string
    The type of the provider type.
    UpdatedAt string
    Time at which resource was updated.
    Attributes map[string]string
    CreatedAt string
    Time at which resource was created.
    InstanceId string
    The ID of the Security and Compliance Center instance.
    Name string
    The name of the provider type instance.
    ProviderTypeId string
    The provider type ID.
    ProviderTypeInstanceId string
    The unique identifier of the provider type instance.
    SccProviderTypeInstanceId string
    Type string
    The type of the provider type.
    UpdatedAt string
    Time at which resource was updated.
    attributes Map<String,String>
    createdAt String
    Time at which resource was created.
    instanceId String
    The ID of the Security and Compliance Center instance.
    name String
    The name of the provider type instance.
    providerTypeId String
    The provider type ID.
    providerTypeInstanceId String
    The unique identifier of the provider type instance.
    sccProviderTypeInstanceId String
    type String
    The type of the provider type.
    updatedAt String
    Time at which resource was updated.
    attributes {[key: string]: string}
    createdAt string
    Time at which resource was created.
    instanceId string
    The ID of the Security and Compliance Center instance.
    name string
    The name of the provider type instance.
    providerTypeId string
    The provider type ID.
    providerTypeInstanceId string
    The unique identifier of the provider type instance.
    sccProviderTypeInstanceId string
    type string
    The type of the provider type.
    updatedAt string
    Time at which resource was updated.
    attributes Mapping[str, str]
    created_at str
    Time at which resource was created.
    instance_id str
    The ID of the Security and Compliance Center instance.
    name str
    The name of the provider type instance.
    provider_type_id str
    The provider type ID.
    provider_type_instance_id str
    The unique identifier of the provider type instance.
    scc_provider_type_instance_id str
    type str
    The type of the provider type.
    updated_at str
    Time at which resource was updated.
    attributes Map<String>
    createdAt String
    Time at which resource was created.
    instanceId String
    The ID of the Security and Compliance Center instance.
    name String
    The name of the provider type instance.
    providerTypeId String
    The provider type ID.
    providerTypeInstanceId String
    The unique identifier of the provider type instance.
    sccProviderTypeInstanceId String
    type String
    The type of the provider type.
    updatedAt String
    Time at which resource was updated.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
      Meet Neo: Your AI Platform Teammate