rootly.WorkflowTaskUpdateIncident
Explore with Pulumi AI
Manages workflow update_incident task.
Create WorkflowTaskUpdateIncident Resource
new WorkflowTaskUpdateIncident(name: string, args: WorkflowTaskUpdateIncidentArgs, opts?: CustomResourceOptions);
@overload
def WorkflowTaskUpdateIncident(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
position: Optional[int] = None,
skip_on_failure: Optional[bool] = None,
task_params: Optional[WorkflowTaskUpdateIncidentTaskParamsArgs] = None,
workflow_id: Optional[str] = None)
@overload
def WorkflowTaskUpdateIncident(resource_name: str,
args: WorkflowTaskUpdateIncidentArgs,
opts: Optional[ResourceOptions] = None)
func NewWorkflowTaskUpdateIncident(ctx *Context, name string, args WorkflowTaskUpdateIncidentArgs, opts ...ResourceOption) (*WorkflowTaskUpdateIncident, error)
public WorkflowTaskUpdateIncident(string name, WorkflowTaskUpdateIncidentArgs args, CustomResourceOptions? opts = null)
public WorkflowTaskUpdateIncident(String name, WorkflowTaskUpdateIncidentArgs args)
public WorkflowTaskUpdateIncident(String name, WorkflowTaskUpdateIncidentArgs args, CustomResourceOptions options)
type: rootly:WorkflowTaskUpdateIncident
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowTaskUpdateIncidentArgs
- 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 WorkflowTaskUpdateIncidentArgs
- 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 WorkflowTaskUpdateIncidentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowTaskUpdateIncidentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowTaskUpdateIncidentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WorkflowTaskUpdateIncident Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The WorkflowTaskUpdateIncident resource accepts the following input properties:
- Task
Params WorkflowTask Update Incident Task Params The parameters for this workflow task.
- Workflow
Id string The ID of the parent workflow
- Enabled bool
Enable/disable this workflow task
- Position int
The position of the workflow task (1 being top of list)
- Skip
On boolFailure Skip workflow task if any failures
- Task
Params WorkflowTask Update Incident Task Params Args The parameters for this workflow task.
- Workflow
Id string The ID of the parent workflow
- Enabled bool
Enable/disable this workflow task
- Position int
The position of the workflow task (1 being top of list)
- Skip
On boolFailure Skip workflow task if any failures
- task
Params WorkflowTask Update Incident Task Params The parameters for this workflow task.
- workflow
Id String The ID of the parent workflow
- enabled Boolean
Enable/disable this workflow task
- position Integer
The position of the workflow task (1 being top of list)
- skip
On BooleanFailure Skip workflow task if any failures
- task
Params WorkflowTask Update Incident Task Params The parameters for this workflow task.
- workflow
Id string The ID of the parent workflow
- enabled boolean
Enable/disable this workflow task
- position number
The position of the workflow task (1 being top of list)
- skip
On booleanFailure Skip workflow task if any failures
- task_
params WorkflowTask Update Incident Task Params Args The parameters for this workflow task.
- workflow_
id str The ID of the parent workflow
- enabled bool
Enable/disable this workflow task
- position int
The position of the workflow task (1 being top of list)
- skip_
on_ boolfailure Skip workflow task if any failures
- task
Params Property Map The parameters for this workflow task.
- workflow
Id String The ID of the parent workflow
- enabled Boolean
Enable/disable this workflow task
- position Number
The position of the workflow task (1 being top of list)
- skip
On BooleanFailure Skip workflow task if any failures
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkflowTaskUpdateIncident 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 WorkflowTaskUpdateIncident Resource
Get an existing WorkflowTaskUpdateIncident 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?: WorkflowTaskUpdateIncidentState, opts?: CustomResourceOptions): WorkflowTaskUpdateIncident
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
position: Optional[int] = None,
skip_on_failure: Optional[bool] = None,
task_params: Optional[WorkflowTaskUpdateIncidentTaskParamsArgs] = None,
workflow_id: Optional[str] = None) -> WorkflowTaskUpdateIncident
func GetWorkflowTaskUpdateIncident(ctx *Context, name string, id IDInput, state *WorkflowTaskUpdateIncidentState, opts ...ResourceOption) (*WorkflowTaskUpdateIncident, error)
public static WorkflowTaskUpdateIncident Get(string name, Input<string> id, WorkflowTaskUpdateIncidentState? state, CustomResourceOptions? opts = null)
public static WorkflowTaskUpdateIncident get(String name, Output<String> id, WorkflowTaskUpdateIncidentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Enabled bool
Enable/disable this workflow task
- Position int
The position of the workflow task (1 being top of list)
- Skip
On boolFailure Skip workflow task if any failures
- Task
Params WorkflowTask Update Incident Task Params The parameters for this workflow task.
- Workflow
Id string The ID of the parent workflow
- Enabled bool
Enable/disable this workflow task
- Position int
The position of the workflow task (1 being top of list)
- Skip
On boolFailure Skip workflow task if any failures
- Task
Params WorkflowTask Update Incident Task Params Args The parameters for this workflow task.
- Workflow
Id string The ID of the parent workflow
- enabled Boolean
Enable/disable this workflow task
- position Integer
The position of the workflow task (1 being top of list)
- skip
On BooleanFailure Skip workflow task if any failures
- task
Params WorkflowTask Update Incident Task Params The parameters for this workflow task.
- workflow
Id String The ID of the parent workflow
- enabled boolean
Enable/disable this workflow task
- position number
The position of the workflow task (1 being top of list)
- skip
On booleanFailure Skip workflow task if any failures
- task
Params WorkflowTask Update Incident Task Params The parameters for this workflow task.
- workflow
Id string The ID of the parent workflow
- enabled bool
Enable/disable this workflow task
- position int
The position of the workflow task (1 being top of list)
- skip_
on_ boolfailure Skip workflow task if any failures
- task_
params WorkflowTask Update Incident Task Params Args The parameters for this workflow task.
- workflow_
id str The ID of the parent workflow
- enabled Boolean
Enable/disable this workflow task
- position Number
The position of the workflow task (1 being top of list)
- skip
On BooleanFailure Skip workflow task if any failures
- task
Params Property Map The parameters for this workflow task.
- workflow
Id String The ID of the parent workflow
Supporting Types
WorkflowTaskUpdateIncidentTaskParams, WorkflowTaskUpdateIncidentTaskParamsArgs
- Acknowledged
At string - Attribute
To stringQuery By - Custom
Fields stringMapping - Detected
At string - Environment
Ids List<string> - Functionality
Ids List<string> - Group
Ids List<string> - Incident
Id string - Incident
Type List<string>Ids - Mitigated
At string - Private bool
- Resolved
At string - Service
Ids List<string> - Severity
Id string - Started
At string - Status string
- Summary string
- Task
Type string - Title string
- Acknowledged
At string - Attribute
To stringQuery By - Custom
Fields stringMapping - Detected
At string - Environment
Ids []string - Functionality
Ids []string - Group
Ids []string - Incident
Id string - Incident
Type []stringIds - Mitigated
At string - Private bool
- Resolved
At string - Service
Ids []string - Severity
Id string - Started
At string - Status string
- Summary string
- Task
Type string - Title string
- acknowledged
At String - attribute
To StringQuery By - custom
Fields StringMapping - detected
At String - environment
Ids List<String> - functionality
Ids List<String> - group
Ids List<String> - incident
Id String - incident
Type List<String>Ids - mitigated
At String - private_ Boolean
- resolved
At String - service
Ids List<String> - severity
Id String - started
At String - status String
- summary String
- task
Type String - title String
- acknowledged
At string - attribute
To stringQuery By - custom
Fields stringMapping - detected
At string - environment
Ids string[] - functionality
Ids string[] - group
Ids string[] - incident
Id string - incident
Type string[]Ids - mitigated
At string - private boolean
- resolved
At string - service
Ids string[] - severity
Id string - started
At string - status string
- summary string
- task
Type string - title string
- acknowledged_
at str - attribute_
to_ strquery_ by - custom_
fields_ strmapping - detected_
at str - environment_
ids Sequence[str] - functionality_
ids Sequence[str] - group_
ids Sequence[str] - incident_
id str - incident_
type_ Sequence[str]ids - mitigated_
at str - private bool
- resolved_
at str - service_
ids Sequence[str] - severity_
id str - started_
at str - status str
- summary str
- task_
type str - title str
- acknowledged
At String - attribute
To StringQuery By - custom
Fields StringMapping - detected
At String - environment
Ids List<String> - functionality
Ids List<String> - group
Ids List<String> - incident
Id String - incident
Type List<String>Ids - mitigated
At String - private Boolean
- resolved
At String - service
Ids List<String> - severity
Id String - started
At String - status String
- summary String
- task
Type String - title String
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
rootly
Terraform Provider.