published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Create SiemSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SiemSettings(name: string, args?: SiemSettingsArgs, opts?: CustomResourceOptions);@overload
def SiemSettings(resource_name: str,
args: Optional[SiemSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SiemSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
siem_provider: Optional[str] = None,
siem_webhook_enabled: Optional[bool] = None,
siem_webhook_provider: Optional[str] = None,
siem_webhook_secret: Optional[str] = None,
siem_webhook_url: Optional[str] = None)func NewSiemSettings(ctx *Context, name string, args *SiemSettingsArgs, opts ...ResourceOption) (*SiemSettings, error)public SiemSettings(string name, SiemSettingsArgs? args = null, CustomResourceOptions? opts = null)
public SiemSettings(String name, SiemSettingsArgs args)
public SiemSettings(String name, SiemSettingsArgs args, CustomResourceOptions options)
type: thoth:governance:SiemSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "thoth_governance_siem_settings" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args SiemSettingsArgs
- 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 SiemSettingsArgs
- 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 SiemSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SiemSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SiemSettingsArgs
- 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 siemSettingsResource = new Thoth.Governance.SiemSettings("siemSettingsResource", new()
{
SiemProvider = "string",
SiemWebhookEnabled = false,
SiemWebhookProvider = "string",
SiemWebhookSecret = "string",
SiemWebhookUrl = "string",
});
example, err := governance.NewSiemSettings(ctx, "siemSettingsResource", &governance.SiemSettingsArgs{
SiemProvider: pulumi.String("string"),
SiemWebhookEnabled: pulumi.Bool(false),
SiemWebhookProvider: pulumi.String("string"),
SiemWebhookSecret: pulumi.String("string"),
SiemWebhookUrl: pulumi.String("string"),
})
resource "thoth_governance_siem_settings" "siemSettingsResource" {
lifecycle {
create_before_destroy = true
}
siem_provider = "string"
siem_webhook_enabled = false
siem_webhook_provider = "string"
siem_webhook_secret = "string"
siem_webhook_url = "string"
}
var siemSettingsResource = new SiemSettings("siemSettingsResource", SiemSettingsArgs.builder()
.siemProvider("string")
.siemWebhookEnabled(false)
.siemWebhookProvider("string")
.siemWebhookSecret("string")
.siemWebhookUrl("string")
.build());
siem_settings_resource = thoth.governance.SiemSettings("siemSettingsResource",
siem_provider="string",
siem_webhook_enabled=False,
siem_webhook_provider="string",
siem_webhook_secret="string",
siem_webhook_url="string")
const siemSettingsResource = new thoth.governance.SiemSettings("siemSettingsResource", {
siemProvider: "string",
siemWebhookEnabled: false,
siemWebhookProvider: "string",
siemWebhookSecret: "string",
siemWebhookUrl: "string",
});
type: thoth:governance:SiemSettings
properties:
siemProvider: string
siemWebhookEnabled: false
siemWebhookProvider: string
siemWebhookSecret: string
siemWebhookUrl: string
SiemSettings 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 SiemSettings resource accepts the following input properties:
- Siem
Provider string - SIEM provider slug.
- Siem
Webhook boolEnabled - Enable SIEM webhook delivery.
- Siem
Webhook stringProvider - SIEM webhook provider slug.
- Siem
Webhook stringSecret - SIEM webhook signing secret.
- Siem
Webhook stringUrl - SIEM webhook URL.
- Siem
Provider string - SIEM provider slug.
- Siem
Webhook boolEnabled - Enable SIEM webhook delivery.
- Siem
Webhook stringProvider - SIEM webhook provider slug.
- Siem
Webhook stringSecret - SIEM webhook signing secret.
- Siem
Webhook stringUrl - SIEM webhook URL.
- siem_
provider string - SIEM provider slug.
- siem_
webhook_ boolenabled - Enable SIEM webhook delivery.
- siem_
webhook_ stringprovider - SIEM webhook provider slug.
- siem_
webhook_ stringsecret - SIEM webhook signing secret.
- siem_
webhook_ stringurl - SIEM webhook URL.
- siem
Provider String - SIEM provider slug.
- siem
Webhook BooleanEnabled - Enable SIEM webhook delivery.
- siem
Webhook StringProvider - SIEM webhook provider slug.
- siem
Webhook StringSecret - SIEM webhook signing secret.
- siem
Webhook StringUrl - SIEM webhook URL.
- siem
Provider string - SIEM provider slug.
- siem
Webhook booleanEnabled - Enable SIEM webhook delivery.
- siem
Webhook stringProvider - SIEM webhook provider slug.
- siem
Webhook stringSecret - SIEM webhook signing secret.
- siem
Webhook stringUrl - SIEM webhook URL.
- siem_
provider str - SIEM provider slug.
- siem_
webhook_ boolenabled - Enable SIEM webhook delivery.
- siem_
webhook_ strprovider - SIEM webhook provider slug.
- siem_
webhook_ strsecret - SIEM webhook signing secret.
- siem_
webhook_ strurl - SIEM webhook URL.
- siem
Provider String - SIEM provider slug.
- siem
Webhook BooleanEnabled - Enable SIEM webhook delivery.
- siem
Webhook StringProvider - SIEM webhook provider slug.
- siem
Webhook StringSecret - SIEM webhook signing secret.
- siem
Webhook StringUrl - SIEM webhook URL.
Outputs
All input properties are implicitly available as output properties. Additionally, the SiemSettings resource produces the following output properties:
- id string
- The provider-assigned unique ID for this managed resource.
- tenant_
id string - Tenant ID resolved from provider configuration.
- updated_
at string - Last update timestamp returned by GovAPI.
- id str
- The provider-assigned unique ID for this managed resource.
- tenant_
id str - Tenant ID resolved from provider configuration.
- updated_
at str - Last update timestamp returned by GovAPI.
Look up Existing SiemSettings Resource
Get an existing SiemSettings 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?: SiemSettingsState, opts?: CustomResourceOptions): SiemSettings@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
siem_provider: Optional[str] = None,
siem_webhook_enabled: Optional[bool] = None,
siem_webhook_provider: Optional[str] = None,
siem_webhook_secret: Optional[str] = None,
siem_webhook_url: Optional[str] = None,
tenant_id: Optional[str] = None,
updated_at: Optional[str] = None) -> SiemSettingsfunc GetSiemSettings(ctx *Context, name string, id IDInput, state *SiemSettingsState, opts ...ResourceOption) (*SiemSettings, error)public static SiemSettings Get(string name, Input<string> id, SiemSettingsState? state, CustomResourceOptions? opts = null)public static SiemSettings get(String name, Output<String> id, SiemSettingsState state, CustomResourceOptions options)resources: _: type: thoth:governance:SiemSettings get: id: ${id}import {
to = thoth_governance_siem_settings.example
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.
- Siem
Provider string - SIEM provider slug.
- Siem
Webhook boolEnabled - Enable SIEM webhook delivery.
- Siem
Webhook stringProvider - SIEM webhook provider slug.
- Siem
Webhook stringSecret - SIEM webhook signing secret.
- Siem
Webhook stringUrl - SIEM webhook URL.
- Tenant
Id string - Tenant ID resolved from provider configuration.
- Updated
At string - Last update timestamp returned by GovAPI.
- Siem
Provider string - SIEM provider slug.
- Siem
Webhook boolEnabled - Enable SIEM webhook delivery.
- Siem
Webhook stringProvider - SIEM webhook provider slug.
- Siem
Webhook stringSecret - SIEM webhook signing secret.
- Siem
Webhook stringUrl - SIEM webhook URL.
- Tenant
Id string - Tenant ID resolved from provider configuration.
- Updated
At string - Last update timestamp returned by GovAPI.
- siem_
provider string - SIEM provider slug.
- siem_
webhook_ boolenabled - Enable SIEM webhook delivery.
- siem_
webhook_ stringprovider - SIEM webhook provider slug.
- siem_
webhook_ stringsecret - SIEM webhook signing secret.
- siem_
webhook_ stringurl - SIEM webhook URL.
- tenant_
id string - Tenant ID resolved from provider configuration.
- updated_
at string - Last update timestamp returned by GovAPI.
- siem
Provider String - SIEM provider slug.
- siem
Webhook BooleanEnabled - Enable SIEM webhook delivery.
- siem
Webhook StringProvider - SIEM webhook provider slug.
- siem
Webhook StringSecret - SIEM webhook signing secret.
- siem
Webhook StringUrl - SIEM webhook URL.
- tenant
Id String - Tenant ID resolved from provider configuration.
- updated
At String - Last update timestamp returned by GovAPI.
- siem
Provider string - SIEM provider slug.
- siem
Webhook booleanEnabled - Enable SIEM webhook delivery.
- siem
Webhook stringProvider - SIEM webhook provider slug.
- siem
Webhook stringSecret - SIEM webhook signing secret.
- siem
Webhook stringUrl - SIEM webhook URL.
- tenant
Id string - Tenant ID resolved from provider configuration.
- updated
At string - Last update timestamp returned by GovAPI.
- siem_
provider str - SIEM provider slug.
- siem_
webhook_ boolenabled - Enable SIEM webhook delivery.
- siem_
webhook_ strprovider - SIEM webhook provider slug.
- siem_
webhook_ strsecret - SIEM webhook signing secret.
- siem_
webhook_ strurl - SIEM webhook URL.
- tenant_
id str - Tenant ID resolved from provider configuration.
- updated_
at str - Last update timestamp returned by GovAPI.
- siem
Provider String - SIEM provider slug.
- siem
Webhook BooleanEnabled - Enable SIEM webhook delivery.
- siem
Webhook StringProvider - SIEM webhook provider slug.
- siem
Webhook StringSecret - SIEM webhook signing secret.
- siem
Webhook StringUrl - SIEM webhook URL.
- tenant
Id String - Tenant ID resolved from provider configuration.
- updated
At String - Last update timestamp returned by GovAPI.
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
published on Thursday, Jul 23, 2026 by Aten Security