Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.Database.getExecutionWindows
Explore with Pulumi AI
This data source provides the list of Execution Windows in Oracle Cloud Infrastructure Database service.
Lists the execution window resources in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExecutionWindows = oci.Database.getExecutionWindows({
compartmentId: compartmentId,
displayName: executionWindowDisplayName,
executionResourceId: testResource.id,
state: executionWindowState,
});
import pulumi
import pulumi_oci as oci
test_execution_windows = oci.Database.get_execution_windows(compartment_id=compartment_id,
display_name=execution_window_display_name,
execution_resource_id=test_resource["id"],
state=execution_window_state)
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.GetExecutionWindows(ctx, &database.GetExecutionWindowsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(executionWindowDisplayName),
ExecutionResourceId: pulumi.StringRef(testResource.Id),
State: pulumi.StringRef(executionWindowState),
}, 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 testExecutionWindows = Oci.Database.GetExecutionWindows.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = executionWindowDisplayName,
ExecutionResourceId = testResource.Id,
State = executionWindowState,
});
});
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.GetExecutionWindowsArgs;
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 testExecutionWindows = DatabaseFunctions.getExecutionWindows(GetExecutionWindowsArgs.builder()
.compartmentId(compartmentId)
.displayName(executionWindowDisplayName)
.executionResourceId(testResource.id())
.state(executionWindowState)
.build());
}
}
variables:
testExecutionWindows:
fn::invoke:
function: oci:Database:getExecutionWindows
arguments:
compartmentId: ${compartmentId}
displayName: ${executionWindowDisplayName}
executionResourceId: ${testResource.id}
state: ${executionWindowState}
Using getExecutionWindows
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 getExecutionWindows(args: GetExecutionWindowsArgs, opts?: InvokeOptions): Promise<GetExecutionWindowsResult>
function getExecutionWindowsOutput(args: GetExecutionWindowsOutputArgs, opts?: InvokeOptions): Output<GetExecutionWindowsResult>
def get_execution_windows(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
execution_resource_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetExecutionWindowsFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExecutionWindowsResult
def get_execution_windows_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
execution_resource_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetExecutionWindowsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExecutionWindowsResult]
func GetExecutionWindows(ctx *Context, args *GetExecutionWindowsArgs, opts ...InvokeOption) (*GetExecutionWindowsResult, error)
func GetExecutionWindowsOutput(ctx *Context, args *GetExecutionWindowsOutputArgs, opts ...InvokeOption) GetExecutionWindowsResultOutput
> Note: This function is named GetExecutionWindows
in the Go SDK.
public static class GetExecutionWindows
{
public static Task<GetExecutionWindowsResult> InvokeAsync(GetExecutionWindowsArgs args, InvokeOptions? opts = null)
public static Output<GetExecutionWindowsResult> Invoke(GetExecutionWindowsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExecutionWindowsResult> getExecutionWindows(GetExecutionWindowsArgs args, InvokeOptions options)
public static Output<GetExecutionWindowsResult> getExecutionWindows(GetExecutionWindowsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getExecutionWindows:getExecutionWindows
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Execution
Resource stringId - A filter to return only resources that match the given resource id exactly.
- Filters
List<Get
Execution Windows Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Compartment
Id string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Execution
Resource stringId - A filter to return only resources that match the given resource id exactly.
- Filters
[]Get
Execution Windows Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- execution
Resource StringId - A filter to return only resources that match the given resource id exactly.
- filters
List<Get
Execution Windows Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id string - The compartment OCID.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- execution
Resource stringId - A filter to return only resources that match the given resource id exactly.
- filters
Get
Execution Windows Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment_
id str - The compartment OCID.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- execution_
resource_ strid - A filter to return only resources that match the given resource id exactly.
- filters
Sequence[database.
Get Execution Windows Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- execution
Resource StringId - A filter to return only resources that match the given resource id exactly.
- filters List<Property Map>
- state String
- A filter to return only resources that match the given lifecycle state exactly.
getExecutionWindows Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Execution
Windows List<GetExecution Windows Execution Window> - The list of execution_windows.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the execution window. The name does not need to be unique.
- Execution
Resource stringId - The OCID of the execution resource the execution window belongs to.
- Filters
List<Get
Execution Windows Filter> - State string
- The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
- Compartment
Id string - The OCID of the compartment.
- Execution
Windows []GetExecution Windows Execution Window - The list of execution_windows.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the execution window. The name does not need to be unique.
- Execution
Resource stringId - The OCID of the execution resource the execution window belongs to.
- Filters
[]Get
Execution Windows Filter - State string
- The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
- compartment
Id String - The OCID of the compartment.
- execution
Windows List<GetExecution Windows Execution Window> - The list of execution_windows.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the execution window. The name does not need to be unique.
- execution
Resource StringId - The OCID of the execution resource the execution window belongs to.
- filters
List<Get
Execution Windows Filter> - state String
- The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
- compartment
Id string - The OCID of the compartment.
- execution
Windows GetExecution Windows Execution Window[] - The list of execution_windows.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The user-friendly name for the execution window. The name does not need to be unique.
- execution
Resource stringId - The OCID of the execution resource the execution window belongs to.
- filters
Get
Execution Windows Filter[] - state string
- The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
- compartment_
id str - The OCID of the compartment.
- execution_
windows Sequence[database.Get Execution Windows Execution Window] - The list of execution_windows.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The user-friendly name for the execution window. The name does not need to be unique.
- execution_
resource_ strid - The OCID of the execution resource the execution window belongs to.
- filters
Sequence[database.
Get Execution Windows Filter] - state str
- The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
- compartment
Id String - The OCID of the compartment.
- execution
Windows List<Property Map> - The list of execution_windows.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the execution window. The name does not need to be unique.
- execution
Resource StringId - The OCID of the execution resource the execution window belongs to.
- filters List<Property Map>
- state String
- The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
Supporting Types
GetExecutionWindowsExecutionWindow
- Compartment
Id string - The compartment OCID.
- 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.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Execution
Resource stringId - A filter to return only resources that match the given resource id exactly.
- 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.
- Is
Enforced boolDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
Substate string - The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Time
Created string - The date and time the execution window was created.
- Time
Ended string - The date and time that the execution window ended.
- Time
Scheduled string - The scheduled start date and time of the execution window.
- Time
Started string - The date and time that the execution window was started.
- Time
Updated string - The last date and time that the execution window was updated.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Window
Duration intIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- Window
Type string - The execution window is of PLANNED or UNPLANNED type.
- Compartment
Id string - The compartment OCID.
- 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.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Execution
Resource stringId - A filter to return only resources that match the given resource id exactly.
- 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.
- Is
Enforced boolDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
Substate string - The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Time
Created string - The date and time the execution window was created.
- Time
Ended string - The date and time that the execution window ended.
- Time
Scheduled string - The scheduled start date and time of the execution window.
- Time
Started string - The date and time that the execution window was started.
- Time
Updated string - The last date and time that the execution window was updated.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Window
Duration intIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- Window
Type string - The execution window is of PLANNED or UNPLANNED type.
- compartment
Id String - The compartment OCID.
- 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.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- estimated
Time IntegerIn Mins - The estimated time of the execution window in minutes.
- execution
Resource StringId - A filter to return only resources that match the given resource id exactly.
- 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.
- is
Enforced BooleanDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
Substate String - The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- time
Created String - The date and time the execution window was created.
- time
Ended String - The date and time that the execution window ended.
- time
Scheduled String - The scheduled start date and time of the execution window.
- time
Started String - The date and time that the execution window was started.
- time
Updated String - The last date and time that the execution window was updated.
- total
Time IntegerTaken In Mins - The total time taken by corresponding resource activity in minutes.
- window
Duration IntegerIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- window
Type String - The execution window is of PLANNED or UNPLANNED type.
- compartment
Id string - The compartment OCID.
- {[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.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- estimated
Time numberIn Mins - The estimated time of the execution window in minutes.
- execution
Resource stringId - A filter to return only resources that match the given resource id exactly.
- {[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.
- is
Enforced booleanDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - lifecycle
Details string - Additional information about the current lifecycle state.
- lifecycle
Substate string - The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- time
Created string - The date and time the execution window was created.
- time
Ended string - The date and time that the execution window ended.
- time
Scheduled string - The scheduled start date and time of the execution window.
- time
Started string - The date and time that the execution window was started.
- time
Updated string - The last date and time that the execution window was updated.
- total
Time numberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- window
Duration numberIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- window
Type string - The execution window is of PLANNED or UNPLANNED type.
- compartment_
id str - The compartment OCID.
- 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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- estimated_
time_ intin_ mins - The estimated time of the execution window in minutes.
- execution_
resource_ strid - A filter to return only resources that match the given resource id exactly.
- 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_ boolduration - 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
- A filter to return only resources that match the given lifecycle state exactly.
- 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_ inttaken_ in_ mins - The total time taken by corresponding resource activity in minutes.
- window_
duration_ intin_ mins - 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.
- compartment
Id String - The compartment OCID.
- 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.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- estimated
Time NumberIn Mins - The estimated time of the execution window in minutes.
- execution
Resource StringId - A filter to return only resources that match the given resource id exactly.
- 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.
- is
Enforced BooleanDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
Substate String - The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- time
Created String - The date and time the execution window was created.
- time
Ended String - The date and time that the execution window ended.
- time
Scheduled String - The scheduled start date and time of the execution window.
- time
Started String - The date and time that the execution window was started.
- time
Updated String - The last date and time that the execution window was updated.
- total
Time NumberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- window
Duration NumberIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- window
Type String - The execution window is of PLANNED or UNPLANNED type.
GetExecutionWindowsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.