1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getRunbook
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.FleetAppsManagement.getRunbook

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

    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 dictionary

    The following arguments are supported:

    RunbookId string
    Unique Runbook identifier
    RunbookId string
    Unique Runbook identifier
    runbookId String
    Unique Runbook identifier
    runbookId string
    Unique Runbook identifier
    runbook_id str
    Unique Runbook identifier
    runbookId String
    Unique Runbook identifier

    getRunbook Result

    The following output properties are available:

    Associations List<GetRunbookAssociation>
    Associations for the runbook.
    CompartmentId string
    DefinedTags 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.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    EstimatedTime string
    Estimated time to successfully complete the runbook execution.
    FreeformTags 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.
    IsDefault bool
    Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
    LifecycleDetails 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.
    OsType string
    The OS type for the runbook.
    Platform string
    The platform of the runbook.
    ResourceRegion string
    Associated region
    RunbookId string
    RunbookRelevance string
    Relevance of the runbook.
    State string
    The current state of the Runbook.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the runbook.
    Associations []GetRunbookAssociation
    Associations for the runbook.
    CompartmentId string
    DefinedTags 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.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    EstimatedTime string
    Estimated time to successfully complete the runbook execution.
    FreeformTags 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.
    IsDefault bool
    Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
    LifecycleDetails 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.
    OsType string
    The OS type for the runbook.
    Platform string
    The platform of the runbook.
    ResourceRegion string
    Associated region
    RunbookId string
    RunbookRelevance string
    Relevance of the runbook.
    State string
    The current state of the Runbook.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the runbook.
    associations List<GetRunbookAssociation>
    Associations for the runbook.
    compartmentId String
    definedTags 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.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    estimatedTime String
    Estimated time to successfully complete the runbook execution.
    freeformTags 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.
    isDefault Boolean
    Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
    lifecycleDetails 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.
    osType String
    The OS type for the runbook.
    platform String
    The platform of the runbook.
    resourceRegion String
    Associated region
    runbookId String
    runbookRelevance String
    Relevance of the runbook.
    state String
    The current state of the Runbook.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the runbook.
    associations GetRunbookAssociation[]
    Associations for the runbook.
    compartmentId string
    definedTags {[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.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    estimatedTime string
    Estimated time to successfully complete the runbook execution.
    freeformTags {[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.
    isDefault boolean
    Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
    lifecycleDetails 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.
    osType string
    The OS type for the runbook.
    platform string
    The platform of the runbook.
    resourceRegion string
    Associated region
    runbookId string
    runbookRelevance string
    Relevance of the runbook.
    state string
    The current state of the Runbook.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type string
    The type of the runbook.
    associations Sequence[fleetappsmanagement.GetRunbookAssociation]
    Associations for the runbook.
    compartment_id str
    defined_tags 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.
    freeform_tags 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.
    system_tags 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.
    compartmentId String
    definedTags 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.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    estimatedTime String
    Estimated time to successfully complete the runbook execution.
    freeformTags 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.
    isDefault Boolean
    Is the runbook default? Sets this runbook as the default for the chosen product/product stack for the specified lifecycle operation.
    lifecycleDetails 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.
    osType String
    The OS type for the runbook.
    platform String
    The platform of the runbook.
    resourceRegion String
    Associated region
    runbookId String
    runbookRelevance String
    Relevance of the runbook.
    state String
    The current state of the Runbook.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the runbook.

    Supporting Types

    GetRunbookAssociation

    ExecutionWorkflowDetails List<GetRunbookAssociationExecutionWorkflowDetail>
    Execution Workflow details.
    Groups List<GetRunbookAssociationGroup>
    The groups of the runbook.
    RollbackWorkflowDetails List<GetRunbookAssociationRollbackWorkflowDetail>
    Rollback Workflow details.
    Tasks List<GetRunbookAssociationTask>
    A set of tasks to execute in the runbook.
    Version string
    The version of the runbook.
    ExecutionWorkflowDetails []GetRunbookAssociationExecutionWorkflowDetail
    Execution Workflow details.
    Groups []GetRunbookAssociationGroup
    The groups of the runbook.
    RollbackWorkflowDetails []GetRunbookAssociationRollbackWorkflowDetail
    Rollback Workflow details.
    Tasks []GetRunbookAssociationTask
    A set of tasks to execute in the runbook.
    Version string
    The version of the runbook.
    executionWorkflowDetails List<GetRunbookAssociationExecutionWorkflowDetail>
    Execution Workflow details.
    groups List<GetRunbookAssociationGroup>
    The groups of the runbook.
    rollbackWorkflowDetails List<GetRunbookAssociationRollbackWorkflowDetail>
    Rollback Workflow details.
    tasks List<GetRunbookAssociationTask>
    A set of tasks to execute in the runbook.
    version String
    The version of the runbook.
    executionWorkflowDetails GetRunbookAssociationExecutionWorkflowDetail[]
    Execution Workflow details.
    groups GetRunbookAssociationGroup[]
    The groups of the runbook.
    rollbackWorkflowDetails GetRunbookAssociationRollbackWorkflowDetail[]
    Rollback Workflow details.
    tasks GetRunbookAssociationTask[]
    A set of tasks to execute in the runbook.
    version string
    The version of the runbook.
    executionWorkflowDetails List<Property Map>
    Execution Workflow details.
    groups List<Property Map>
    The groups of the runbook.
    rollbackWorkflowDetails List<Property Map>
    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<Property Map>
    Rollback Workflow for the runbook.

    GetRunbookAssociationExecutionWorkflowDetailWorkflow

    GroupName string
    Name of the group.
    Steps List<GetRunbookAssociationExecutionWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    GroupName string
    Name of the group.
    Steps []GetRunbookAssociationExecutionWorkflowDetailWorkflowStep
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    groupName String
    Name of the group.
    steps List<GetRunbookAssociationExecutionWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    The type of the runbook.
    groupName string
    Name of the group.
    steps GetRunbookAssociationExecutionWorkflowDetailWorkflowStep[]
    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.GetRunbookAssociationExecutionWorkflowDetailWorkflowStep]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type str
    The type of the runbook.
    groupName 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

    GroupName string
    Name of the group.
    StepName string
    The name of the task step.
    Steps List<string>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    GroupName string
    Name of the group.
    StepName string
    The name of the task step.
    Steps []string
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    groupName String
    Name of the group.
    stepName String
    The name of the task step.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    The type of the runbook.
    groupName string
    Name of the group.
    stepName string
    The name of the task step.
    steps string[]
    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.
    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.
    groupName String
    Name of the group.
    stepName String
    The name of the task step.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    The type of the runbook.

    GetRunbookAssociationGroup

    Name string
    The name of the task
    Properties List<GetRunbookAssociationGroupProperty>
    The properties of the task.
    Type string
    The type of the runbook.
    Name string
    The name of the task
    Properties []GetRunbookAssociationGroupProperty
    The properties of the task.
    Type string
    The type of the runbook.
    name String
    The name of the task
    properties List<GetRunbookAssociationGroupProperty>
    The properties of the task.
    type String
    The type of the runbook.
    name string
    The name of the task
    properties GetRunbookAssociationGroupProperty[]
    The properties of the task.
    type string
    The type of the runbook.
    name str
    The name of the task
    properties Sequence[fleetappsmanagement.GetRunbookAssociationGroupProperty]
    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

    ActionOnFailure string
    The action to be taken in case of a failure.
    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    NotificationPreferences List<GetRunbookAssociationGroupPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    PauseDetails List<GetRunbookAssociationGroupPropertyPauseDetail>
    Pause Details
    RunOn 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
    ActionOnFailure string
    The action to be taken in case of a failure.
    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    NotificationPreferences []GetRunbookAssociationGroupPropertyNotificationPreference
    Preferences to send notifications on the task activities.
    PauseDetails []GetRunbookAssociationGroupPropertyPauseDetail
    Pause Details
    RunOn 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
    actionOnFailure String
    The action to be taken in case of a failure.
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    notificationPreferences List<GetRunbookAssociationGroupPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    pauseDetails List<GetRunbookAssociationGroupPropertyPauseDetail>
    Pause Details
    runOn 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
    actionOnFailure string
    The action to be taken in case of a failure.
    condition string
    Build control flow conditions that determine the relevance of the task execution.
    notificationPreferences GetRunbookAssociationGroupPropertyNotificationPreference[]
    Preferences to send notifications on the task activities.
    pauseDetails GetRunbookAssociationGroupPropertyPauseDetail[]
    Pause Details
    runOn 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_failure str
    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.GetRunbookAssociationGroupPropertyNotificationPreference]
    Preferences to send notifications on the task activities.
    pause_details Sequence[fleetappsmanagement.GetRunbookAssociationGroupPropertyPauseDetail]
    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
    actionOnFailure String
    The action to be taken in case of a failure.
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    notificationPreferences List<Property Map>
    Preferences to send notifications on the task activities.
    pauseDetails List<Property Map>
    Pause Details
    runOn 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

    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.
    shouldNotifyOnPause boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess boolean
    Enables or disables notification on Task Success.
    should_notify_on_pause bool
    Enables notification on pause.
    should_notify_on_task_failure bool
    Enables or disables notification on Task Failures.
    should_notify_on_task_success bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.

    GetRunbookAssociationGroupPropertyPauseDetail

    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Pause based On.
    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Pause based On.
    durationInMinutes Integer
    Time in minutes to apply Pause.
    kind String
    Pause based On.
    durationInMinutes number
    Time in minutes to apply Pause.
    kind string
    Pause based On.
    duration_in_minutes int
    Time in minutes to apply Pause.
    kind str
    Pause based On.
    durationInMinutes Number
    Time in minutes to apply Pause.
    kind String
    Pause based On.

    GetRunbookAssociationRollbackWorkflowDetail

    Scope string
    The scope of the task.
    Workflows List<GetRunbookAssociationRollbackWorkflowDetailWorkflow>
    Rollback Workflow for the runbook.
    Scope string
    The scope of the task.
    Workflows []GetRunbookAssociationRollbackWorkflowDetailWorkflow
    Rollback Workflow for the runbook.
    scope String
    The scope of the task.
    workflows List<GetRunbookAssociationRollbackWorkflowDetailWorkflow>
    Rollback Workflow for the runbook.
    scope string
    The scope of the task.
    workflows GetRunbookAssociationRollbackWorkflowDetailWorkflow[]
    Rollback Workflow for the runbook.
    scope String
    The scope of the task.
    workflows List<Property Map>
    Rollback Workflow for the runbook.

    GetRunbookAssociationRollbackWorkflowDetailWorkflow

    GroupName string
    Name of the group.
    Steps List<GetRunbookAssociationRollbackWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    GroupName string
    Name of the group.
    Steps []GetRunbookAssociationRollbackWorkflowDetailWorkflowStep
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    groupName String
    Name of the group.
    steps List<GetRunbookAssociationRollbackWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    The type of the runbook.
    groupName string
    Name of the group.
    steps GetRunbookAssociationRollbackWorkflowDetailWorkflowStep[]
    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.GetRunbookAssociationRollbackWorkflowDetailWorkflowStep]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type str
    The type of the runbook.
    groupName 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

    GroupName string
    Name of the group.
    StepName string
    The name of the task step.
    Steps List<string>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    GroupName string
    Name of the group.
    StepName string
    The name of the task step.
    Steps []string
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    The type of the runbook.
    groupName String
    Name of the group.
    stepName String
    The name of the task step.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    The type of the runbook.
    groupName string
    Name of the group.
    stepName string
    The name of the task step.
    steps string[]
    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.
    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.
    groupName String
    Name of the group.
    stepName String
    The name of the task step.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    The type of the runbook.

    GetRunbookAssociationTask

    AssociationType string
    The association type of the task
    OutputVariableMappings List<GetRunbookAssociationTaskOutputVariableMapping>
    Mapping output variables of previous tasks to the input variables of the current task.
    StepName string
    The name of the task step.
    StepProperties List<GetRunbookAssociationTaskStepProperty>
    The properties of the component.
    TaskRecordDetails List<GetRunbookAssociationTaskTaskRecordDetail>
    The details of the task.
    AssociationType string
    The association type of the task
    OutputVariableMappings []GetRunbookAssociationTaskOutputVariableMapping
    Mapping output variables of previous tasks to the input variables of the current task.
    StepName string
    The name of the task step.
    StepProperties []GetRunbookAssociationTaskStepProperty
    The properties of the component.
    TaskRecordDetails []GetRunbookAssociationTaskTaskRecordDetail
    The details of the task.
    associationType String
    The association type of the task
    outputVariableMappings List<GetRunbookAssociationTaskOutputVariableMapping>
    Mapping output variables of previous tasks to the input variables of the current task.
    stepName String
    The name of the task step.
    stepProperties List<GetRunbookAssociationTaskStepProperty>
    The properties of the component.
    taskRecordDetails List<GetRunbookAssociationTaskTaskRecordDetail>
    The details of the task.
    associationType string
    The association type of the task
    outputVariableMappings GetRunbookAssociationTaskOutputVariableMapping[]
    Mapping output variables of previous tasks to the input variables of the current task.
    stepName string
    The name of the task step.
    stepProperties GetRunbookAssociationTaskStepProperty[]
    The properties of the component.
    taskRecordDetails GetRunbookAssociationTaskTaskRecordDetail[]
    The details of the task.
    association_type str
    The association type of the task
    output_variable_mappings Sequence[fleetappsmanagement.GetRunbookAssociationTaskOutputVariableMapping]
    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.GetRunbookAssociationTaskStepProperty]
    The properties of the component.
    task_record_details Sequence[fleetappsmanagement.GetRunbookAssociationTaskTaskRecordDetail]
    The details of the task.
    associationType String
    The association type of the task
    outputVariableMappings List<Property Map>
    Mapping output variables of previous tasks to the input variables of the current task.
    stepName String
    The name of the task step.
    stepProperties List<Property Map>
    The properties of the component.
    taskRecordDetails List<Property Map>
    The details of the task.

    GetRunbookAssociationTaskOutputVariableMapping

    Name string
    The name of the task
    OutputVariableDetails List<GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    Name string
    The name of the task
    OutputVariableDetails []GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail
    The details of the output variable that will be used for mapping.
    name String
    The name of the task
    outputVariableDetails List<GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    name string
    The name of the task
    outputVariableDetails GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail[]
    The details of the output variable that will be used for mapping.
    name str
    The name of the task
    output_variable_details Sequence[fleetappsmanagement.GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail]
    The details of the output variable that will be used for mapping.
    name String
    The name of the task
    outputVariableDetails List<Property Map>
    The details of the output variable that will be used for mapping.

    GetRunbookAssociationTaskOutputVariableMappingOutputVariableDetail

    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step.
    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step.
    outputVariableName string
    The name of the output variable whose value has to be mapped.
    stepName string
    The name of the task step.
    output_variable_name str
    The name of the output variable whose value has to be mapped.
    step_name str
    The name of the task step.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step.

    GetRunbookAssociationTaskStepProperty

    ActionOnFailure string
    The action to be taken in case of a failure.
    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    NotificationPreferences List<GetRunbookAssociationTaskStepPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    PauseDetails List<GetRunbookAssociationTaskStepPropertyPauseDetail>
    Pause Details
    RunOn 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
    ActionOnFailure string
    The action to be taken in case of a failure.
    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    NotificationPreferences []GetRunbookAssociationTaskStepPropertyNotificationPreference
    Preferences to send notifications on the task activities.
    PauseDetails []GetRunbookAssociationTaskStepPropertyPauseDetail
    Pause Details
    RunOn 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
    actionOnFailure String
    The action to be taken in case of a failure.
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    notificationPreferences List<GetRunbookAssociationTaskStepPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    pauseDetails List<GetRunbookAssociationTaskStepPropertyPauseDetail>
    Pause Details
    runOn 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
    actionOnFailure string
    The action to be taken in case of a failure.
    condition string
    Build control flow conditions that determine the relevance of the task execution.
    notificationPreferences GetRunbookAssociationTaskStepPropertyNotificationPreference[]
    Preferences to send notifications on the task activities.
    pauseDetails GetRunbookAssociationTaskStepPropertyPauseDetail[]
    Pause Details
    runOn 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_failure str
    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.GetRunbookAssociationTaskStepPropertyNotificationPreference]
    Preferences to send notifications on the task activities.
    pause_details Sequence[fleetappsmanagement.GetRunbookAssociationTaskStepPropertyPauseDetail]
    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
    actionOnFailure String
    The action to be taken in case of a failure.
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    notificationPreferences List<Property Map>
    Preferences to send notifications on the task activities.
    pauseDetails List<Property Map>
    Pause Details
    runOn 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

    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.
    shouldNotifyOnPause boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess boolean
    Enables or disables notification on Task Success.
    should_notify_on_pause bool
    Enables notification on pause.
    should_notify_on_task_failure bool
    Enables or disables notification on Task Failures.
    should_notify_on_task_success bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.

    GetRunbookAssociationTaskStepPropertyPauseDetail

    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Pause based On.
    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Pause based On.
    durationInMinutes Integer
    Time in minutes to apply Pause.
    kind String
    Pause based On.
    durationInMinutes number
    Time in minutes to apply Pause.
    kind string
    Pause based On.
    duration_in_minutes int
    Time in minutes to apply Pause.
    kind str
    Pause based On.
    durationInMinutes Number
    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.
    ExecutionDetails List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetail>
    Execution details.
    IsApplySubjectTask bool
    Is this an Apply Subject Task? Ex. Patch Execution Task
    IsCopyToLibraryEnabled bool
    Make a copy of this task in Library
    IsDiscoveryOutputTask bool
    Is this a discovery output task?
    Name string
    The name of the task
    OsType string
    The OS type for the runbook.
    Platform string
    The platform of the runbook.
    Properties List<GetRunbookAssociationTaskTaskRecordDetailProperty>
    The properties of the task.
    Scope string
    The scope of the task.
    TaskRecordId string
    The ID of taskRecord.
    Description string
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    ExecutionDetails []GetRunbookAssociationTaskTaskRecordDetailExecutionDetail
    Execution details.
    IsApplySubjectTask bool
    Is this an Apply Subject Task? Ex. Patch Execution Task
    IsCopyToLibraryEnabled bool
    Make a copy of this task in Library
    IsDiscoveryOutputTask bool
    Is this a discovery output task?
    Name string
    The name of the task
    OsType string
    The OS type for the runbook.
    Platform string
    The platform of the runbook.
    Properties []GetRunbookAssociationTaskTaskRecordDetailProperty
    The properties of the task.
    Scope string
    The scope of the task.
    TaskRecordId string
    The ID of taskRecord.
    description String
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    executionDetails List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetail>
    Execution details.
    isApplySubjectTask Boolean
    Is this an Apply Subject Task? Ex. Patch Execution Task
    isCopyToLibraryEnabled Boolean
    Make a copy of this task in Library
    isDiscoveryOutputTask Boolean
    Is this a discovery output task?
    name String
    The name of the task
    osType String
    The OS type for the runbook.
    platform String
    The platform of the runbook.
    properties List<GetRunbookAssociationTaskTaskRecordDetailProperty>
    The properties of the task.
    scope String
    The scope of the task.
    taskRecordId String
    The ID of taskRecord.
    description string
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    executionDetails GetRunbookAssociationTaskTaskRecordDetailExecutionDetail[]
    Execution details.
    isApplySubjectTask boolean
    Is this an Apply Subject Task? Ex. Patch Execution Task
    isCopyToLibraryEnabled boolean
    Make a copy of this task in Library
    isDiscoveryOutputTask boolean
    Is this a discovery output task?
    name string
    The name of the task
    osType string
    The OS type for the runbook.
    platform string
    The platform of the runbook.
    properties GetRunbookAssociationTaskTaskRecordDetailProperty[]
    The properties of the task.
    scope string
    The scope of the task.
    taskRecordId string
    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.GetRunbookAssociationTaskTaskRecordDetailExecutionDetail]
    Execution details.
    is_apply_subject_task bool
    Is this an Apply Subject Task? Ex. Patch Execution Task
    is_copy_to_library_enabled bool
    Make a copy of this task in Library
    is_discovery_output_task bool
    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.GetRunbookAssociationTaskTaskRecordDetailProperty]
    The properties of the task.
    scope str
    The scope of the task.
    task_record_id str
    The ID of taskRecord.
    description String
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    executionDetails List<Property Map>
    Execution details.
    isApplySubjectTask Boolean
    Is this an Apply Subject Task? Ex. Patch Execution Task
    isCopyToLibraryEnabled Boolean
    Make a copy of this task in Library
    isDiscoveryOutputTask Boolean
    Is this a discovery output task?
    name String
    The name of the task
    osType 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.
    taskRecordId String
    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<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailContent>
    Content Source details.
    Credentials List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential>
    Credentials required for executing the task.
    Endpoint string
    Endpoint to be invoked.
    ExecutionType string
    The action type of the task
    Variables List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariable>
    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 []GetRunbookAssociationTaskTaskRecordDetailExecutionDetailContent
    Content Source details.
    Credentials []GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential
    Credentials required for executing the task.
    Endpoint string
    Endpoint to be invoked.
    ExecutionType string
    The action type of the task
    Variables []GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariable
    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<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailContent>
    Content Source details.
    credentials List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential>
    Credentials required for executing the task.
    endpoint String
    Endpoint to be invoked.
    executionType String
    The action type of the task
    variables List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariable>
    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 GetRunbookAssociationTaskTaskRecordDetailExecutionDetailContent[]
    Content Source details.
    credentials GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential[]
    Credentials required for executing the task.
    endpoint string
    Endpoint to be invoked.
    executionType string
    The action type of the task
    variables GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariable[]
    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.GetRunbookAssociationTaskTaskRecordDetailExecutionDetailContent]
    Content Source details.
    credentials Sequence[fleetappsmanagement.GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential]
    Credentials required for executing the task.
    endpoint str
    Endpoint to be invoked.
    execution_type str
    The action type of the task
    variables Sequence[fleetappsmanagement.GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariable]
    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.
    executionType 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.
    SourceType string
    Content Source type details.
    Bucket string
    Bucket Name.
    Checksum string
    md5 checksum of the artifact.
    Namespace string
    Namespace.
    Object string
    Object Name.
    SourceType string
    Content Source type details.
    bucket String
    Bucket Name.
    checksum String
    md5 checksum of the artifact.
    namespace String
    Namespace.
    object String
    Object Name.
    sourceType String
    Content Source type details.
    bucket string
    Bucket Name.
    checksum string
    md5 checksum of the artifact.
    namespace string
    Namespace.
    object string
    Object Name.
    sourceType 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.
    sourceType String
    Content Source type details.

    GetRunbookAssociationTaskTaskRecordDetailExecutionDetailCredential

    DisplayName 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.
    DisplayName 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.
    displayName 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.
    displayName 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.
    displayName 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

    InputVariables List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariableInputVariable>
    The input variables for the task.
    OutputVariables List<string>
    The list of output variables.
    InputVariables []GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariableInputVariable
    The input variables for the task.
    OutputVariables []string
    The list of output variables.
    inputVariables List<GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariableInputVariable>
    The input variables for the task.
    outputVariables List<String>
    The list of output variables.
    inputVariables GetRunbookAssociationTaskTaskRecordDetailExecutionDetailVariableInputVariable[]
    The input variables for the task.
    outputVariables string[]
    The list of output variables.
    inputVariables List<Property Map>
    The input variables for the task.
    outputVariables 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

    NumRetries int
    The number of retries allowed.
    TimeoutInSeconds int
    The timeout in seconds for the task.
    NumRetries int
    The number of retries allowed.
    TimeoutInSeconds int
    The timeout in seconds for the task.
    numRetries Integer
    The number of retries allowed.
    timeoutInSeconds Integer
    The timeout in seconds for the task.
    numRetries number
    The number of retries allowed.
    timeoutInSeconds number
    The timeout in seconds for the task.
    num_retries int
    The number of retries allowed.
    timeout_in_seconds int
    The timeout in seconds for the task.
    numRetries Number
    The number of retries allowed.
    timeoutInSeconds Number
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi