1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. StackMonitoring
  5. getMaintenanceWindows
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.StackMonitoring.getMaintenanceWindows

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides the list of Maintenance Windows in Oracle Cloud Infrastructure Stack Monitoring service.

Returns a list of maintenance windows.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testMaintenanceWindows = oci.StackMonitoring.getMaintenanceWindows({
    compartmentId: compartmentId,
    lifecycleDetails: maintenanceWindowLifecycleDetails,
    name: maintenanceWindowName,
    status: maintenanceWindowStatus,
});
Copy
import pulumi
import pulumi_oci as oci

test_maintenance_windows = oci.StackMonitoring.get_maintenance_windows(compartment_id=compartment_id,
    lifecycle_details=maintenance_window_lifecycle_details,
    name=maintenance_window_name,
    status=maintenance_window_status)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/stackmonitoring"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := stackmonitoring.GetMaintenanceWindows(ctx, &stackmonitoring.GetMaintenanceWindowsArgs{
			CompartmentId:    compartmentId,
			LifecycleDetails: pulumi.StringRef(maintenanceWindowLifecycleDetails),
			Name:             pulumi.StringRef(maintenanceWindowName),
			Status:           pulumi.StringRef(maintenanceWindowStatus),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testMaintenanceWindows = Oci.StackMonitoring.GetMaintenanceWindows.Invoke(new()
    {
        CompartmentId = compartmentId,
        LifecycleDetails = maintenanceWindowLifecycleDetails,
        Name = maintenanceWindowName,
        Status = maintenanceWindowStatus,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.StackMonitoring.StackMonitoringFunctions;
import com.pulumi.oci.StackMonitoring.inputs.GetMaintenanceWindowsArgs;
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 testMaintenanceWindows = StackMonitoringFunctions.getMaintenanceWindows(GetMaintenanceWindowsArgs.builder()
            .compartmentId(compartmentId)
            .lifecycleDetails(maintenanceWindowLifecycleDetails)
            .name(maintenanceWindowName)
            .status(maintenanceWindowStatus)
            .build());

    }
}
Copy
variables:
  testMaintenanceWindows:
    fn::invoke:
      function: oci:StackMonitoring:getMaintenanceWindows
      arguments:
        compartmentId: ${compartmentId}
        lifecycleDetails: ${maintenanceWindowLifecycleDetails}
        name: ${maintenanceWindowName}
        status: ${maintenanceWindowStatus}
Copy

Using getMaintenanceWindows

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 getMaintenanceWindows(args: GetMaintenanceWindowsArgs, opts?: InvokeOptions): Promise<GetMaintenanceWindowsResult>
function getMaintenanceWindowsOutput(args: GetMaintenanceWindowsOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceWindowsResult>
Copy
def get_maintenance_windows(compartment_id: Optional[str] = None,
                            filters: Optional[Sequence[_stackmonitoring.GetMaintenanceWindowsFilter]] = None,
                            lifecycle_details: Optional[str] = None,
                            name: Optional[str] = None,
                            status: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetMaintenanceWindowsResult
def get_maintenance_windows_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[_stackmonitoring.GetMaintenanceWindowsFilterArgs]]]] = None,
                            lifecycle_details: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            status: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceWindowsResult]
Copy
func GetMaintenanceWindows(ctx *Context, args *GetMaintenanceWindowsArgs, opts ...InvokeOption) (*GetMaintenanceWindowsResult, error)
func GetMaintenanceWindowsOutput(ctx *Context, args *GetMaintenanceWindowsOutputArgs, opts ...InvokeOption) GetMaintenanceWindowsResultOutput
Copy

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

