published on Monday, Mar 2, 2026 by ibm-cloud
published on Monday, Mar 2, 2026 by ibm-cloud
Create SccInstanceSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SccInstanceSettings(name: string, args: SccInstanceSettingsArgs, opts?: CustomResourceOptions);@overload
def SccInstanceSettings(resource_name: str,
args: SccInstanceSettingsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SccInstanceSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
event_notifications: Optional[SccInstanceSettingsEventNotificationsArgs] = None,
instance_id: Optional[str] = None,
object_storage: Optional[SccInstanceSettingsObjectStorageArgs] = None,
scc_instance_settings_id: Optional[str] = None)func NewSccInstanceSettings(ctx *Context, name string, args SccInstanceSettingsArgs, opts ...ResourceOption) (*SccInstanceSettings, error)public SccInstanceSettings(string name, SccInstanceSettingsArgs args, CustomResourceOptions? opts = null)
public SccInstanceSettings(String name, SccInstanceSettingsArgs args)
public SccInstanceSettings(String name, SccInstanceSettingsArgs args, CustomResourceOptions options)
type: ibm:SccInstanceSettings
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 SccInstanceSettingsArgs
- 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 SccInstanceSettingsArgs
- 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 SccInstanceSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SccInstanceSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SccInstanceSettingsArgs
- 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 sccInstanceSettingsResource = new Ibm.SccInstanceSettings("sccInstanceSettingsResource", new()
{
EventNotifications = new Ibm.Inputs.SccInstanceSettingsEventNotificationsArgs
{
InstanceCrn = "string",
SourceDescription = "string",
SourceId = "string",
SourceName = "string",
UpdatedOn = "string",
},
InstanceId = "string",
ObjectStorage = new Ibm.Inputs.SccInstanceSettingsObjectStorageArgs
{
Bucket = "string",
BucketEndpoint = "string",
BucketLocation = "string",
InstanceCrn = "string",
UpdatedOn = "string",
},
SccInstanceSettingsId = "string",
});
example, err := ibm.NewSccInstanceSettings(ctx, "sccInstanceSettingsResource", &ibm.SccInstanceSettingsArgs{
EventNotifications: &ibm.SccInstanceSettingsEventNotificationsArgs{
InstanceCrn: pulumi.String("string"),
SourceDescription: pulumi.String("string"),
SourceId: pulumi.String("string"),
SourceName: pulumi.String("string"),
UpdatedOn: pulumi.String("string"),
},
InstanceId: pulumi.String("string"),
ObjectStorage: &ibm.SccInstanceSettingsObjectStorageArgs{
Bucket: pulumi.String("string"),
BucketEndpoint: pulumi.String("string"),
BucketLocation: pulumi.String("string"),
InstanceCrn: pulumi.String("string"),
UpdatedOn: pulumi.String("string"),
},
SccInstanceSettingsId: pulumi.String("string"),
})
var sccInstanceSettingsResource = new SccInstanceSettings("sccInstanceSettingsResource", SccInstanceSettingsArgs.builder()
.eventNotifications(SccInstanceSettingsEventNotificationsArgs.builder()
.instanceCrn("string")
.sourceDescription("string")
.sourceId("string")
.sourceName("string")
.updatedOn("string")
.build())
.instanceId("string")
.objectStorage(SccInstanceSettingsObjectStorageArgs.builder()
.bucket("string")
.bucketEndpoint("string")
.bucketLocation("string")
.instanceCrn("string")
.updatedOn("string")
.build())
.sccInstanceSettingsId("string")
.build());
scc_instance_settings_resource = ibm.SccInstanceSettings("sccInstanceSettingsResource",
event_notifications={
"instance_crn": "string",
"source_description": "string",
"source_id": "string",
"source_name": "string",
"updated_on": "string",
},
instance_id="string",
object_storage={
"bucket": "string",
"bucket_endpoint": "string",
"bucket_location": "string",
"instance_crn": "string",
"updated_on": "string",
},
scc_instance_settings_id="string")
const sccInstanceSettingsResource = new ibm.SccInstanceSettings("sccInstanceSettingsResource", {
eventNotifications: {
instanceCrn: "string",
sourceDescription: "string",
sourceId: "string",
sourceName: "string",
updatedOn: "string",
},
instanceId: "string",
objectStorage: {
bucket: "string",
bucketEndpoint: "string",
bucketLocation: "string",
instanceCrn: "string",
updatedOn: "string",
},
sccInstanceSettingsId: "string",
});
type: ibm:SccInstanceSettings
properties:
eventNotifications:
instanceCrn: string
sourceDescription: string
sourceId: string
sourceName: string
updatedOn: string
instanceId: string
objectStorage:
bucket: string
bucketEndpoint: string
bucketLocation: string
instanceCrn: string
updatedOn: string
sccInstanceSettingsId: string
SccInstanceSettings 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 SccInstanceSettings resource accepts the following input properties:
- Event
Notifications SccInstance Settings Event Notifications - The Event Notifications settings.
- Instance
Id string - The ID of the Security and Compliance Center instance.
- Object
Storage SccInstance Settings Object Storage - The Cloud Object Storage settings.
- Scc
Instance stringSettings Id
- Event
Notifications SccInstance Settings Event Notifications Args - The Event Notifications settings.
- Instance
Id string - The ID of the Security and Compliance Center instance.
- Object
Storage SccInstance Settings Object Storage Args - The Cloud Object Storage settings.
- Scc
Instance stringSettings Id
- event
Notifications SccInstance Settings Event Notifications - The Event Notifications settings.
- instance
Id String - The ID of the Security and Compliance Center instance.
- object
Storage SccInstance Settings Object Storage - The Cloud Object Storage settings.
- scc
Instance StringSettings Id
- event
Notifications SccInstance Settings Event Notifications - The Event Notifications settings.
- instance
Id string - The ID of the Security and Compliance Center instance.
- object
Storage SccInstance Settings Object Storage - The Cloud Object Storage settings.
- scc
Instance stringSettings Id
- event_
notifications SccInstance Settings Event Notifications Args - The Event Notifications settings.
- instance_
id str - The ID of the Security and Compliance Center instance.
- object_
storage SccInstance Settings Object Storage Args - The Cloud Object Storage settings.
- scc_
instance_ strsettings_ id
- event
Notifications Property Map - The Event Notifications settings.
- instance
Id String - The ID of the Security and Compliance Center instance.
- object
Storage Property Map - The Cloud Object Storage settings.
- scc
Instance StringSettings Id
Outputs
All input properties are implicitly available as output properties. Additionally, the SccInstanceSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SccInstanceSettings Resource
Get an existing SccInstanceSettings 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?: SccInstanceSettingsState, opts?: CustomResourceOptions): SccInstanceSettings@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
event_notifications: Optional[SccInstanceSettingsEventNotificationsArgs] = None,
instance_id: Optional[str] = None,
object_storage: Optional[SccInstanceSettingsObjectStorageArgs] = None,
scc_instance_settings_id: Optional[str] = None) -> SccInstanceSettingsfunc GetSccInstanceSettings(ctx *Context, name string, id IDInput, state *SccInstanceSettingsState, opts ...ResourceOption) (*SccInstanceSettings, error)public static SccInstanceSettings Get(string name, Input<string> id, SccInstanceSettingsState? state, CustomResourceOptions? opts = null)public static SccInstanceSettings get(String name, Output<String> id, SccInstanceSettingsState state, CustomResourceOptions options)resources: _: type: ibm:SccInstanceSettings 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.
- Event
Notifications SccInstance Settings Event Notifications - The Event Notifications settings.
- Instance
Id string - The ID of the Security and Compliance Center instance.
- Object
Storage SccInstance Settings Object Storage - The Cloud Object Storage settings.
- Scc
Instance stringSettings Id
- Event
Notifications SccInstance Settings Event Notifications Args - The Event Notifications settings.
- Instance
Id string - The ID of the Security and Compliance Center instance.
- Object
Storage SccInstance Settings Object Storage Args - The Cloud Object Storage settings.
- Scc
Instance stringSettings Id
- event
Notifications SccInstance Settings Event Notifications - The Event Notifications settings.
- instance
Id String - The ID of the Security and Compliance Center instance.
- object
Storage SccInstance Settings Object Storage - The Cloud Object Storage settings.
- scc
Instance StringSettings Id
- event
Notifications SccInstance Settings Event Notifications - The Event Notifications settings.
- instance
Id string - The ID of the Security and Compliance Center instance.
- object
Storage SccInstance Settings Object Storage - The Cloud Object Storage settings.
- scc
Instance stringSettings Id
- event_
notifications SccInstance Settings Event Notifications Args - The Event Notifications settings.
- instance_
id str - The ID of the Security and Compliance Center instance.
- object_
storage SccInstance Settings Object Storage Args - The Cloud Object Storage settings.
- scc_
instance_ strsettings_ id
- event
Notifications Property Map - The Event Notifications settings.
- instance
Id String - The ID of the Security and Compliance Center instance.
- object
Storage Property Map - The Cloud Object Storage settings.
- scc
Instance StringSettings Id
Supporting Types
SccInstanceSettingsEventNotifications, SccInstanceSettingsEventNotificationsArgs
- Instance
Crn string - The Event Notifications instance CRN.
- Source
Description string - The description of the source in Event Notifications connected Security and Compliance Center
- Source
Id string - The connected Security and Compliance Center instance CRN.
- Source
Name string - The name of the Event Notifications source connected Security and Compliance Center instance CRN.
- Updated
On string - The date when the Event Notifications connection was updated.
- Instance
Crn string - The Event Notifications instance CRN.
- Source
Description string - The description of the source in Event Notifications connected Security and Compliance Center
- Source
Id string - The connected Security and Compliance Center instance CRN.
- Source
Name string - The name of the Event Notifications source connected Security and Compliance Center instance CRN.
- Updated
On string - The date when the Event Notifications connection was updated.
- instance
Crn String - The Event Notifications instance CRN.
- source
Description String - The description of the source in Event Notifications connected Security and Compliance Center
- source
Id String - The connected Security and Compliance Center instance CRN.
- source
Name String - The name of the Event Notifications source connected Security and Compliance Center instance CRN.
- updated
On String - The date when the Event Notifications connection was updated.
- instance
Crn string - The Event Notifications instance CRN.
- source
Description string - The description of the source in Event Notifications connected Security and Compliance Center
- source
Id string - The connected Security and Compliance Center instance CRN.
- source
Name string - The name of the Event Notifications source connected Security and Compliance Center instance CRN.
- updated
On string - The date when the Event Notifications connection was updated.
- instance_
crn str - The Event Notifications instance CRN.
- source_
description str - The description of the source in Event Notifications connected Security and Compliance Center
- source_
id str - The connected Security and Compliance Center instance CRN.
- source_
name str - The name of the Event Notifications source connected Security and Compliance Center instance CRN.
- updated_
on str - The date when the Event Notifications connection was updated.
- instance
Crn String - The Event Notifications instance CRN.
- source
Description String - The description of the source in Event Notifications connected Security and Compliance Center
- source
Id String - The connected Security and Compliance Center instance CRN.
- source
Name String - The name of the Event Notifications source connected Security and Compliance Center instance CRN.
- updated
On String - The date when the Event Notifications connection was updated.
SccInstanceSettingsObjectStorage, SccInstanceSettingsObjectStorageArgs
- Bucket string
- The connected Cloud Object Storage bucket name.
- Bucket
Endpoint string - The connected Cloud Object Storage bucket endpoint.
- Bucket
Location string - The connected Cloud Object Storage bucket location.
- Instance
Crn string - The connected Cloud Object Storage instance CRN.
- Updated
On string - The date when the bucket connection was updated.
- Bucket string
- The connected Cloud Object Storage bucket name.
- Bucket
Endpoint string - The connected Cloud Object Storage bucket endpoint.
- Bucket
Location string - The connected Cloud Object Storage bucket location.
- Instance
Crn string - The connected Cloud Object Storage instance CRN.
- Updated
On string - The date when the bucket connection was updated.
- bucket String
- The connected Cloud Object Storage bucket name.
- bucket
Endpoint String - The connected Cloud Object Storage bucket endpoint.
- bucket
Location String - The connected Cloud Object Storage bucket location.
- instance
Crn String - The connected Cloud Object Storage instance CRN.
- updated
On String - The date when the bucket connection was updated.
- bucket string
- The connected Cloud Object Storage bucket name.
- bucket
Endpoint string - The connected Cloud Object Storage bucket endpoint.
- bucket
Location string - The connected Cloud Object Storage bucket location.
- instance
Crn string - The connected Cloud Object Storage instance CRN.
- updated
On string - The date when the bucket connection was updated.
- bucket str
- The connected Cloud Object Storage bucket name.
- bucket_
endpoint str - The connected Cloud Object Storage bucket endpoint.
- bucket_
location str - The connected Cloud Object Storage bucket location.
- instance_
crn str - The connected Cloud Object Storage instance CRN.
- updated_
on str - The date when the bucket connection was updated.
- bucket String
- The connected Cloud Object Storage bucket name.
- bucket
Endpoint String - The connected Cloud Object Storage bucket endpoint.
- bucket
Location String - The connected Cloud Object Storage bucket location.
- instance
Crn String - The connected Cloud Object Storage instance CRN.
- updated
On String - The date when the bucket connection was updated.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
published on Monday, Mar 2, 2026 by ibm-cloud
