Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.FleetAppsManagement.getRunbook
Explore with Pulumi AI
This data source provides details about a specific Runbook resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Get the details of a runbook in Fleet Application Management.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRunbook = oci.FleetAppsManagement.getRunbook({
    runbookId: testRunbookOciFleetAppsManagementRunbook.id,
});
import pulumi
import pulumi_oci as oci
test_runbook = oci.FleetAppsManagement.get_runbook(runbook_id=test_runbook_oci_fleet_apps_management_runbook["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/fleetappsmanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := fleetappsmanagement.GetRunbook(ctx, &fleetappsmanagement.GetRunbookArgs{
			RunbookId: testRunbookOciFleetAppsManagementRunbook.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testRunbook = Oci.FleetAppsManagement.GetRunbook.Invoke(new()
    {
        RunbookId = testRunbookOciFleetAppsManagementRunbook.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
import com.pulumi.oci.FleetAppsManagement.inputs.GetRunbookArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testRunbook = FleetAppsManagementFunctions.getRunbook(GetRunbookArgs.builder()
            .runbookId(testRunbookOciFleetAppsManagementRunbook.id())
            .build());
    }
}
variables:
  testRunbook:
    fn::invoke:
      function: oci:FleetAppsManagement:getRunbook
      arguments:
        runbookId: ${testRunbookOciFleetAppsManagementRunbook.id}
Using getRunbook
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRunbook(args: GetRunbookArgs, opts?: InvokeOptions): Promise<GetRunbookResult>
function getRunbookOutput(args: GetRunbookOutputArgs, opts?: InvokeOptions): Output<GetRunbookResult>def get_runbook(runbook_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetRunbookResult
def get_runbook_output(runbook_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetRunbookResult]func GetRunbook(ctx *Context, args *GetRunbookArgs, opts ...InvokeOption) (*GetRunbookResult, error)
func GetRunbookOutput(ctx *Context, args *GetRunbookOutputArgs, opts ...InvokeOption) GetRunbookResultOutput> Note: This function is named GetRunbook in the Go SDK.
public static class GetRunbook 
{
    public static Task<GetRunbookResult> InvokeAsync(GetRunbookArgs args, InvokeOptions? opts = null)
    public static Output<GetRunbookResult> Invoke(GetRunbookInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRunbookResult> getRunbook(GetRunbookArgs args, InvokeOptions options)
public static Output<GetRunbookResult> getRunbook(GetRunbookArgs args, InvokeOptions options)
fn::invoke:
  function: oci:FleetAppsManagement/getRunbook:getRunbook
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Runbook
Id string - Unique Runbook identifier
 
- Runbook
Id string - Unique Runbook identifier
 
- runbook
Id String - Unique Runbook identifier
 
- runbook
Id string - Unique Runbook identifier
 
- runbook_
id str - Unique Runbook identifier
 
- runbook
Id String - Unique Runbook identifier
 
getRunbook Result
The following output properties are available:
- Associations
List<Get
Runbook Association>  - Associations for the runbook.
 - Compartment
Id string - Dictionary<string, string>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - Description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - Estimated
Time string - Estimated time to successfully complete the runbook execution.
 - Dictionary<string, string>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - The OCID of the resource.
 - Is
Default bool - Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
 - Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Operation string
 - The lifecycle operation performed by the runbook.
 - Os
Type string - The OS type for the runbook.
 - Platform string
 - The platform of the runbook.
 - Resource
Region string - Associated region
 - Runbook
Id string - Runbook
Relevance string - Relevance of the runbook.
 - State string
 - The current state of the Runbook.
 - Dictionary<string, string>
 - System tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
 - Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
 - Type string
 - The type of the runbook.
 
- Associations
[]Get
Runbook Association  - Associations for the runbook.
 - Compartment
Id string - map[string]string
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - Description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - Estimated
Time string - Estimated time to successfully complete the runbook execution.
 - map[string]string
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - The OCID of the resource.
 - Is
Default bool - Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
 - Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Operation string
 - The lifecycle operation performed by the runbook.
 - Os
Type string - The OS type for the runbook.
 - Platform string
 - The platform of the runbook.
 - Resource
Region string - Associated region
 - Runbook
Id string - Runbook
Relevance string - Relevance of the runbook.
 - State string
 - The current state of the Runbook.
 - map[string]string
 - System tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
 - Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
 - Type string
 - The type of the runbook.
 
- associations
List<Get
Runbook Association>  - Associations for the runbook.
 - compartment
Id String - Map<String,String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - description String
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - estimated
Time String - Estimated time to successfully complete the runbook execution.
 - Map<String,String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - The OCID of the resource.
 - is
Default Boolean - Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
 - lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - operation String
 - The lifecycle operation performed by the runbook.
 - os
Type String - The OS type for the runbook.
 - platform String
 - The platform of the runbook.
 - resource
Region String - Associated region
 - runbook
Id String - runbook
Relevance String - Relevance of the runbook.
 - state String
 - The current state of the Runbook.
 - Map<String,String>
 - System tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
 - time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
 - type String
 - The type of the runbook.
 
- associations
Get
Runbook Association[]  - Associations for the runbook.
 - compartment
Id string - {[key: string]: string}
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - estimated
Time string - Estimated time to successfully complete the runbook execution.
 - {[key: string]: string}
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id string
 - The OCID of the resource.
 - is
Default boolean - Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
 - lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - operation string
 - The lifecycle operation performed by the runbook.
 - os
Type string - The OS type for the runbook.
 - platform string
 - The platform of the runbook.
 - resource
Region string - Associated region
 - runbook
Id string - runbook
Relevance string - Relevance of the runbook.
 - state string
 - The current state of the Runbook.
 - {[key: string]: string}
 - System tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
 - time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
 - type string
 - The type of the runbook.
 
- associations
Sequence[fleetappsmanagement.
Get Runbook Association]  - Associations for the runbook.
 - compartment_
id str - Mapping[str, str]
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - description str
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - estimated_
time str - Estimated time to successfully complete the runbook execution.
 - Mapping[str, str]
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id str
 - The OCID of the resource.
 - is_
default bool - Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
 - lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - operation str
 - The lifecycle operation performed by the runbook.
 - os_
type str - The OS type for the runbook.
 - platform str
 - The platform of the runbook.
 - resource_
region str - Associated region
 - runbook_
id str - runbook_
relevance str - Relevance of the runbook.
 - state str
 - The current state of the Runbook.
 - Mapping[str, str]
 - System tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
 - time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
 - type str
 - The type of the runbook.
 
- associations List<Property Map>
 - Associations for the runbook.
 - compartment
Id String - Map<String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - description String
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - estimated
Time String - Estimated time to successfully complete the runbook execution.
 - Map<String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - The OCID of the resource.
 - is
Default Boolean - Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
 - lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - operation String
 - The lifecycle operation performed by the runbook.
 - os
Type String - The OS type for the runbook.
 - platform String
 - The platform of the runbook.
 - resource
Region String - Associated region
 - runbook
Id String - runbook
Relevance String - Relevance of the runbook.
 - state String
 - The current state of the Runbook.
 - Map<String>
 - System tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
 - time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
 - type String
 - The type of the runbook.
 
Supporting Types
GetRunbookAssociation  
- Execution
Workflow List<GetDetails Runbook Association Execution Workflow Detail>  - Execution Workflow details.
 - Groups
List<Get
Runbook Association Group>  - The groups of the runbook.
 - Rollback
Workflow List<GetDetails Runbook Association Rollback Workflow Detail>  - Rollback Workflow details.
 - Tasks
List<Get
Runbook Association Task>  - A set of tasks to execute in the runbook.
 - Version string
 - The version of the runbook.
 
- Execution
Workflow []GetDetails Runbook Association Execution Workflow Detail  - Execution Workflow details.
 - Groups
[]Get
Runbook Association Group  - The groups of the runbook.
 - Rollback
Workflow []GetDetails Runbook Association Rollback Workflow Detail  - Rollback Workflow details.
 - Tasks
[]Get
Runbook Association Task  - A set of tasks to execute in the runbook.
 - Version string
 - The version of the runbook.
 
- execution
Workflow List<GetDetails Runbook Association Execution Workflow Detail>  - Execution Workflow details.
 - groups
List<Get
Runbook Association Group>  - The groups of the runbook.
 - rollback
Workflow List<GetDetails Runbook Association Rollback Workflow Detail>  - Rollback Workflow details.
 - tasks
List<Get
Runbook Association Task>  - A set of tasks to execute in the runbook.
 - version String
 - The version of the runbook.
 
- execution
Workflow GetDetails Runbook Association Execution Workflow Detail[]  - Execution Workflow details.
 - groups
Get
Runbook Association Group[]  - The groups of the runbook.
 - rollback
Workflow GetDetails Runbook Association Rollback Workflow Detail[]  - Rollback Workflow details.
 - tasks
Get
Runbook Association Task[]  - A set of tasks to execute in the runbook.
 - version string
 - The version of the runbook.
 
- execution_
workflow_ Sequence[fleetappsmanagement.details Get Runbook Association Execution Workflow Detail]  - Execution Workflow details.
 - groups
Sequence[fleetappsmanagement.
Get Runbook Association Group]  - The groups of the runbook.
 - rollback_
workflow_ Sequence[fleetappsmanagement.details Get Runbook Association Rollback Workflow Detail]  - Rollback Workflow details.
 - tasks
Sequence[fleetappsmanagement.
Get Runbook Association Task]  - A set of tasks to execute in the runbook.
 - version str
 - The version of the runbook.
 
- execution
Workflow List<Property Map>Details  - Execution Workflow details.
 - groups List<Property Map>
 - The groups of the runbook.
 - rollback
Workflow List<Property Map>Details  - Rollback Workflow details.
 - tasks List<Property Map>
 - A set of tasks to execute in the runbook.
 - version String
 - The version of the runbook.
 
GetRunbookAssociationExecutionWorkflowDetail     
- Workflows
List<Get
Runbook Association Execution Workflow Detail Workflow>  - Rollback Workflow for the runbook.
 
- Workflows
[]Get
Runbook Association Execution Workflow Detail Workflow  - Rollback Workflow for the runbook.
 
- workflows
List<Get
Runbook Association Execution Workflow Detail Workflow>  - Rollback Workflow for the runbook.
 
- workflows
Get
Runbook Association Execution Workflow Detail Workflow[]  - Rollback Workflow for the runbook.
 
- workflows
Sequence[fleetappsmanagement.
Get Runbook Association Execution Workflow Detail Workflow]  - Rollback Workflow for the runbook.
 
- workflows List<Property Map>
 - Rollback Workflow for the runbook.
 
GetRunbookAssociationExecutionWorkflowDetailWorkflow      
- Group
Name string - Name of the group.
 - Steps
List<Get
Runbook Association Execution Workflow Detail Workflow Step>  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - Type string
 - The type of the runbook.
 
- Group
Name string - Name of the group.
 - Steps
[]Get
Runbook Association Execution Workflow Detail Workflow Step  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - Type string
 - The type of the runbook.
 
- group
Name String - Name of the group.
 - steps
List<Get
Runbook Association Execution Workflow Detail Workflow Step>  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type String
 - The type of the runbook.
 
- group
Name string - Name of the group.
 - steps
Get
Runbook Association Execution Workflow Detail Workflow Step[]  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type string
 - The type of the runbook.
 
- group_
name str - Name of the group.
 - steps
Sequence[fleetappsmanagement.
Get Runbook Association Execution Workflow Detail Workflow Step]  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type str
 - The type of the runbook.
 
- group
Name String - Name of the group.
 - steps List<Property Map>
 - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type String
 - The type of the runbook.
 
GetRunbookAssociationExecutionWorkflowDetailWorkflowStep       
- group_
name str - Name of the group.
 - step_
name str - The name of the task step.
 - steps Sequence[str]
 - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type str
 - The type of the runbook.
 
GetRunbookAssociationGroup   
- Name string
 - The name of the task
 - Properties
List<Get
Runbook Association Group Property>  - The properties of the task.
 - Type string
 - The type of the runbook.
 
- Name string
 - The name of the task
 - Properties
[]Get
Runbook Association Group Property  - The properties of the task.
 - Type string
 - The type of the runbook.
 
- name String
 - The name of the task
 - properties
List<Get
Runbook Association Group Property>  - The properties of the task.
 - type String
 - The type of the runbook.
 
- name string
 - The name of the task
 - properties
Get
Runbook Association Group Property[]  - The properties of the task.
 - type string
 - The type of the runbook.
 
- name str
 - The name of the task
 - properties
Sequence[fleetappsmanagement.
Get Runbook Association Group Property]  - The properties of the task.
 - type str
 - The type of the runbook.
 
- name String
 - The name of the task
 - properties List<Property Map>
 - The properties of the task.
 - type String
 - The type of the runbook.
 
GetRunbookAssociationGroupProperty    
- Action
On stringFailure  - The action to be taken in case of a failure.
 - Condition string
 - Build control flow conditions that determine the relevance of the task execution.
 - Notification
Preferences List<GetRunbook Association Group Property Notification Preference>  - Preferences to send notifications on the task activities.
 - Pause
Details List<GetRunbook Association Group Property Pause Detail>  - Pause Details
 - Run
On string - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- Action
On stringFailure  - The action to be taken in case of a failure.
 - Condition string
 - Build control flow conditions that determine the relevance of the task execution.
 - Notification
Preferences []GetRunbook Association Group Property Notification Preference  - Preferences to send notifications on the task activities.
 - Pause
Details []GetRunbook Association Group Property Pause Detail  - Pause Details
 - Run
On string - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action
On StringFailure  - The action to be taken in case of a failure.
 - condition String
 - Build control flow conditions that determine the relevance of the task execution.
 - notification
Preferences List<GetRunbook Association Group Property Notification Preference>  - Preferences to send notifications on the task activities.
 - pause
Details List<GetRunbook Association Group Property Pause Detail>  - Pause Details
 - run
On String - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action
On stringFailure  - The action to be taken in case of a failure.
 - condition string
 - Build control flow conditions that determine the relevance of the task execution.
 - notification
Preferences GetRunbook Association Group Property Notification Preference[]  - Preferences to send notifications on the task activities.
 - pause
Details GetRunbook Association Group Property Pause Detail[]  - Pause Details
 - run
On string - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action_
on_ strfailure  - The action to be taken in case of a failure.
 - condition str
 - Build control flow conditions that determine the relevance of the task execution.
 - notification_
preferences Sequence[fleetappsmanagement.Get Runbook Association Group Property Notification Preference]  - Preferences to send notifications on the task activities.
 - pause_
details Sequence[fleetappsmanagement.Get Runbook Association Group Property Pause Detail]  - Pause Details
 - run_
on str - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action
On StringFailure  - The action to be taken in case of a failure.
 - condition String
 - Build control flow conditions that determine the relevance of the task execution.
 - notification
Preferences List<Property Map> - Preferences to send notifications on the task activities.
 - pause
Details List<Property Map> - Pause Details
 - run
On String - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
GetRunbookAssociationGroupPropertyNotificationPreference      
- Should
Notify boolOn Pause  - Enables notification on pause.
 - Should
Notify boolOn Task Failure  - Enables or disables notification on Task Failures.
 - Should
Notify boolOn Task Success  - Enables or disables notification on Task Success.
 
- Should
Notify boolOn Pause  - Enables notification on pause.
 - Should
Notify boolOn Task Failure  - Enables or disables notification on Task Failures.
 - Should
Notify boolOn Task Success  - Enables or disables notification on Task Success.
 
- should
Notify BooleanOn Pause  - Enables notification on pause.
 - should
Notify BooleanOn Task Failure  - Enables or disables notification on Task Failures.
 - should
Notify BooleanOn Task Success  - Enables or disables notification on Task Success.
 
- should
Notify booleanOn Pause  - Enables notification on pause.
 - should
Notify booleanOn Task Failure  - Enables or disables notification on Task Failures.
 - should
Notify booleanOn Task Success  - Enables or disables notification on Task Success.
 
- should_
notify_ boolon_ pause  - Enables notification on pause.
 - should_
notify_ boolon_ task_ failure  - Enables or disables notification on Task Failures.
 - should_
notify_ boolon_ task_ success  - Enables or disables notification on Task Success.
 
- should
Notify BooleanOn Pause  - Enables notification on pause.
 - should
Notify BooleanOn Task Failure  - Enables or disables notification on Task Failures.
 - should
Notify BooleanOn Task Success  - Enables or disables notification on Task Success.
 
GetRunbookAssociationGroupPropertyPauseDetail      
- Duration
In intMinutes  - Time in minutes to apply Pause.
 - Kind string
 - Pause based On.
 
- Duration
In intMinutes  - Time in minutes to apply Pause.
 - Kind string
 - Pause based On.
 
- duration
In IntegerMinutes  - Time in minutes to apply Pause.
 - kind String
 - Pause based On.
 
- duration
In numberMinutes  - Time in minutes to apply Pause.
 - kind string
 - Pause based On.
 
- duration_
in_ intminutes  - Time in minutes to apply Pause.
 - kind str
 - Pause based On.
 
- duration
In NumberMinutes  - Time in minutes to apply Pause.
 - kind String
 - Pause based On.
 
GetRunbookAssociationRollbackWorkflowDetail     
- Scope string
 - The scope of the task.
 - Workflows
List<Get
Runbook Association Rollback Workflow Detail Workflow>  - Rollback Workflow for the runbook.
 
- Scope string
 - The scope of the task.
 - Workflows
[]Get
Runbook Association Rollback Workflow Detail Workflow  - Rollback Workflow for the runbook.
 
- scope String
 - The scope of the task.
 - workflows
List<Get
Runbook Association Rollback Workflow Detail Workflow>  - Rollback Workflow for the runbook.
 
- scope string
 - The scope of the task.
 - workflows
Get
Runbook Association Rollback Workflow Detail Workflow[]  - Rollback Workflow for the runbook.
 
- scope str
 - The scope of the task.
 - workflows
Sequence[fleetappsmanagement.
Get Runbook Association Rollback Workflow Detail Workflow]  - Rollback Workflow for the runbook.
 
- scope String
 - The scope of the task.
 - workflows List<Property Map>
 - Rollback Workflow for the runbook.
 
GetRunbookAssociationRollbackWorkflowDetailWorkflow      
- Group
Name string - Name of the group.
 - Steps
List<Get
Runbook Association Rollback Workflow Detail Workflow Step>  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - Type string
 - The type of the runbook.
 
- Group
Name string - Name of the group.
 - Steps
[]Get
Runbook Association Rollback Workflow Detail Workflow Step  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - Type string
 - The type of the runbook.
 
- group
Name String - Name of the group.
 - steps
List<Get
Runbook Association Rollback Workflow Detail Workflow Step>  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type String
 - The type of the runbook.
 
- group
Name string - Name of the group.
 - steps
Get
Runbook Association Rollback Workflow Detail Workflow Step[]  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type string
 - The type of the runbook.
 
- group_
name str - Name of the group.
 - steps
Sequence[fleetappsmanagement.
Get Runbook Association Rollback Workflow Detail Workflow Step]  - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type str
 - The type of the runbook.
 
- group
Name String - Name of the group.
 - steps List<Property Map>
 - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type String
 - The type of the runbook.
 
GetRunbookAssociationRollbackWorkflowDetailWorkflowStep       
- group_
name str - Name of the group.
 - step_
name str - The name of the task step.
 - steps Sequence[str]
 - Tasks within the Group. Provide the stepName for all applicable tasks.
 - type str
 - The type of the runbook.
 
GetRunbookAssociationTask   
- Association
Type string - The association type of the task
 - Output
Variable List<GetMappings Runbook Association Task Output Variable Mapping>  - Mapping output variables of previous tasks to the input variables of the current task.
 - Step
Name string - The name of the task step.
 - Step
Properties List<GetRunbook Association Task Step Property>  - The properties of the component.
 - Task
Record List<GetDetails Runbook Association Task Task Record Detail>  - The details of the task.
 
- Association
Type string - The association type of the task
 - Output
Variable []GetMappings Runbook Association Task Output Variable Mapping  - Mapping output variables of previous tasks to the input variables of the current task.
 - Step
Name string - The name of the task step.
 - Step
Properties []GetRunbook Association Task Step Property  - The properties of the component.
 - Task
Record []GetDetails Runbook Association Task Task Record Detail  - The details of the task.
 
- association
Type String - The association type of the task
 - output
Variable List<GetMappings Runbook Association Task Output Variable Mapping>  - Mapping output variables of previous tasks to the input variables of the current task.
 - step
Name String - The name of the task step.
 - step
Properties List<GetRunbook Association Task Step Property>  - The properties of the component.
 - task
Record List<GetDetails Runbook Association Task Task Record Detail>  - The details of the task.
 
- association
Type string - The association type of the task
 - output
Variable GetMappings Runbook Association Task Output Variable Mapping[]  - Mapping output variables of previous tasks to the input variables of the current task.
 - step
Name string - The name of the task step.
 - step
Properties GetRunbook Association Task Step Property[]  - The properties of the component.
 - task
Record GetDetails Runbook Association Task Task Record Detail[]  - The details of the task.
 
- association_
type str - The association type of the task
 - output_
variable_ Sequence[fleetappsmanagement.mappings Get Runbook Association Task Output Variable Mapping]  - Mapping output variables of previous tasks to the input variables of the current task.
 - step_
name str - The name of the task step.
 - step_
properties Sequence[fleetappsmanagement.Get Runbook Association Task Step Property]  - The properties of the component.
 - task_
record_ Sequence[fleetappsmanagement.details Get Runbook Association Task Task Record Detail]  - The details of the task.
 
- association
Type String - The association type of the task
 - output
Variable List<Property Map>Mappings  - Mapping output variables of previous tasks to the input variables of the current task.
 - step
Name String - The name of the task step.
 - step
Properties List<Property Map> - The properties of the component.
 - task
Record List<Property Map>Details  - The details of the task.
 
GetRunbookAssociationTaskOutputVariableMapping      
- Name string
 - The name of the task
 - Output
Variable List<GetDetails Runbook Association Task Output Variable Mapping Output Variable Detail>  - The details of the output variable that will be used for mapping.
 
- Name string
 - The name of the task
 - Output
Variable []GetDetails Runbook Association Task Output Variable Mapping Output Variable Detail  - The details of the output variable that will be used for mapping.
 
- name String
 - The name of the task
 - output
Variable List<GetDetails Runbook Association Task Output Variable Mapping Output Variable Detail>  - The details of the output variable that will be used for mapping.
 
- name string
 - The name of the task
 - output
Variable GetDetails Runbook Association Task Output Variable Mapping Output Variable Detail[]  - The details of the output variable that will be used for mapping.
 
- name str
 - The name of the task
 - output_
variable_ Sequence[fleetappsmanagement.details Get Runbook Association Task Output Variable Mapping Output Variable Detail]  - The details of the output variable that will be used for mapping.
 
- name String
 - The name of the task
 - output
Variable List<Property Map>Details  - The details of the output variable that will be used for mapping.
 
GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail         
- Output
Variable stringName  - The name of the output variable whose value has to be mapped.
 - Step
Name string - The name of the task step.
 
- Output
Variable stringName  - The name of the output variable whose value has to be mapped.
 - Step
Name string - The name of the task step.
 
- output
Variable StringName  - The name of the output variable whose value has to be mapped.
 - step
Name String - The name of the task step.
 
- output
Variable stringName  - The name of the output variable whose value has to be mapped.
 - step
Name string - The name of the task step.
 
- output_
variable_ strname  - The name of the output variable whose value has to be mapped.
 - step_
name str - The name of the task step.
 
- output
Variable StringName  - The name of the output variable whose value has to be mapped.
 - step
Name String - The name of the task step.
 
GetRunbookAssociationTaskStepProperty     
- Action
On stringFailure  - The action to be taken in case of a failure.
 - Condition string
 - Build control flow conditions that determine the relevance of the task execution.
 - Notification
Preferences List<GetRunbook Association Task Step Property Notification Preference>  - Preferences to send notifications on the task activities.
 - Pause
Details List<GetRunbook Association Task Step Property Pause Detail>  - Pause Details
 - Run
On string - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- Action
On stringFailure  - The action to be taken in case of a failure.
 - Condition string
 - Build control flow conditions that determine the relevance of the task execution.
 - Notification
Preferences []GetRunbook Association Task Step Property Notification Preference  - Preferences to send notifications on the task activities.
 - Pause
Details []GetRunbook Association Task Step Property Pause Detail  - Pause Details
 - Run
On string - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action
On StringFailure  - The action to be taken in case of a failure.
 - condition String
 - Build control flow conditions that determine the relevance of the task execution.
 - notification
Preferences List<GetRunbook Association Task Step Property Notification Preference>  - Preferences to send notifications on the task activities.
 - pause
Details List<GetRunbook Association Task Step Property Pause Detail>  - Pause Details
 - run
On String - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action
On stringFailure  - The action to be taken in case of a failure.
 - condition string
 - Build control flow conditions that determine the relevance of the task execution.
 - notification
Preferences GetRunbook Association Task Step Property Notification Preference[]  - Preferences to send notifications on the task activities.
 - pause
Details GetRunbook Association Task Step Property Pause Detail[]  - Pause Details
 - run
On string - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action_
on_ strfailure  - The action to be taken in case of a failure.
 - condition str
 - Build control flow conditions that determine the relevance of the task execution.
 - notification_
preferences Sequence[fleetappsmanagement.Get Runbook Association Task Step Property Notification Preference]  - Preferences to send notifications on the task activities.
 - pause_
details Sequence[fleetappsmanagement.Get Runbook Association Task Step Property Pause Detail]  - Pause Details
 - run_
on str - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
- action
On StringFailure  - The action to be taken in case of a failure.
 - condition String
 - Build control flow conditions that determine the relevance of the task execution.
 - notification
Preferences List<Property Map> - Preferences to send notifications on the task activities.
 - pause
Details List<Property Map> - Pause Details
 - run
On String - The runOn condition for the task/group/container. Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
 
GetRunbookAssociationTaskStepPropertyNotificationPreference       
- Should
Notify boolOn Pause  - Enables notification on pause.
 - Should
Notify boolOn Task Failure  - Enables or disables notification on Task Failures.
 - Should
Notify boolOn Task Success  - Enables or disables notification on Task Success.
 
- Should
Notify boolOn Pause  - Enables notification on pause.
 - Should
Notify boolOn Task Failure  - Enables or disables notification on Task Failures.
 - Should
Notify boolOn Task Success  - Enables or disables notification on Task Success.
 
- should
Notify BooleanOn Pause  - Enables notification on pause.
 - should
Notify BooleanOn Task Failure  - Enables or disables notification on Task Failures.
 - should
Notify BooleanOn Task Success  - Enables or disables notification on Task Success.
 
- should
Notify booleanOn Pause  - Enables notification on pause.
 - should
Notify booleanOn Task Failure  - Enables or disables notification on Task Failures.
 - should
Notify booleanOn Task Success  - Enables or disables notification on Task Success.
 
- should_
notify_ boolon_ pause  - Enables notification on pause.
 - should_
notify_ boolon_ task_ failure  - Enables or disables notification on Task Failures.
 - should_
notify_ boolon_ task_ success  - Enables or disables notification on Task Success.
 
- should
Notify BooleanOn Pause  - Enables notification on pause.
 - should
Notify BooleanOn Task Failure  - Enables or disables notification on Task Failures.
 - should
Notify BooleanOn Task Success  - Enables or disables notification on Task Success.
 
GetRunbookAssociationTaskStepPropertyPauseDetail       
- Duration
In intMinutes  - Time in minutes to apply Pause.
 - Kind string
 - Pause based On.
 
- Duration
In intMinutes  - Time in minutes to apply Pause.
 - Kind string
 - Pause based On.
 
- duration
In IntegerMinutes  - Time in minutes to apply Pause.
 - kind String
 - Pause based On.
 
- duration
In numberMinutes  - Time in minutes to apply Pause.
 - kind string
 - Pause based On.
 
- duration_
in_ intminutes  - Time in minutes to apply Pause.
 - kind str
 - Pause based On.
 
- duration
In NumberMinutes  - Time in minutes to apply Pause.
 - kind String
 - Pause based On.
 
GetRunbookAssociationTaskTaskRecordDetail      
- Description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - Execution
Details List<GetRunbook Association Task Task Record Detail Execution Detail>  - Execution details.
 - Is
Apply boolSubject Task  - Is this an Apply Subject Task? Ex. Patch Execution Task
 - Is
Copy boolTo Library Enabled  - Make a copy of this task in Library
 - Is
Discovery boolOutput Task  - Is this a discovery output task?
 - Name string
 - The name of the task
 - Os
Type string - The OS type for the runbook.
 - Platform string
 - The platform of the runbook.
 - Properties
List<Get
Runbook Association Task Task Record Detail Property>  - The properties of the task.
 - Scope string
 - The scope of the task.
 - Task
Record stringId  - The ID of taskRecord.
 
- Description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - Execution
Details []GetRunbook Association Task Task Record Detail Execution Detail  - Execution details.
 - Is
Apply boolSubject Task  - Is this an Apply Subject Task? Ex. Patch Execution Task
 - Is
Copy boolTo Library Enabled  - Make a copy of this task in Library
 - Is
Discovery boolOutput Task  - Is this a discovery output task?
 - Name string
 - The name of the task
 - Os
Type string - The OS type for the runbook.
 - Platform string
 - The platform of the runbook.
 - Properties
[]Get
Runbook Association Task Task Record Detail Property  - The properties of the task.
 - Scope string
 - The scope of the task.
 - Task
Record stringId  - The ID of taskRecord.
 
- description String
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - execution
Details List<GetRunbook Association Task Task Record Detail Execution Detail>  - Execution details.
 - is
Apply BooleanSubject Task  - Is this an Apply Subject Task? Ex. Patch Execution Task
 - is
Copy BooleanTo Library Enabled  - Make a copy of this task in Library
 - is
Discovery BooleanOutput Task  - Is this a discovery output task?
 - name String
 - The name of the task
 - os
Type String - The OS type for the runbook.
 - platform String
 - The platform of the runbook.
 - properties
List<Get
Runbook Association Task Task Record Detail Property>  - The properties of the task.
 - scope String
 - The scope of the task.
 - task
Record StringId  - The ID of taskRecord.
 
- description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - execution
Details GetRunbook Association Task Task Record Detail Execution Detail[]  - Execution details.
 - is
Apply booleanSubject Task  - Is this an Apply Subject Task? Ex. Patch Execution Task
 - is
Copy booleanTo Library Enabled  - Make a copy of this task in Library
 - is
Discovery booleanOutput Task  - Is this a discovery output task?
 - name string
 - The name of the task
 - os
Type string - The OS type for the runbook.
 - platform string
 - The platform of the runbook.
 - properties
Get
Runbook Association Task Task Record Detail Property[]  - The properties of the task.
 - scope string
 - The scope of the task.
 - task
Record stringId  - The ID of taskRecord.
 
- description str
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - execution_
details Sequence[fleetappsmanagement.Get Runbook Association Task Task Record Detail Execution Detail]  - Execution details.
 - is_
apply_ boolsubject_ task  - Is this an Apply Subject Task? Ex. Patch Execution Task
 - is_
copy_ boolto_ library_ enabled  - Make a copy of this task in Library
 - is_
discovery_ booloutput_ task  - Is this a discovery output task?
 - name str
 - The name of the task
 - os_
type str - The OS type for the runbook.
 - platform str
 - The platform of the runbook.
 - properties
Sequence[fleetappsmanagement.
Get Runbook Association Task Task Record Detail Property]  - The properties of the task.
 - scope str
 - The scope of the task.
 - task_
record_ strid  - The ID of taskRecord.
 
- description String
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - execution
Details List<Property Map> - Execution details.
 - is
Apply BooleanSubject Task  - Is this an Apply Subject Task? Ex. Patch Execution Task
 - is
Copy BooleanTo Library Enabled  - Make a copy of this task in Library
 - is
Discovery BooleanOutput Task  - Is this a discovery output task?
 - name String
 - The name of the task
 - os
Type String - The OS type for the runbook.
 - platform String
 - The platform of the runbook.
 - properties List<Property Map>
 - The properties of the task.
 - scope String
 - The scope of the task.
 - task
Record StringId  - The ID of taskRecord.
 
GetRunbookAssociationTaskTaskRecordDetailExecutionDetail        
- Command string
 - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
 - Contents
List<Get
Runbook Association Task Task Record Detail Execution Detail Content>  - Content Source details.
 - Credentials
List<Get
Runbook Association Task Task Record Detail Execution Detail Credential>  - Credentials required for executing the task.
 - Endpoint string
 - Endpoint to be invoked.
 - Execution
Type string - The action type of the task
 - Variables
List<Get
Runbook Association Task Task Record Detail Execution Detail Variable>  - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
 
- Command string
 - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
 - Contents
[]Get
Runbook Association Task Task Record Detail Execution Detail Content  - Content Source details.
 - Credentials
[]Get
Runbook Association Task Task Record Detail Execution Detail Credential  - Credentials required for executing the task.
 - Endpoint string
 - Endpoint to be invoked.
 - Execution
Type string - The action type of the task
 - Variables
[]Get
Runbook Association Task Task Record Detail Execution Detail Variable  - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
 
- command String
 - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
 - contents
List<Get
Runbook Association Task Task Record Detail Execution Detail Content>  - Content Source details.
 - credentials
List<Get
Runbook Association Task Task Record Detail Execution Detail Credential>  - Credentials required for executing the task.
 - endpoint String
 - Endpoint to be invoked.
 - execution
Type String - The action type of the task
 - variables
List<Get
Runbook Association Task Task Record Detail Execution Detail Variable>  - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
 
- command string
 - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
 - contents
Get
Runbook Association Task Task Record Detail Execution Detail Content[]  - Content Source details.
 - credentials
Get
Runbook Association Task Task Record Detail Execution Detail Credential[]  - Credentials required for executing the task.
 - endpoint string
 - Endpoint to be invoked.
 - execution
Type string - The action type of the task
 - variables
Get
Runbook Association Task Task Record Detail Execution Detail Variable[]  - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
 
- command str
 - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
 - contents
Sequence[fleetappsmanagement.
Get Runbook Association Task Task Record Detail Execution Detail Content]  - Content Source details.
 - credentials
Sequence[fleetappsmanagement.
Get Runbook Association Task Task Record Detail Execution Detail Credential]  - Credentials required for executing the task.
 - endpoint str
 - Endpoint to be invoked.
 - execution_
type str - The action type of the task
 - variables
Sequence[fleetappsmanagement.
Get Runbook Association Task Task Record Detail Execution Detail Variable]  - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
 
- command String
 - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
 - contents List<Property Map>
 - Content Source details.
 - credentials List<Property Map>
 - Credentials required for executing the task.
 - endpoint String
 - Endpoint to be invoked.
 - execution
Type String - The action type of the task
 - variables List<Property Map>
 - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
 
GetRunbookAssociationTaskTaskRecordDetailExecutionDetailContent         
- Bucket string
 - Bucket Name.
 - Checksum string
 - md5 checksum of the artifact.
 - Namespace string
 - Namespace.
 - Object string
 - Object Name.
 - Source
Type string - Content Source type details.
 
- Bucket string
 - Bucket Name.
 - Checksum string
 - md5 checksum of the artifact.
 - Namespace string
 - Namespace.
 - Object string
 - Object Name.
 - Source
Type string - Content Source type details.
 
- bucket String
 - Bucket Name.
 - checksum String
 - md5 checksum of the artifact.
 - namespace String
 - Namespace.
 - object String
 - Object Name.
 - source
Type String - Content Source type details.
 
- bucket string
 - Bucket Name.
 - checksum string
 - md5 checksum of the artifact.
 - namespace string
 - Namespace.
 - object string
 - Object Name.
 - source
Type string - Content Source type details.
 
- bucket str
 - Bucket Name.
 - checksum str
 - md5 checksum of the artifact.
 - namespace str
 - Namespace.
 - object str
 - Object Name.
 - source_
type str - Content Source type details.
 
- bucket String
 - Bucket Name.
 - checksum String
 - md5 checksum of the artifact.
 - namespace String
 - Namespace.
 - object String
 - Object Name.
 - source
Type String - Content Source type details.
 
GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential         
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - Id string
 - The OCID of the resource.
 
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - Id string
 - The OCID of the resource.
 
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - id String
 - The OCID of the resource.
 
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - id string
 - The OCID of the resource.
 
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - id str
 - The OCID of the resource.
 
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: 
My new resource - id String
 - The OCID of the resource.
 
GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariable         
- Input
Variables List<GetRunbook Association Task Task Record Detail Execution Detail Variable Input Variable>  - The input variables for the task.
 - Output
Variables List<string> - The list of output variables.
 
- Input
Variables []GetRunbook Association Task Task Record Detail Execution Detail Variable Input Variable  - The input variables for the task.
 - Output
Variables []string - The list of output variables.
 
- input
Variables List<GetRunbook Association Task Task Record Detail Execution Detail Variable Input Variable>  - The input variables for the task.
 - output
Variables List<String> - The list of output variables.
 
- input
Variables GetRunbook Association Task Task Record Detail Execution Detail Variable Input Variable[]  - The input variables for the task.
 - output
Variables string[] - The list of output variables.
 
- input_
variables Sequence[fleetappsmanagement.Get Runbook Association Task Task Record Detail Execution Detail Variable Input Variable]  - The input variables for the task.
 - output_
variables Sequence[str] - The list of output variables.
 
- input
Variables List<Property Map> - The input variables for the task.
 - output
Variables List<String> - The list of output variables.
 
GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariableInputVariable           
- Description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - Name string
 - The name of the task
 - Type string
 - The type of the runbook.
 
- Description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - Name string
 - The name of the task
 - Type string
 - The type of the runbook.
 
- description String
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - name String
 - The name of the task
 - type String
 - The type of the runbook.
 
- description string
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - name string
 - The name of the task
 - type string
 - The type of the runbook.
 
- description str
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - name str
 - The name of the task
 - type str
 - The type of the runbook.
 
- description String
 - A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
 - name String
 - The name of the task
 - type String
 - The type of the runbook.
 
GetRunbookAssociationTaskTaskRecordDetailProperty       
- Num
Retries int - The number of retries allowed.
 - Timeout
In intSeconds  - The timeout in seconds for the task.
 
- Num
Retries int - The number of retries allowed.
 - Timeout
In intSeconds  - The timeout in seconds for the task.
 
- num
Retries Integer - The number of retries allowed.
 - timeout
In IntegerSeconds  - The timeout in seconds for the task.
 
- num
Retries number - The number of retries allowed.
 - timeout
In numberSeconds  - The timeout in seconds for the task.
 
- num_
retries int - The number of retries allowed.
 - timeout_
in_ intseconds  - The timeout in seconds for the task.
 
- num
Retries Number - The number of retries allowed.
 - timeout
In NumberSeconds  - The timeout in seconds for the task.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.