public static class GetMaintenanceWindows 
{
    public static Task<GetMaintenanceWindowsResult> InvokeAsync(GetMaintenanceWindowsArgs args, InvokeOptions? opts = null)
    public static Output<GetMaintenanceWindowsResult> Invoke(GetMaintenanceWindowsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMaintenanceWindowsResult> getMaintenanceWindows(GetMaintenanceWindowsArgs args, InvokeOptions options)
public static Output<GetMaintenanceWindowsResult> getMaintenanceWindows(GetMaintenanceWindowsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:StackMonitoring/getMaintenanceWindows:getMaintenanceWindows
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The ID of the compartment in which data is listed.
Filters Changes to this property will trigger replacement. List<GetMaintenanceWindowsFilter>
LifecycleDetails string
A filter to return maintenance windows with matching lifecycleDetails.
Name string
A filter to return maintenance windows that match exact resource name.
Status string
A filter to return only maintenance windows with matching lifecycleState.
CompartmentId This property is required. string
The ID of the compartment in which data is listed.
Filters Changes to this property will trigger replacement. []GetMaintenanceWindowsFilter
LifecycleDetails string
A filter to return maintenance windows with matching lifecycleDetails.
Name string
A filter to return maintenance windows that match exact resource name.
Status string
A filter to return only maintenance windows with matching lifecycleState.
compartmentId This property is required. String
The ID of the compartment in which data is listed.
filters Changes to this property will trigger replacement. List<GetMaintenanceWindowsFilter>
lifecycleDetails String
A filter to return maintenance windows with matching lifecycleDetails.
name String
A filter to return maintenance windows that match exact resource name.
status String
A filter to return only maintenance windows with matching lifecycleState.
compartmentId This property is required. string
The ID of the compartment in which data is listed.
filters Changes to this property will trigger replacement. GetMaintenanceWindowsFilter[]
lifecycleDetails string
A filter to return maintenance windows with matching lifecycleDetails.
name string
A filter to return maintenance windows that match exact resource name.
status string
A filter to return only maintenance windows with matching lifecycleState.
compartment_id This property is required. str
The ID of the compartment in which data is listed.
filters Changes to this property will trigger replacement. Sequence[stackmonitoring.GetMaintenanceWindowsFilter]
lifecycle_details str
A filter to return maintenance windows with matching lifecycleDetails.
name str
A filter to return maintenance windows that match exact resource name.
status str
A filter to return only maintenance windows with matching lifecycleState.
compartmentId This property is required. String
The ID of the compartment in which data is listed.
filters Changes to this property will trigger replacement. List<Property Map>
lifecycleDetails String
A filter to return maintenance windows with matching lifecycleDetails.
name String
A filter to return maintenance windows that match exact resource name.
status String
A filter to return only maintenance windows with matching lifecycleState.

getMaintenanceWindows Result

The following output properties are available:

CompartmentId string
Compartment Identifier OCID.
Id string
The provider-assigned unique ID for this managed resource.
MaintenanceWindowCollections List<GetMaintenanceWindowsMaintenanceWindowCollection>
The list of maintenance_window_collection.
Filters List<GetMaintenanceWindowsFilter>
LifecycleDetails string
Lifecycle Details of the Maintenance Window.
Name string
Name of the monitored resource
Status string
CompartmentId string
Compartment Identifier OCID.
Id string
The provider-assigned unique ID for this managed resource.
MaintenanceWindowCollections []GetMaintenanceWindowsMaintenanceWindowCollection
The list of maintenance_window_collection.
Filters []GetMaintenanceWindowsFilter
LifecycleDetails string
Lifecycle Details of the Maintenance Window.
Name string
Name of the monitored resource
Status string
compartmentId String
Compartment Identifier OCID.
id String
The provider-assigned unique ID for this managed resource.
maintenanceWindowCollections List<GetMaintenanceWindowsMaintenanceWindowCollection>
The list of maintenance_window_collection.
filters List<GetMaintenanceWindowsFilter>
lifecycleDetails String
Lifecycle Details of the Maintenance Window.
name String
Name of the monitored resource
status String
compartmentId string
Compartment Identifier OCID.
id string
The provider-assigned unique ID for this managed resource.
maintenanceWindowCollections GetMaintenanceWindowsMaintenanceWindowCollection[]
The list of maintenance_window_collection.
filters GetMaintenanceWindowsFilter[]
lifecycleDetails string
Lifecycle Details of the Maintenance Window.
name string
Name of the monitored resource
status string
compartment_id str
Compartment Identifier OCID.
id str
The provider-assigned unique ID for this managed resource.
maintenance_window_collections Sequence[stackmonitoring.GetMaintenanceWindowsMaintenanceWindowCollection]
The list of maintenance_window_collection.
filters Sequence[stackmonitoring.GetMaintenanceWindowsFilter]
lifecycle_details str
Lifecycle Details of the Maintenance Window.
name str
Name of the monitored resource
status str
compartmentId String
Compartment Identifier OCID.
id String
The provider-assigned unique ID for this managed resource.
maintenanceWindowCollections List<Property Map>
The list of maintenance_window_collection.
filters List<Property Map>
lifecycleDetails String
Lifecycle Details of the Maintenance Window.
name String
Name of the monitored resource
status String

Supporting Types

GetMaintenanceWindowsFilter

Name This property is required. string
A filter to return maintenance windows that match exact resource name.
Values This property is required. List<string>
Regex bool
Name This property is required. string
A filter to return maintenance windows that match exact resource name.
Values This property is required. []string
Regex bool
name This property is required. String
A filter to return maintenance windows that match exact resource name.
values This property is required. List<String>
regex Boolean
name This property is required. string
A filter to return maintenance windows that match exact resource name.
values This property is required. string[]
regex boolean
name This property is required. str
A filter to return maintenance windows that match exact resource name.
values This property is required. Sequence[str]
regex bool
name This property is required. String
A filter to return maintenance windows that match exact resource name.
values This property is required. List<String>
regex Boolean

GetMaintenanceWindowsMaintenanceWindowCollection

items This property is required. List<Property Map>

GetMaintenanceWindowsMaintenanceWindowCollectionItem

CompartmentId This property is required. string
The ID of the compartment in which data is listed.
DefinedTags This property is required. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
FreeformTags This property is required. 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 This property is required. string
The OCID of maintenance window.
LifecycleDetails This property is required. string
A filter to return maintenance windows with matching lifecycleDetails.
LifecycleState This property is required. string
Name This property is required. string
A filter to return maintenance windows that match exact resource name.
NumberOfResources This property is required. int
OperationStatus This property is required. string
OperationType This property is required. string
Schedules This property is required. List<GetMaintenanceWindowsMaintenanceWindowCollectionItemSchedule>
Schedule information of the Maintenance Window
State This property is required. string
Lifecycle state of the monitored resource.
SystemTags This property is required. Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
CompartmentId This property is required. string
The ID of the compartment in which data is listed.
DefinedTags This property is required. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
FreeformTags This property is required. 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 This property is required. string
The OCID of maintenance window.
LifecycleDetails This property is required. string
A filter to return maintenance windows with matching lifecycleDetails.
LifecycleState This property is required. string
Name This property is required. string
A filter to return maintenance windows that match exact resource name.
NumberOfResources This property is required. int
OperationStatus This property is required. string
OperationType This property is required. string
Schedules This property is required. []GetMaintenanceWindowsMaintenanceWindowCollectionItemSchedule
Schedule information of the Maintenance Window
State This property is required. string
Lifecycle state of the monitored resource.
SystemTags This property is required. map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
compartmentId This property is required. String
The ID of the compartment in which data is listed.
definedTags This property is required. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags This property is required. 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 This property is required. String
The OCID of maintenance window.
lifecycleDetails This property is required. String
A filter to return maintenance windows with matching lifecycleDetails.
lifecycleState This property is required. String
name This property is required. String
A filter to return maintenance windows that match exact resource name.
numberOfResources This property is required. Integer
operationStatus This property is required. String
operationType This property is required. String
schedules This property is required. List<GetMaintenanceWindowsMaintenanceWindowCollectionItemSchedule>
Schedule information of the Maintenance Window
state This property is required. String
Lifecycle state of the monitored resource.
systemTags This property is required. Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
compartmentId This property is required. string
The ID of the compartment in which data is listed.
definedTags This property is required. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags This property is required. {[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 This property is required. string
The OCID of maintenance window.
lifecycleDetails This property is required. string
A filter to return maintenance windows with matching lifecycleDetails.
lifecycleState This property is required. string
name This property is required. string
A filter to return maintenance windows that match exact resource name.
numberOfResources This property is required. number
operationStatus This property is required. string
operationType This property is required. string
schedules This property is required. GetMaintenanceWindowsMaintenanceWindowCollectionItemSchedule[]
Schedule information of the Maintenance Window
state This property is required. string
Lifecycle state of the monitored resource.
systemTags This property is required. {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
compartment_id This property is required. str
The ID of the compartment in which data is listed.
defined_tags This property is required. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeform_tags This property is required. 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 This property is required. str
The OCID of maintenance window.
lifecycle_details This property is required. str
A filter to return maintenance windows with matching lifecycleDetails.
lifecycle_state This property is required. str
name This property is required. str
A filter to return maintenance windows that match exact resource name.
number_of_resources This property is required. int
operation_status This property is required. str
operation_type This property is required. str
schedules This property is required. Sequence[stackmonitoring.GetMaintenanceWindowsMaintenanceWindowCollectionItemSchedule]
Schedule information of the Maintenance Window
state This property is required. str
Lifecycle state of the monitored resource.
system_tags This property is required. Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
compartmentId This property is required. String
The ID of the compartment in which data is listed.
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags This property is required. 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 This property is required. String
The OCID of maintenance window.
lifecycleDetails This property is required. String
A filter to return maintenance windows with matching lifecycleDetails.
lifecycleState This property is required. String
name This property is required. String
A filter to return maintenance windows that match exact resource name.
numberOfResources This property is required. Number
operationStatus This property is required. String
operationType This property is required. String
schedules This property is required. List<Property Map>
Schedule information of the Maintenance Window
state This property is required. String
Lifecycle state of the monitored resource.
systemTags This property is required. Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}

GetMaintenanceWindowsMaintenanceWindowCollectionItemSchedule

MaintenanceWindowDuration This property is required. string
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
MaintenanceWindowRecurrences This property is required. string
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.
ScheduleType This property is required. string
Property to identify the type of the Maintenance Window.
TimeMaintenanceWindowEnd This property is required. string
Start time of Maintenance window. A RFC3339 formatted datetime string
TimeMaintenanceWindowStart This property is required. string
Start time of Maintenance window. A RFC3339 formatted datetime string
MaintenanceWindowDuration This property is required. string
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
MaintenanceWindowRecurrences This property is required. string
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.
ScheduleType This property is required. string
Property to identify the type of the Maintenance Window.
TimeMaintenanceWindowEnd This property is required. string
Start time of Maintenance window. A RFC3339 formatted datetime string
TimeMaintenanceWindowStart This property is required. string
Start time of Maintenance window. A RFC3339 formatted datetime string
maintenanceWindowDuration This property is required. String
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
maintenanceWindowRecurrences This property is required. String
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.
scheduleType This property is required. String
Property to identify the type of the Maintenance Window.
timeMaintenanceWindowEnd This property is required. String
Start time of Maintenance window. A RFC3339 formatted datetime string
timeMaintenanceWindowStart This property is required. String
Start time of Maintenance window. A RFC3339 formatted datetime string
maintenanceWindowDuration This property is required. string
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
maintenanceWindowRecurrences This property is required. string
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.
scheduleType This property is required. string
Property to identify the type of the Maintenance Window.
timeMaintenanceWindowEnd This property is required. string
Start time of Maintenance window. A RFC3339 formatted datetime string
timeMaintenanceWindowStart This property is required. string
Start time of Maintenance window. A RFC3339 formatted datetime string
maintenance_window_duration This property is required. str
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
maintenance_window_recurrences This property is required. str
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.
schedule_type This property is required. str
Property to identify the type of the Maintenance Window.
time_maintenance_window_end This property is required. str
Start time of Maintenance window. A RFC3339 formatted datetime string
time_maintenance_window_start This property is required. str
Start time of Maintenance window. A RFC3339 formatted datetime string
maintenanceWindowDuration This property is required. String
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
maintenanceWindowRecurrences This property is required. String
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after timeMaintenanceWindowStart value. BYMINUTE: Specifies the start minute of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after timeMaintenanceWindowStart value. The default value is 00 Other Rules are not supported.
scheduleType This property is required. String
Property to identify the type of the Maintenance Window.
timeMaintenanceWindowEnd This property is required. String
Start time of Maintenance window. A RFC3339 formatted datetime string
timeMaintenanceWindowStart This property is required. String
Start time of Maintenance window. A RFC3339 formatted datetime string

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi