1. Packages
  2. Rootly
  3. API Docs
  4. WorkflowActionItem
Rootly v1.1.1 published on Thursday, Jan 11, 2024 by Rootly

rootly.WorkflowActionItem

Explore with Pulumi AI

rootly logo
Rootly v1.1.1 published on Thursday, Jan 11, 2024 by Rootly

    Create WorkflowActionItem Resource

    new WorkflowActionItem(name: string, args?: WorkflowActionItemArgs, opts?: CustomResourceOptions);
    @overload
    def WorkflowActionItem(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           cause_ids: Optional[Sequence[str]] = None,
                           command: Optional[str] = None,
                           command_feedback_enabled: Optional[bool] = None,
                           description: Optional[str] = None,
                           enabled: Optional[bool] = None,
                           environment_ids: Optional[Sequence[str]] = None,
                           functionality_ids: Optional[Sequence[str]] = None,
                           group_ids: Optional[Sequence[str]] = None,
                           incident_role_ids: Optional[Sequence[str]] = None,
                           incident_type_ids: Optional[Sequence[str]] = None,
                           name: Optional[str] = None,
                           position: Optional[int] = None,
                           repeat_every_duration: Optional[str] = None,
                           repeat_ons: Optional[Sequence[str]] = None,
                           service_ids: Optional[Sequence[str]] = None,
                           severity_ids: Optional[Sequence[str]] = None,
                           slug: Optional[str] = None,
                           trigger_params: Optional[WorkflowActionItemTriggerParamsArgs] = None,
                           wait: Optional[str] = None,
                           workflow_group_id: Optional[str] = None)
    @overload
    def WorkflowActionItem(resource_name: str,
                           args: Optional[WorkflowActionItemArgs] = None,
                           opts: Optional[ResourceOptions] = None)
    func NewWorkflowActionItem(ctx *Context, name string, args *WorkflowActionItemArgs, opts ...ResourceOption) (*WorkflowActionItem, error)
    public WorkflowActionItem(string name, WorkflowActionItemArgs? args = null, CustomResourceOptions? opts = null)
    public WorkflowActionItem(String name, WorkflowActionItemArgs args)
    public WorkflowActionItem(String name, WorkflowActionItemArgs args, CustomResourceOptions options)
    
    type: rootly:WorkflowActionItem
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args WorkflowActionItemArgs
    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 WorkflowActionItemArgs
    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 WorkflowActionItemArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowActionItemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowActionItemArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WorkflowActionItem 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 WorkflowActionItem resource accepts the following input properties:

    CauseIds List<string>
    Command string
    Workflow command
    CommandFeedbackEnabled bool
    This will notify you back when the workflow is starting. Value must be one of true or false
    Description string
    The description of the workflow
    Enabled bool
    EnvironmentIds List<string>
    FunctionalityIds List<string>
    GroupIds List<string>
    IncidentRoleIds List<string>
    IncidentTypeIds List<string>
    Name string
    The title of the workflow
    Position int
    The order which the workflow should run with other workflows.
    RepeatEveryDuration string
    Repeat workflow every duration
    RepeatOns List<string>
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    ServiceIds List<string>
    SeverityIds List<string>
    Slug string
    The slug of the workflow
    TriggerParams WorkflowActionItemTriggerParams
    Wait string
    Wait this duration before executing
    WorkflowGroupId string
    The group this workflow belongs to.
    CauseIds []string
    Command string
    Workflow command
    CommandFeedbackEnabled bool
    This will notify you back when the workflow is starting. Value must be one of true or false
    Description string
    The description of the workflow
    Enabled bool
    EnvironmentIds []string
    FunctionalityIds []string
    GroupIds []string
    IncidentRoleIds []string
    IncidentTypeIds []string
    Name string
    The title of the workflow
    Position int
    The order which the workflow should run with other workflows.
    RepeatEveryDuration string
    Repeat workflow every duration
    RepeatOns []string
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    ServiceIds []string
    SeverityIds []string
    Slug string
    The slug of the workflow
    TriggerParams WorkflowActionItemTriggerParamsArgs
    Wait string
    Wait this duration before executing
    WorkflowGroupId string
    The group this workflow belongs to.
    causeIds List<String>
    command String
    Workflow command
    commandFeedbackEnabled Boolean
    This will notify you back when the workflow is starting. Value must be one of true or false
    description String
    The description of the workflow
    enabled Boolean
    environmentIds List<String>
    functionalityIds List<String>
    groupIds List<String>
    incidentRoleIds List<String>
    incidentTypeIds List<String>
    name String
    The title of the workflow
    position Integer
    The order which the workflow should run with other workflows.
    repeatEveryDuration String
    Repeat workflow every duration
    repeatOns List<String>
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    serviceIds List<String>
    severityIds List<String>
    slug String
    The slug of the workflow
    triggerParams WorkflowActionItemTriggerParams
    wait_ String
    Wait this duration before executing
    workflowGroupId String
    The group this workflow belongs to.
    causeIds string[]
    command string
    Workflow command
    commandFeedbackEnabled boolean
    This will notify you back when the workflow is starting. Value must be one of true or false
    description string
    The description of the workflow
    enabled boolean
    environmentIds string[]
    functionalityIds string[]
    groupIds string[]
    incidentRoleIds string[]
    incidentTypeIds string[]
    name string
    The title of the workflow
    position number
    The order which the workflow should run with other workflows.
    repeatEveryDuration string
    Repeat workflow every duration
    repeatOns string[]
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    serviceIds string[]
    severityIds string[]
    slug string
    The slug of the workflow
    triggerParams WorkflowActionItemTriggerParams
    wait string
    Wait this duration before executing
    workflowGroupId string
    The group this workflow belongs to.
    cause_ids Sequence[str]
    command str
    Workflow command
    command_feedback_enabled bool
    This will notify you back when the workflow is starting. Value must be one of true or false
    description str
    The description of the workflow
    enabled bool
    environment_ids Sequence[str]
    functionality_ids Sequence[str]
    group_ids Sequence[str]
    incident_role_ids Sequence[str]
    incident_type_ids Sequence[str]
    name str
    The title of the workflow
    position int
    The order which the workflow should run with other workflows.
    repeat_every_duration str
    Repeat workflow every duration
    repeat_ons Sequence[str]
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    service_ids Sequence[str]
    severity_ids Sequence[str]
    slug str
    The slug of the workflow
    trigger_params WorkflowActionItemTriggerParamsArgs
    wait str
    Wait this duration before executing
    workflow_group_id str
    The group this workflow belongs to.
    causeIds List<String>
    command String
    Workflow command
    commandFeedbackEnabled Boolean
    This will notify you back when the workflow is starting. Value must be one of true or false
    description String
    The description of the workflow
    enabled Boolean
    environmentIds List<String>
    functionalityIds List<String>
    groupIds List<String>
    incidentRoleIds List<String>
    incidentTypeIds List<String>
    name String
    The title of the workflow
    position Number
    The order which the workflow should run with other workflows.
    repeatEveryDuration String
    Repeat workflow every duration
    repeatOns List<String>
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    serviceIds List<String>
    severityIds List<String>
    slug String
    The slug of the workflow
    triggerParams Property Map
    wait String
    Wait this duration before executing
    workflowGroupId String
    The group this workflow belongs to.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WorkflowActionItem 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 WorkflowActionItem Resource

    Get an existing WorkflowActionItem 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?: WorkflowActionItemState, opts?: CustomResourceOptions): WorkflowActionItem
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cause_ids: Optional[Sequence[str]] = None,
            command: Optional[str] = None,
            command_feedback_enabled: Optional[bool] = None,
            description: Optional[str] = None,
            enabled: Optional[bool] = None,
            environment_ids: Optional[Sequence[str]] = None,
            functionality_ids: Optional[Sequence[str]] = None,
            group_ids: Optional[Sequence[str]] = None,
            incident_role_ids: Optional[Sequence[str]] = None,
            incident_type_ids: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            position: Optional[int] = None,
            repeat_every_duration: Optional[str] = None,
            repeat_ons: Optional[Sequence[str]] = None,
            service_ids: Optional[Sequence[str]] = None,
            severity_ids: Optional[Sequence[str]] = None,
            slug: Optional[str] = None,
            trigger_params: Optional[WorkflowActionItemTriggerParamsArgs] = None,
            wait: Optional[str] = None,
            workflow_group_id: Optional[str] = None) -> WorkflowActionItem
    func GetWorkflowActionItem(ctx *Context, name string, id IDInput, state *WorkflowActionItemState, opts ...ResourceOption) (*WorkflowActionItem, error)
    public static WorkflowActionItem Get(string name, Input<string> id, WorkflowActionItemState? state, CustomResourceOptions? opts = null)
    public static WorkflowActionItem get(String name, Output<String> id, WorkflowActionItemState 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.
    The following state arguments are supported:
    CauseIds List<string>
    Command string
    Workflow command
    CommandFeedbackEnabled bool
    This will notify you back when the workflow is starting. Value must be one of true or false
    Description string
    The description of the workflow
    Enabled bool
    EnvironmentIds List<string>
    FunctionalityIds List<string>
    GroupIds List<string>
    IncidentRoleIds List<string>
    IncidentTypeIds List<string>
    Name string
    The title of the workflow
    Position int
    The order which the workflow should run with other workflows.
    RepeatEveryDuration string
    Repeat workflow every duration
    RepeatOns List<string>
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    ServiceIds List<string>
    SeverityIds List<string>
    Slug string
    The slug of the workflow
    TriggerParams WorkflowActionItemTriggerParams
    Wait string
    Wait this duration before executing
    WorkflowGroupId string
    The group this workflow belongs to.
    CauseIds []string
    Command string
    Workflow command
    CommandFeedbackEnabled bool
    This will notify you back when the workflow is starting. Value must be one of true or false
    Description string
    The description of the workflow
    Enabled bool
    EnvironmentIds []string
    FunctionalityIds []string
    GroupIds []string
    IncidentRoleIds []string
    IncidentTypeIds []string
    Name string
    The title of the workflow
    Position int
    The order which the workflow should run with other workflows.
    RepeatEveryDuration string
    Repeat workflow every duration
    RepeatOns []string
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    ServiceIds []string
    SeverityIds []string
    Slug string
    The slug of the workflow
    TriggerParams WorkflowActionItemTriggerParamsArgs
    Wait string
    Wait this duration before executing
    WorkflowGroupId string
    The group this workflow belongs to.
    causeIds List<String>
    command String
    Workflow command
    commandFeedbackEnabled Boolean
    This will notify you back when the workflow is starting. Value must be one of true or false
    description String
    The description of the workflow
    enabled Boolean
    environmentIds List<String>
    functionalityIds List<String>
    groupIds List<String>
    incidentRoleIds List<String>
    incidentTypeIds List<String>
    name String
    The title of the workflow
    position Integer
    The order which the workflow should run with other workflows.
    repeatEveryDuration String
    Repeat workflow every duration
    repeatOns List<String>
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    serviceIds List<String>
    severityIds List<String>
    slug String
    The slug of the workflow
    triggerParams WorkflowActionItemTriggerParams
    wait_ String
    Wait this duration before executing
    workflowGroupId String
    The group this workflow belongs to.
    causeIds string[]
    command string
    Workflow command
    commandFeedbackEnabled boolean
    This will notify you back when the workflow is starting. Value must be one of true or false
    description string
    The description of the workflow
    enabled boolean
    environmentIds string[]
    functionalityIds string[]
    groupIds string[]
    incidentRoleIds string[]
    incidentTypeIds string[]
    name string
    The title of the workflow
    position number
    The order which the workflow should run with other workflows.
    repeatEveryDuration string
    Repeat workflow every duration
    repeatOns string[]
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    serviceIds string[]
    severityIds string[]
    slug string
    The slug of the workflow
    triggerParams WorkflowActionItemTriggerParams
    wait string
    Wait this duration before executing
    workflowGroupId string
    The group this workflow belongs to.
    cause_ids Sequence[str]
    command str
    Workflow command
    command_feedback_enabled bool
    This will notify you back when the workflow is starting. Value must be one of true or false
    description str
    The description of the workflow
    enabled bool
    environment_ids Sequence[str]
    functionality_ids Sequence[str]
    group_ids Sequence[str]
    incident_role_ids Sequence[str]
    incident_type_ids Sequence[str]
    name str
    The title of the workflow
    position int
    The order which the workflow should run with other workflows.
    repeat_every_duration str
    Repeat workflow every duration
    repeat_ons Sequence[str]
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    service_ids Sequence[str]
    severity_ids Sequence[str]
    slug str
    The slug of the workflow
    trigger_params WorkflowActionItemTriggerParamsArgs
    wait str
    Wait this duration before executing
    workflow_group_id str
    The group this workflow belongs to.
    causeIds List<String>
    command String
    Workflow command
    commandFeedbackEnabled Boolean
    This will notify you back when the workflow is starting. Value must be one of true or false
    description String
    The description of the workflow
    enabled Boolean
    environmentIds List<String>
    functionalityIds List<String>
    groupIds List<String>
    incidentRoleIds List<String>
    incidentTypeIds List<String>
    name String
    The title of the workflow
    position Number
    The order which the workflow should run with other workflows.
    repeatEveryDuration String
    Repeat workflow every duration
    repeatOns List<String>
    Repeat on weekdays. Value must be one of S, M, T, W, R, F, U.
    serviceIds List<String>
    severityIds List<String>
    slug String
    The slug of the workflow
    triggerParams Property Map
    wait String
    Wait this duration before executing
    workflowGroupId String
    The group this workflow belongs to.

    Supporting Types

    WorkflowActionItemTriggerParams, WorkflowActionItemTriggerParamsArgs

    IncidentActionItemCondition string
    Value must be one off ALL, ANY, NONE.
    IncidentActionItemConditionGroup string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemConditionKind string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemConditionPriority string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemConditionStatus string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemGroupIds List<string>
    IncidentActionItemKinds List<string>
    Value must be one of task, follow_up.
    IncidentActionItemPriorities List<string>
    Value must be one of high, medium, low.
    IncidentActionItemStatuses List<string>
    Value must be one of open, in_progress, cancelled, done.
    IncidentCondition string
    Value must be one off ALL, ANY, NONE.
    IncidentConditionAcknowledgedAt string
    IncidentConditionDetectedAt string
    IncidentConditionEnvironment string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionFunctionality string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionGroup string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionIncidentRoles string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionIncidentType string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionKind string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionMitigatedAt string
    IncidentConditionResolvedAt string
    IncidentConditionService string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionSeverity string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionStartedAt string
    IncidentConditionStatus string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionSummary string
    IncidentConditionVisibility string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionalInactivity string
    IncidentInactivityDuration string
    ex. 10 min, 1h, 3 days, 2 weeks
    IncidentKinds List<string>
    Value must be one of example, example_sub, normal, normal_sub, test, test_sub, backfilled, scheduled.
    IncidentStatuses List<string>
    Value must be one of in_triage, started, detected, acknowledged, mitigated, resolved, cancelled, scheduled, in_progress, completed.
    IncidentVisibilities List<string>
    TriggerType string
    Value must be one off action_item.
    Triggers List<string>
    Actions that trigger the workflow. One of customfields.\n\n.updated, incidentupdated, actionitemcreated, actionitemupdated, assigneduserupdated, summaryupdated, descriptionupdated, statusupdated, priorityupdated, duedateupdated, teamsupdated, slackcommand
    IncidentActionItemCondition string
    Value must be one off ALL, ANY, NONE.
    IncidentActionItemConditionGroup string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemConditionKind string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemConditionPriority string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemConditionStatus string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentActionItemGroupIds []string
    IncidentActionItemKinds []string
    Value must be one of task, follow_up.
    IncidentActionItemPriorities []string
    Value must be one of high, medium, low.
    IncidentActionItemStatuses []string
    Value must be one of open, in_progress, cancelled, done.
    IncidentCondition string
    Value must be one off ALL, ANY, NONE.
    IncidentConditionAcknowledgedAt string
    IncidentConditionDetectedAt string
    IncidentConditionEnvironment string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionFunctionality string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionGroup string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionIncidentRoles string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionIncidentType string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionKind string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionMitigatedAt string
    IncidentConditionResolvedAt string
    IncidentConditionService string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionSeverity string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionStartedAt string
    IncidentConditionStatus string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionSummary string
    IncidentConditionVisibility string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    IncidentConditionalInactivity string
    IncidentInactivityDuration string
    ex. 10 min, 1h, 3 days, 2 weeks
    IncidentKinds []string
    Value must be one of example, example_sub, normal, normal_sub, test, test_sub, backfilled, scheduled.
    IncidentStatuses []string
    Value must be one of in_triage, started, detected, acknowledged, mitigated, resolved, cancelled, scheduled, in_progress, completed.
    IncidentVisibilities []string
    TriggerType string
    Value must be one off action_item.
    Triggers []string
    Actions that trigger the workflow. One of customfields.\n\n.updated, incidentupdated, actionitemcreated, actionitemupdated, assigneduserupdated, summaryupdated, descriptionupdated, statusupdated, priorityupdated, duedateupdated, teamsupdated, slackcommand
    incidentActionItemCondition String
    Value must be one off ALL, ANY, NONE.
    incidentActionItemConditionGroup String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionKind String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionPriority String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionStatus String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemGroupIds List<String>
    incidentActionItemKinds List<String>
    Value must be one of task, follow_up.
    incidentActionItemPriorities List<String>
    Value must be one of high, medium, low.
    incidentActionItemStatuses List<String>
    Value must be one of open, in_progress, cancelled, done.
    incidentCondition String
    Value must be one off ALL, ANY, NONE.
    incidentConditionAcknowledgedAt String
    incidentConditionDetectedAt String
    incidentConditionEnvironment String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionFunctionality String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionGroup String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionIncidentRoles String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionIncidentType String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionKind String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionMitigatedAt String
    incidentConditionResolvedAt String
    incidentConditionService String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionSeverity String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionStartedAt String
    incidentConditionStatus String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionSummary String
    incidentConditionVisibility String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionalInactivity String
    incidentInactivityDuration String
    ex. 10 min, 1h, 3 days, 2 weeks
    incidentKinds List<String>
    Value must be one of example, example_sub, normal, normal_sub, test, test_sub, backfilled, scheduled.
    incidentStatuses List<String>
    Value must be one of in_triage, started, detected, acknowledged, mitigated, resolved, cancelled, scheduled, in_progress, completed.
    incidentVisibilities List<String>
    triggerType String
    Value must be one off action_item.
    triggers List<String>
    Actions that trigger the workflow. One of customfields.\n\n.updated, incidentupdated, actionitemcreated, actionitemupdated, assigneduserupdated, summaryupdated, descriptionupdated, statusupdated, priorityupdated, duedateupdated, teamsupdated, slackcommand
    incidentActionItemCondition string
    Value must be one off ALL, ANY, NONE.
    incidentActionItemConditionGroup string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionKind string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionPriority string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionStatus string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemGroupIds string[]
    incidentActionItemKinds string[]
    Value must be one of task, follow_up.
    incidentActionItemPriorities string[]
    Value must be one of high, medium, low.
    incidentActionItemStatuses string[]
    Value must be one of open, in_progress, cancelled, done.
    incidentCondition string
    Value must be one off ALL, ANY, NONE.
    incidentConditionAcknowledgedAt string
    incidentConditionDetectedAt string
    incidentConditionEnvironment string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionFunctionality string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionGroup string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionIncidentRoles string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionIncidentType string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionKind string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionMitigatedAt string
    incidentConditionResolvedAt string
    incidentConditionService string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionSeverity string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionStartedAt string
    incidentConditionStatus string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionSummary string
    incidentConditionVisibility string
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionalInactivity string
    incidentInactivityDuration string
    ex. 10 min, 1h, 3 days, 2 weeks
    incidentKinds string[]
    Value must be one of example, example_sub, normal, normal_sub, test, test_sub, backfilled, scheduled.
    incidentStatuses string[]
    Value must be one of in_triage, started, detected, acknowledged, mitigated, resolved, cancelled, scheduled, in_progress, completed.
    incidentVisibilities string[]
    triggerType string
    Value must be one off action_item.
    triggers string[]
    Actions that trigger the workflow. One of customfields.\n\n.updated, incidentupdated, actionitemcreated, actionitemupdated, assigneduserupdated, summaryupdated, descriptionupdated, statusupdated, priorityupdated, duedateupdated, teamsupdated, slackcommand
    incident_action_item_condition str
    Value must be one off ALL, ANY, NONE.
    incident_action_item_condition_group str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_action_item_condition_kind str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_action_item_condition_priority str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_action_item_condition_status str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_action_item_group_ids Sequence[str]
    incident_action_item_kinds Sequence[str]
    Value must be one of task, follow_up.
    incident_action_item_priorities Sequence[str]
    Value must be one of high, medium, low.
    incident_action_item_statuses Sequence[str]
    Value must be one of open, in_progress, cancelled, done.
    incident_condition str
    Value must be one off ALL, ANY, NONE.
    incident_condition_acknowledged_at str
    incident_condition_detected_at str
    incident_condition_environment str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_functionality str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_group str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_incident_roles str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_incident_type str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_kind str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_mitigated_at str
    incident_condition_resolved_at str
    incident_condition_service str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_severity str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_started_at str
    incident_condition_status str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_condition_summary str
    incident_condition_visibility str
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incident_conditional_inactivity str
    incident_inactivity_duration str
    ex. 10 min, 1h, 3 days, 2 weeks
    incident_kinds Sequence[str]
    Value must be one of example, example_sub, normal, normal_sub, test, test_sub, backfilled, scheduled.
    incident_statuses Sequence[str]
    Value must be one of in_triage, started, detected, acknowledged, mitigated, resolved, cancelled, scheduled, in_progress, completed.
    incident_visibilities Sequence[str]
    trigger_type str
    Value must be one off action_item.
    triggers Sequence[str]
    Actions that trigger the workflow. One of customfields.\n\n.updated, incidentupdated, actionitemcreated, actionitemupdated, assigneduserupdated, summaryupdated, descriptionupdated, statusupdated, priorityupdated, duedateupdated, teamsupdated, slackcommand
    incidentActionItemCondition String
    Value must be one off ALL, ANY, NONE.
    incidentActionItemConditionGroup String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionKind String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionPriority String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemConditionStatus String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentActionItemGroupIds List<String>
    incidentActionItemKinds List<String>
    Value must be one of task, follow_up.
    incidentActionItemPriorities List<String>
    Value must be one of high, medium, low.
    incidentActionItemStatuses List<String>
    Value must be one of open, in_progress, cancelled, done.
    incidentCondition String
    Value must be one off ALL, ANY, NONE.
    incidentConditionAcknowledgedAt String
    incidentConditionDetectedAt String
    incidentConditionEnvironment String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionFunctionality String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionGroup String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionIncidentRoles String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionIncidentType String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionKind String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionMitigatedAt String
    incidentConditionResolvedAt String
    incidentConditionService String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionSeverity String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionStartedAt String
    incidentConditionStatus String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionSummary String
    incidentConditionVisibility String
    Value must be one off IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET.
    incidentConditionalInactivity String
    incidentInactivityDuration String
    ex. 10 min, 1h, 3 days, 2 weeks
    incidentKinds List<String>
    Value must be one of example, example_sub, normal, normal_sub, test, test_sub, backfilled, scheduled.
    incidentStatuses List<String>
    Value must be one of in_triage, started, detected, acknowledged, mitigated, resolved, cancelled, scheduled, in_progress, completed.
    incidentVisibilities List<String>
    triggerType String
    Value must be one off action_item.
    triggers List<String>
    Actions that trigger the workflow. One of customfields.\n\n.updated, incidentupdated, actionitemcreated, actionitemupdated, assigneduserupdated, summaryupdated, descriptionupdated, statusupdated, priorityupdated, duedateupdated, teamsupdated, slackcommand

    Package Details

    Repository
    rootly rootlyhq/pulumi-rootly
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the rootly Terraform Provider.
    rootly logo
    Rootly v1.1.1 published on Thursday, Jan 11, 2024 by Rootly