published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Create EvidenceBackfill Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EvidenceBackfill(name: string, args?: EvidenceBackfillArgs, opts?: CustomResourceOptions);@overload
def EvidenceBackfill(resource_name: str,
args: Optional[EvidenceBackfillArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def EvidenceBackfill(resource_name: str,
opts: Optional[ResourceOptions] = None,
dry_run: Optional[bool] = None,
include_blocked_events: Optional[bool] = None,
integration_id: Optional[str] = None,
limit: Optional[int] = None,
trigger: Optional[str] = None)func NewEvidenceBackfill(ctx *Context, name string, args *EvidenceBackfillArgs, opts ...ResourceOption) (*EvidenceBackfill, error)public EvidenceBackfill(string name, EvidenceBackfillArgs? args = null, CustomResourceOptions? opts = null)
public EvidenceBackfill(String name, EvidenceBackfillArgs args)
public EvidenceBackfill(String name, EvidenceBackfillArgs args, CustomResourceOptions options)
type: thoth:governance:EvidenceBackfill
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "thoth_governance_evidence_backfill" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args EvidenceBackfillArgs
- 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 EvidenceBackfillArgs
- 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 EvidenceBackfillArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EvidenceBackfillArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EvidenceBackfillArgs
- 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 evidenceBackfillResource = new Thoth.Governance.EvidenceBackfill("evidenceBackfillResource", new()
{
DryRun = false,
IncludeBlockedEvents = false,
IntegrationId = "string",
Limit = 0,
Trigger = "string",
});
example, err := governance.NewEvidenceBackfill(ctx, "evidenceBackfillResource", &governance.EvidenceBackfillArgs{
DryRun: pulumi.Bool(false),
IncludeBlockedEvents: pulumi.Bool(false),
IntegrationId: pulumi.String("string"),
Limit: pulumi.Int(0),
Trigger: pulumi.String("string"),
})
resource "thoth_governance_evidence_backfill" "evidenceBackfillResource" {
lifecycle {
create_before_destroy = true
}
dry_run = false
include_blocked_events = false
integration_id = "string"
limit = 0
trigger = "string"
}
var evidenceBackfillResource = new EvidenceBackfill("evidenceBackfillResource", EvidenceBackfillArgs.builder()
.dryRun(false)
.includeBlockedEvents(false)
.integrationId("string")
.limit(0)
.trigger("string")
.build());
evidence_backfill_resource = thoth.governance.EvidenceBackfill("evidenceBackfillResource",
dry_run=False,
include_blocked_events=False,
integration_id="string",
limit=0,
trigger="string")
const evidenceBackfillResource = new thoth.governance.EvidenceBackfill("evidenceBackfillResource", {
dryRun: false,
includeBlockedEvents: false,
integrationId: "string",
limit: 0,
trigger: "string",
});
type: thoth:governance:EvidenceBackfill
properties:
dryRun: false
includeBlockedEvents: false
integrationId: string
limit: 0
trigger: string
EvidenceBackfill 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 EvidenceBackfill resource accepts the following input properties:
- Dry
Run bool - When true, preview records without persisting evidence.
- Include
Blocked boolEvents - Include blocked decisions in addition to explicit violations.
- Integration
Id string - Optional integration ID stamped on created evidence records.
- Limit int
- Maximum number of candidate events to evaluate (1-1000).
- Trigger string
- Change this value to force a re-run.
- Dry
Run bool - When true, preview records without persisting evidence.
- Include
Blocked boolEvents - Include blocked decisions in addition to explicit violations.
- Integration
Id string - Optional integration ID stamped on created evidence records.
- Limit int
- Maximum number of candidate events to evaluate (1-1000).
- Trigger string
- Change this value to force a re-run.
- dry_
run bool - When true, preview records without persisting evidence.
- include_
blocked_ boolevents - Include blocked decisions in addition to explicit violations.
- integration_
id string - Optional integration ID stamped on created evidence records.
- limit number
- Maximum number of candidate events to evaluate (1-1000).
- trigger string
- Change this value to force a re-run.
- dry
Run Boolean - When true, preview records without persisting evidence.
- include
Blocked BooleanEvents - Include blocked decisions in addition to explicit violations.
- integration
Id String - Optional integration ID stamped on created evidence records.
- limit Integer
- Maximum number of candidate events to evaluate (1-1000).
- trigger String
- Change this value to force a re-run.
- dry
Run boolean - When true, preview records without persisting evidence.
- include
Blocked booleanEvents - Include blocked decisions in addition to explicit violations.
- integration
Id string - Optional integration ID stamped on created evidence records.
- limit number
- Maximum number of candidate events to evaluate (1-1000).
- trigger string
- Change this value to force a re-run.
- dry_
run bool - When true, preview records without persisting evidence.
- include_
blocked_ boolevents - Include blocked decisions in addition to explicit violations.
- integration_
id str - Optional integration ID stamped on created evidence records.
- limit int
- Maximum number of candidate events to evaluate (1-1000).
- trigger str
- Change this value to force a re-run.
- dry
Run Boolean - When true, preview records without persisting evidence.
- include
Blocked BooleanEvents - Include blocked decisions in addition to explicit violations.
- integration
Id String - Optional integration ID stamped on created evidence records.
- limit Number
- Maximum number of candidate events to evaluate (1-1000).
- trigger String
- Change this value to force a re-run.
Outputs
All input properties are implicitly available as output properties. Additionally, the EvidenceBackfill resource produces the following output properties:
- Candidates int
- Number of events that qualified for backfill.
- Created int
- Number of new evidence records created.
- Evidence
Ids stringJson - Created or candidate evidence IDs as JSON array.
- Examined int
- Number of source events examined.
- Executed
At string - Timestamp when backfill was executed.
- Id string
- The provider-assigned unique ID for this managed resource.
- Skipped
Existing int - Number of candidates skipped due to existing evidence.
- Source
Collection string - Source collection used by the backfill endpoint.
- Tenant
Id string - Tenant ID from provider configuration.
- Would
Create int - Number of records that would be created in dry-run mode.
- Candidates int
- Number of events that qualified for backfill.
- Created int
- Number of new evidence records created.
- Evidence
Ids stringJson - Created or candidate evidence IDs as JSON array.
- Examined int
- Number of source events examined.
- Executed
At string - Timestamp when backfill was executed.
- Id string
- The provider-assigned unique ID for this managed resource.
- Skipped
Existing int - Number of candidates skipped due to existing evidence.
- Source
Collection string - Source collection used by the backfill endpoint.
- Tenant
Id string - Tenant ID from provider configuration.
- Would
Create int - Number of records that would be created in dry-run mode.
- candidates number
- Number of events that qualified for backfill.
- created number
- Number of new evidence records created.
- evidence_
ids_ stringjson - Created or candidate evidence IDs as JSON array.
- examined number
- Number of source events examined.
- executed_
at string - Timestamp when backfill was executed.
- id string
- The provider-assigned unique ID for this managed resource.
- skipped_
existing number - Number of candidates skipped due to existing evidence.
- source_
collection string - Source collection used by the backfill endpoint.
- tenant_
id string - Tenant ID from provider configuration.
- would_
create number - Number of records that would be created in dry-run mode.
- candidates Integer
- Number of events that qualified for backfill.
- created Integer
- Number of new evidence records created.
- evidence
Ids StringJson - Created or candidate evidence IDs as JSON array.
- examined Integer
- Number of source events examined.
- executed
At String - Timestamp when backfill was executed.
- id String
- The provider-assigned unique ID for this managed resource.
- skipped
Existing Integer - Number of candidates skipped due to existing evidence.
- source
Collection String - Source collection used by the backfill endpoint.
- tenant
Id String - Tenant ID from provider configuration.
- would
Create Integer - Number of records that would be created in dry-run mode.
- candidates number
- Number of events that qualified for backfill.
- created number
- Number of new evidence records created.
- evidence
Ids stringJson - Created or candidate evidence IDs as JSON array.
- examined number
- Number of source events examined.
- executed
At string - Timestamp when backfill was executed.
- id string
- The provider-assigned unique ID for this managed resource.
- skipped
Existing number - Number of candidates skipped due to existing evidence.
- source
Collection string - Source collection used by the backfill endpoint.
- tenant
Id string - Tenant ID from provider configuration.
- would
Create number - Number of records that would be created in dry-run mode.
- candidates int
- Number of events that qualified for backfill.
- created int
- Number of new evidence records created.
- evidence_
ids_ strjson - Created or candidate evidence IDs as JSON array.
- examined int
- Number of source events examined.
- executed_
at str - Timestamp when backfill was executed.
- id str
- The provider-assigned unique ID for this managed resource.
- skipped_
existing int - Number of candidates skipped due to existing evidence.
- source_
collection str - Source collection used by the backfill endpoint.
- tenant_
id str - Tenant ID from provider configuration.
- would_
create int - Number of records that would be created in dry-run mode.
- candidates Number
- Number of events that qualified for backfill.
- created Number
- Number of new evidence records created.
- evidence
Ids StringJson - Created or candidate evidence IDs as JSON array.
- examined Number
- Number of source events examined.
- executed
At String - Timestamp when backfill was executed.
- id String
- The provider-assigned unique ID for this managed resource.
- skipped
Existing Number - Number of candidates skipped due to existing evidence.
- source
Collection String - Source collection used by the backfill endpoint.
- tenant
Id String - Tenant ID from provider configuration.
- would
Create Number - Number of records that would be created in dry-run mode.
Look up Existing EvidenceBackfill Resource
Get an existing EvidenceBackfill 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?: EvidenceBackfillState, opts?: CustomResourceOptions): EvidenceBackfill@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
candidates: Optional[int] = None,
created: Optional[int] = None,
dry_run: Optional[bool] = None,
evidence_ids_json: Optional[str] = None,
examined: Optional[int] = None,
executed_at: Optional[str] = None,
include_blocked_events: Optional[bool] = None,
integration_id: Optional[str] = None,
limit: Optional[int] = None,
skipped_existing: Optional[int] = None,
source_collection: Optional[str] = None,
tenant_id: Optional[str] = None,
trigger: Optional[str] = None,
would_create: Optional[int] = None) -> EvidenceBackfillfunc GetEvidenceBackfill(ctx *Context, name string, id IDInput, state *EvidenceBackfillState, opts ...ResourceOption) (*EvidenceBackfill, error)public static EvidenceBackfill Get(string name, Input<string> id, EvidenceBackfillState? state, CustomResourceOptions? opts = null)public static EvidenceBackfill get(String name, Output<String> id, EvidenceBackfillState state, CustomResourceOptions options)resources: _: type: thoth:governance:EvidenceBackfill get: id: ${id}import {
to = thoth_governance_evidence_backfill.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.
- Candidates int
- Number of events that qualified for backfill.
- Created int
- Number of new evidence records created.
- Dry
Run bool - When true, preview records without persisting evidence.
- Evidence
Ids stringJson - Created or candidate evidence IDs as JSON array.
- Examined int
- Number of source events examined.
- Executed
At string - Timestamp when backfill was executed.
- Include
Blocked boolEvents - Include blocked decisions in addition to explicit violations.
- Integration
Id string - Optional integration ID stamped on created evidence records.
- Limit int
- Maximum number of candidate events to evaluate (1-1000).
- Skipped
Existing int - Number of candidates skipped due to existing evidence.
- Source
Collection string - Source collection used by the backfill endpoint.
- Tenant
Id string - Tenant ID from provider configuration.
- Trigger string
- Change this value to force a re-run.
- Would
Create int - Number of records that would be created in dry-run mode.
- Candidates int
- Number of events that qualified for backfill.
- Created int
- Number of new evidence records created.
- Dry
Run bool - When true, preview records without persisting evidence.
- Evidence
Ids stringJson - Created or candidate evidence IDs as JSON array.
- Examined int
- Number of source events examined.
- Executed
At string - Timestamp when backfill was executed.
- Include
Blocked boolEvents - Include blocked decisions in addition to explicit violations.
- Integration
Id string - Optional integration ID stamped on created evidence records.
- Limit int
- Maximum number of candidate events to evaluate (1-1000).
- Skipped
Existing int - Number of candidates skipped due to existing evidence.
- Source
Collection string - Source collection used by the backfill endpoint.
- Tenant
Id string - Tenant ID from provider configuration.
- Trigger string
- Change this value to force a re-run.
- Would
Create int - Number of records that would be created in dry-run mode.
- candidates number
- Number of events that qualified for backfill.
- created number
- Number of new evidence records created.
- dry_
run bool - When true, preview records without persisting evidence.
- evidence_
ids_ stringjson - Created or candidate evidence IDs as JSON array.
- examined number
- Number of source events examined.
- executed_
at string - Timestamp when backfill was executed.
- include_
blocked_ boolevents - Include blocked decisions in addition to explicit violations.
- integration_
id string - Optional integration ID stamped on created evidence records.
- limit number
- Maximum number of candidate events to evaluate (1-1000).
- skipped_
existing number - Number of candidates skipped due to existing evidence.
- source_
collection string - Source collection used by the backfill endpoint.
- tenant_
id string - Tenant ID from provider configuration.
- trigger string
- Change this value to force a re-run.
- would_
create number - Number of records that would be created in dry-run mode.
- candidates Integer
- Number of events that qualified for backfill.
- created Integer
- Number of new evidence records created.
- dry
Run Boolean - When true, preview records without persisting evidence.
- evidence
Ids StringJson - Created or candidate evidence IDs as JSON array.
- examined Integer
- Number of source events examined.
- executed
At String - Timestamp when backfill was executed.
- include
Blocked BooleanEvents - Include blocked decisions in addition to explicit violations.
- integration
Id String - Optional integration ID stamped on created evidence records.
- limit Integer
- Maximum number of candidate events to evaluate (1-1000).
- skipped
Existing Integer - Number of candidates skipped due to existing evidence.
- source
Collection String - Source collection used by the backfill endpoint.
- tenant
Id String - Tenant ID from provider configuration.
- trigger String
- Change this value to force a re-run.
- would
Create Integer - Number of records that would be created in dry-run mode.
- candidates number
- Number of events that qualified for backfill.
- created number
- Number of new evidence records created.
- dry
Run boolean - When true, preview records without persisting evidence.
- evidence
Ids stringJson - Created or candidate evidence IDs as JSON array.
- examined number
- Number of source events examined.
- executed
At string - Timestamp when backfill was executed.
- include
Blocked booleanEvents - Include blocked decisions in addition to explicit violations.
- integration
Id string - Optional integration ID stamped on created evidence records.
- limit number
- Maximum number of candidate events to evaluate (1-1000).
- skipped
Existing number - Number of candidates skipped due to existing evidence.
- source
Collection string - Source collection used by the backfill endpoint.
- tenant
Id string - Tenant ID from provider configuration.
- trigger string
- Change this value to force a re-run.
- would
Create number - Number of records that would be created in dry-run mode.
- candidates int
- Number of events that qualified for backfill.
- created int
- Number of new evidence records created.
- dry_
run bool - When true, preview records without persisting evidence.
- evidence_
ids_ strjson - Created or candidate evidence IDs as JSON array.
- examined int
- Number of source events examined.
- executed_
at str - Timestamp when backfill was executed.
- include_
blocked_ boolevents - Include blocked decisions in addition to explicit violations.
- integration_
id str - Optional integration ID stamped on created evidence records.
- limit int
- Maximum number of candidate events to evaluate (1-1000).
- skipped_
existing int - Number of candidates skipped due to existing evidence.
- source_
collection str - Source collection used by the backfill endpoint.
- tenant_
id str - Tenant ID from provider configuration.
- trigger str
- Change this value to force a re-run.
- would_
create int - Number of records that would be created in dry-run mode.
- candidates Number
- Number of events that qualified for backfill.
- created Number
- Number of new evidence records created.
- dry
Run Boolean - When true, preview records without persisting evidence.
- evidence
Ids StringJson - Created or candidate evidence IDs as JSON array.
- examined Number
- Number of source events examined.
- executed
At String - Timestamp when backfill was executed.
- include
Blocked BooleanEvents - Include blocked decisions in addition to explicit violations.
- integration
Id String - Optional integration ID stamped on created evidence records.
- limit Number
- Maximum number of candidate events to evaluate (1-1000).
- skipped
Existing Number - Number of candidates skipped due to existing evidence.
- source
Collection String - Source collection used by the backfill endpoint.
- tenant
Id String - Tenant ID from provider configuration.
- trigger String
- Change this value to force a re-run.
- would
Create Number - Number of records that would be created in dry-run mode.
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