1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getExecutionWindow
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

oci.Database.getExecutionWindow

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

    This data source provides details about a specific Execution Window resource in Oracle Cloud Infrastructure Database service.

    Gets information about the specified execution window.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testExecutionWindow = oci.Database.getExecutionWindow({
        executionWindowId: testExecutionWindowOciDatabaseExecutionWindow.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_execution_window = oci.Database.get_execution_window(execution_window_id=test_execution_window_oci_database_execution_window["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := database.GetExecutionWindow(ctx, &database.GetExecutionWindowArgs{
    			ExecutionWindowId: testExecutionWindowOciDatabaseExecutionWindow.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 testExecutionWindow = Oci.Database.GetExecutionWindow.Invoke(new()
        {
            ExecutionWindowId = testExecutionWindowOciDatabaseExecutionWindow.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.DatabaseFunctions;
    import com.pulumi.oci.Database.inputs.GetExecutionWindowArgs;
    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 testExecutionWindow = DatabaseFunctions.getExecutionWindow(GetExecutionWindowArgs.builder()
                .executionWindowId(testExecutionWindowOciDatabaseExecutionWindow.id())
                .build());
    
        }
    }
    
    variables:
      testExecutionWindow:
        fn::invoke:
          function: oci:Database:getExecutionWindow
          arguments:
            executionWindowId: ${testExecutionWindowOciDatabaseExecutionWindow.id}
    

    Using getExecutionWindow

    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 getExecutionWindow(args: GetExecutionWindowArgs, opts?: InvokeOptions): Promise<GetExecutionWindowResult>
    function getExecutionWindowOutput(args: GetExecutionWindowOutputArgs, opts?: InvokeOptions): Output<GetExecutionWindowResult>
    def get_execution_window(execution_window_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetExecutionWindowResult
    def get_execution_window_output(execution_window_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetExecutionWindowResult]
    func GetExecutionWindow(ctx *Context, args *GetExecutionWindowArgs, opts ...InvokeOption) (*GetExecutionWindowResult, error)
    func GetExecutionWindowOutput(ctx *Context, args *GetExecutionWindowOutputArgs, opts ...InvokeOption) GetExecutionWindowResultOutput

    > Note: This function is named GetExecutionWindow in the Go SDK.

    public static class GetExecutionWindow 
    {
        public static Task<GetExecutionWindowResult> InvokeAsync(GetExecutionWindowArgs args, InvokeOptions? opts = null)
        public static Output<GetExecutionWindowResult> Invoke(GetExecutionWindowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExecutionWindowResult> getExecutionWindow(GetExecutionWindowArgs args, InvokeOptions options)
    public static Output<GetExecutionWindowResult> getExecutionWindow(GetExecutionWindowArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Database/getExecutionWindow:getExecutionWindow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExecutionWindowId string
    The execution window OCID.
    ExecutionWindowId string
    The execution window OCID.
    executionWindowId String
    The execution window OCID.
    executionWindowId string
    The execution window OCID.
    execution_window_id str
    The execution window OCID.
    executionWindowId String
    The execution window OCID.

    getExecutionWindow Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the execution window.
    DisplayName string
    The user-friendly name for the execution window. The name does not need to be unique.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    ExecutionResourceId string
    The OCID of the execution resource the execution window belongs to.
    ExecutionWindowId string
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the execution window.
    IsEnforcedDuration bool
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    TimeCreated string
    The date and time the execution window was created.
    TimeEnded string
    The date and time that the execution window ended.
    TimeScheduled string
    The scheduled start date and time of the execution window.
    TimeStarted string
    The date and time that the execution window was started.
    TimeUpdated string
    The last date and time that the execution window was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    WindowDurationInMins int
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    WindowType string
    The execution window is of PLANNED or UNPLANNED type.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the execution window.
    DisplayName string
    The user-friendly name for the execution window. The name does not need to be unique.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    ExecutionResourceId string
    The OCID of the execution resource the execution window belongs to.
    ExecutionWindowId string
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the execution window.
    IsEnforcedDuration bool
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    TimeCreated string
    The date and time the execution window was created.
    TimeEnded string
    The date and time that the execution window ended.
    TimeScheduled string
    The scheduled start date and time of the execution window.
    TimeStarted string
    The date and time that the execution window was started.
    TimeUpdated string
    The last date and time that the execution window was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    WindowDurationInMins int
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    WindowType string
    The execution window is of PLANNED or UNPLANNED type.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the execution window.
    displayName String
    The user-friendly name for the execution window. The name does not need to be unique.
    estimatedTimeInMins Integer
    The estimated time of the execution window in minutes.
    executionResourceId String
    The OCID of the execution resource the execution window belongs to.
    executionWindowId String
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the execution window.
    isEnforcedDuration Boolean
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    timeCreated String
    The date and time the execution window was created.
    timeEnded String
    The date and time that the execution window ended.
    timeScheduled String
    The scheduled start date and time of the execution window.
    timeStarted String
    The date and time that the execution window was started.
    timeUpdated String
    The last date and time that the execution window was updated.
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    windowDurationInMins Integer
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    windowType String
    The execution window is of PLANNED or UNPLANNED type.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description string
    Description of the execution window.
    displayName string
    The user-friendly name for the execution window. The name does not need to be unique.
    estimatedTimeInMins number
    The estimated time of the execution window in minutes.
    executionResourceId string
    The OCID of the execution resource the execution window belongs to.
    executionWindowId string
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the execution window.
    isEnforcedDuration boolean
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    lifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state string
    The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    timeCreated string
    The date and time the execution window was created.
    timeEnded string
    The date and time that the execution window ended.
    timeScheduled string
    The scheduled start date and time of the execution window.
    timeStarted string
    The date and time that the execution window was started.
    timeUpdated string
    The last date and time that the execution window was updated.
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    windowDurationInMins number
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    windowType string
    The execution window is of PLANNED or UNPLANNED type.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description str
    Description of the execution window.
    display_name str
    The user-friendly name for the execution window. The name does not need to be unique.
    estimated_time_in_mins int
    The estimated time of the execution window in minutes.
    execution_resource_id str
    The OCID of the execution resource the execution window belongs to.
    execution_window_id str
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the execution window.
    is_enforced_duration bool
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycle_details str
    Additional information about the current lifecycle state.
    lifecycle_substate str
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state str
    The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    time_created str
    The date and time the execution window was created.
    time_ended str
    The date and time that the execution window ended.
    time_scheduled str
    The scheduled start date and time of the execution window.
    time_started str
    The date and time that the execution window was started.
    time_updated str
    The last date and time that the execution window was updated.
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    window_duration_in_mins int
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    window_type str
    The execution window is of PLANNED or UNPLANNED type.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the execution window.
    displayName String
    The user-friendly name for the execution window. The name does not need to be unique.
    estimatedTimeInMins Number
    The estimated time of the execution window in minutes.
    executionResourceId String
    The OCID of the execution resource the execution window belongs to.
    executionWindowId String
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the execution window.
    isEnforcedDuration Boolean
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    timeCreated String
    The date and time the execution window was created.
    timeEnded String
    The date and time that the execution window ended.
    timeScheduled String
    The scheduled start date and time of the execution window.
    timeStarted String
    The date and time that the execution window was started.
    timeUpdated String
    The last date and time that the execution window was updated.
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.
    windowDurationInMins Number
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    windowType String
    The execution window is of PLANNED or UNPLANNED type.

    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.27.0 published on Thursday, Mar 20, 2025 by Pulumi