Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.FleetAppsManagement.getSchedulerDefinition
Explore with Pulumi AI
This data source provides details about a specific Scheduler Definition resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Get the details of a SchedulerDefinition that performs lifecycle management operations.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSchedulerDefinition = oci.FleetAppsManagement.getSchedulerDefinition({
    schedulerDefinitionId: testSchedulerDefinitionOciFleetAppsManagementSchedulerDefinition.id,
});
import pulumi
import pulumi_oci as oci
test_scheduler_definition = oci.FleetAppsManagement.get_scheduler_definition(scheduler_definition_id=test_scheduler_definition_oci_fleet_apps_management_scheduler_definition["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.GetSchedulerDefinition(ctx, &fleetappsmanagement.GetSchedulerDefinitionArgs{
			SchedulerDefinitionId: testSchedulerDefinitionOciFleetAppsManagementSchedulerDefinition.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 testSchedulerDefinition = Oci.FleetAppsManagement.GetSchedulerDefinition.Invoke(new()
    {
        SchedulerDefinitionId = testSchedulerDefinitionOciFleetAppsManagementSchedulerDefinition.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.GetSchedulerDefinitionArgs;
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 testSchedulerDefinition = FleetAppsManagementFunctions.getSchedulerDefinition(GetSchedulerDefinitionArgs.builder()
            .schedulerDefinitionId(testSchedulerDefinitionOciFleetAppsManagementSchedulerDefinition.id())
            .build());
    }
}
variables:
  testSchedulerDefinition:
    fn::invoke:
      function: oci:FleetAppsManagement:getSchedulerDefinition
      arguments:
        schedulerDefinitionId: ${testSchedulerDefinitionOciFleetAppsManagementSchedulerDefinition.id}
Using getSchedulerDefinition
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 getSchedulerDefinition(args: GetSchedulerDefinitionArgs, opts?: InvokeOptions): Promise<GetSchedulerDefinitionResult>
function getSchedulerDefinitionOutput(args: GetSchedulerDefinitionOutputArgs, opts?: InvokeOptions): Output<GetSchedulerDefinitionResult>def get_scheduler_definition(scheduler_definition_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetSchedulerDefinitionResult
def get_scheduler_definition_output(scheduler_definition_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetSchedulerDefinitionResult]func LookupSchedulerDefinition(ctx *Context, args *LookupSchedulerDefinitionArgs, opts ...InvokeOption) (*LookupSchedulerDefinitionResult, error)
func LookupSchedulerDefinitionOutput(ctx *Context, args *LookupSchedulerDefinitionOutputArgs, opts ...InvokeOption) LookupSchedulerDefinitionResultOutput> Note: This function is named LookupSchedulerDefinition in the Go SDK.
public static class GetSchedulerDefinition 
{
    public static Task<GetSchedulerDefinitionResult> InvokeAsync(GetSchedulerDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetSchedulerDefinitionResult> Invoke(GetSchedulerDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSchedulerDefinitionResult> getSchedulerDefinition(GetSchedulerDefinitionArgs args, InvokeOptions options)
public static Output<GetSchedulerDefinitionResult> getSchedulerDefinition(GetSchedulerDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: oci:FleetAppsManagement/getSchedulerDefinition:getSchedulerDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- SchedulerDefinition stringId 
- unique SchedulerDefinition identifier
- SchedulerDefinition stringId 
- unique SchedulerDefinition identifier
- schedulerDefinition StringId 
- unique SchedulerDefinition identifier
- schedulerDefinition stringId 
- unique SchedulerDefinition identifier
- scheduler_definition_ strid 
- unique SchedulerDefinition identifier
- schedulerDefinition StringId 
- unique SchedulerDefinition identifier
getSchedulerDefinition Result
The following output properties are available:
- ActionGroup List<string>Types 
- All ActionGroup Types that are part of the schedule.
- ActionGroups List<GetScheduler Definition Action Group> 
- Action Groups associated with the Schedule.
- ActivityInitiation intCut Off 
- Activity Initiation Cut Off.
- ApplicationTypes List<string>
- All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
- CompartmentId string
- Tenancy OCID
- CountOf intAffected Action Groups 
- Count of Action Groups affected by the Schedule.
- CountOf intAffected Resources 
- Count of Resources affected by the Schedule.
- CountOf intAffected Targets 
- Count of Targets affected by the Schedule.
- 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
- 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 ID of the Runbook
- 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.
- LifecycleOperations List<string>
- All LifeCycle Operations that are part of the schedule.
- Products List<string>
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- ResourceRegion string
- Associated region
- RunBooks List<GetScheduler Definition Run Book> 
- Runbooks.
- SchedulerDefinition stringId 
- Schedules
List<GetScheduler Definition Schedule> 
- Schedule Information.
- State string
- The current state of the SchedulerDefinition.
- 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.
- TimeOf stringNext Run 
- The scheduled date for the next run of the Job.
- TimeUpdated string
- The time this resource was last updated. An RFC3339 formatted datetime string.
- ActionGroup []stringTypes 
- All ActionGroup Types that are part of the schedule.
- ActionGroups []GetScheduler Definition Action Group 
- Action Groups associated with the Schedule.
- ActivityInitiation intCut Off 
- Activity Initiation Cut Off.
- ApplicationTypes []string
- All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
- CompartmentId string
- Tenancy OCID
- CountOf intAffected Action Groups 
- Count of Action Groups affected by the Schedule.
- CountOf intAffected Resources 
- Count of Resources affected by the Schedule.
- CountOf intAffected Targets 
- Count of Targets affected by the Schedule.
- 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
- 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 ID of the Runbook
- 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.
- LifecycleOperations []string
- All LifeCycle Operations that are part of the schedule.
- Products []string
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- ResourceRegion string
- Associated region
- RunBooks []GetScheduler Definition Run Book 
- Runbooks.
- SchedulerDefinition stringId 
- Schedules
[]GetScheduler Definition Schedule 
- Schedule Information.
- State string
- The current state of the SchedulerDefinition.
- 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.
- TimeOf stringNext Run 
- The scheduled date for the next run of the Job.
- TimeUpdated string
- The time this resource was last updated. An RFC3339 formatted datetime string.
- actionGroup List<String>Types 
- All ActionGroup Types that are part of the schedule.
- actionGroups List<GetScheduler Definition Action Group> 
- Action Groups associated with the Schedule.
- activityInitiation IntegerCut Off 
- Activity Initiation Cut Off.
- applicationTypes List<String>
- All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
- compartmentId String
- Tenancy OCID
- countOf IntegerAffected Action Groups 
- Count of Action Groups affected by the Schedule.
- countOf IntegerAffected Resources 
- Count of Resources affected by the Schedule.
- countOf IntegerAffected Targets 
- Count of Targets affected by the Schedule.
- 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
- 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 ID of the Runbook
- 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.
- lifecycleOperations List<String>
- All LifeCycle Operations that are part of the schedule.
- products List<String>
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- resourceRegion String
- Associated region
- runBooks List<GetScheduler Definition Run Book> 
- Runbooks.
- schedulerDefinition StringId 
- schedules
List<GetScheduler Definition Schedule> 
- Schedule Information.
- state String
- The current state of the SchedulerDefinition.
- 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.
- timeOf StringNext Run 
- The scheduled date for the next run of the Job.
- timeUpdated String
- The time this resource was last updated. An RFC3339 formatted datetime string.
- actionGroup string[]Types 
- All ActionGroup Types that are part of the schedule.
- actionGroups GetScheduler Definition Action Group[] 
- Action Groups associated with the Schedule.
- activityInitiation numberCut Off 
- Activity Initiation Cut Off.
- applicationTypes string[]
- All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
- compartmentId string
- Tenancy OCID
- countOf numberAffected Action Groups 
- Count of Action Groups affected by the Schedule.
- countOf numberAffected Resources 
- Count of Resources affected by the Schedule.
- countOf numberAffected Targets 
- Count of Targets affected by the Schedule.
- {[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
- {[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 ID of the Runbook
- 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.
- lifecycleOperations string[]
- All LifeCycle Operations that are part of the schedule.
- products string[]
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- resourceRegion string
- Associated region
- runBooks GetScheduler Definition Run Book[] 
- Runbooks.
- schedulerDefinition stringId 
- schedules
GetScheduler Definition Schedule[] 
- Schedule Information.
- state string
- The current state of the SchedulerDefinition.
- {[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.
- timeOf stringNext Run 
- The scheduled date for the next run of the Job.
- timeUpdated string
- The time this resource was last updated. An RFC3339 formatted datetime string.
- action_group_ Sequence[str]types 
- All ActionGroup Types that are part of the schedule.
- action_groups Sequence[GetScheduler Definition Action Group] 
- Action Groups associated with the Schedule.
- activity_initiation_ intcut_ off 
- Activity Initiation Cut Off.
- application_types Sequence[str]
- All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
- compartment_id str
- Tenancy OCID
- count_of_ intaffected_ action_ groups 
- Count of Action Groups affected by the Schedule.
- count_of_ intaffected_ resources 
- Count of Resources affected by the Schedule.
- count_of_ intaffected_ targets 
- Count of Targets affected by the Schedule.
- 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
- 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 ID of the Runbook
- 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.
- lifecycle_operations Sequence[str]
- All LifeCycle Operations that are part of the schedule.
- products Sequence[str]
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- resource_region str
- Associated region
- run_books Sequence[GetScheduler Definition Run Book] 
- Runbooks.
- scheduler_definition_ strid 
- schedules
Sequence[GetScheduler Definition Schedule] 
- Schedule Information.
- state str
- The current state of the SchedulerDefinition.
- 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_of_ strnext_ run 
- The scheduled date for the next run of the Job.
- time_updated str
- The time this resource was last updated. An RFC3339 formatted datetime string.
- actionGroup List<String>Types 
- All ActionGroup Types that are part of the schedule.
- actionGroups List<Property Map>
- Action Groups associated with the Schedule.
- activityInitiation NumberCut Off 
- Activity Initiation Cut Off.
- applicationTypes List<String>
- All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
- compartmentId String
- Tenancy OCID
- countOf NumberAffected Action Groups 
- Count of Action Groups affected by the Schedule.
- countOf NumberAffected Resources 
- Count of Resources affected by the Schedule.
- countOf NumberAffected Targets 
- Count of Targets affected by the Schedule.
- 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
- 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 ID of the Runbook
- 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.
- lifecycleOperations List<String>
- All LifeCycle Operations that are part of the schedule.
- products List<String>
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- resourceRegion String
- Associated region
- runBooks List<Property Map>
- Runbooks.
- schedulerDefinition StringId 
- schedules List<Property Map>
- Schedule Information.
- state String
- The current state of the SchedulerDefinition.
- 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.
- timeOf StringNext Run 
- The scheduled date for the next run of the Job.
- timeUpdated String
- The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
GetSchedulerDefinitionActionGroup    
- ApplicationType string
- Application Type associated. Only applicable if type is ENVIRONMENT.
- LifecycleOperation string
- LifeCycle Operation
- Product string
- Product associated. Only applicable if type is PRODUCT.
- ResourceId string
- Provide the ID of the resource. Example fleet ID.
- RunbookId string
- ID of the runbook
- Subjects List<string>
- Provide subjects that need to be considered for the schedule.
- TargetId string
- Provide the target if schedule is created against the target
- Type string
- Schedule Type
- ApplicationType string
- Application Type associated. Only applicable if type is ENVIRONMENT.
- LifecycleOperation string
- LifeCycle Operation
- Product string
- Product associated. Only applicable if type is PRODUCT.
- ResourceId string
- Provide the ID of the resource. Example fleet ID.
- RunbookId string
- ID of the runbook
- Subjects []string
- Provide subjects that need to be considered for the schedule.
- TargetId string
- Provide the target if schedule is created against the target
- Type string
- Schedule Type
- applicationType String
- Application Type associated. Only applicable if type is ENVIRONMENT.
- lifecycleOperation String
- LifeCycle Operation
- product String
- Product associated. Only applicable if type is PRODUCT.
- resourceId String
- Provide the ID of the resource. Example fleet ID.
- runbookId String
- ID of the runbook
- subjects List<String>
- Provide subjects that need to be considered for the schedule.
- targetId String
- Provide the target if schedule is created against the target
- type String
- Schedule Type
- applicationType string
- Application Type associated. Only applicable if type is ENVIRONMENT.
- lifecycleOperation string
- LifeCycle Operation
- product string
- Product associated. Only applicable if type is PRODUCT.
- resourceId string
- Provide the ID of the resource. Example fleet ID.
- runbookId string
- ID of the runbook
- subjects string[]
- Provide subjects that need to be considered for the schedule.
- targetId string
- Provide the target if schedule is created against the target
- type string
- Schedule Type
- application_type str
- Application Type associated. Only applicable if type is ENVIRONMENT.
- lifecycle_operation str
- LifeCycle Operation
- product str
- Product associated. Only applicable if type is PRODUCT.
- resource_id str
- Provide the ID of the resource. Example fleet ID.
- runbook_id str
- ID of the runbook
- subjects Sequence[str]
- Provide subjects that need to be considered for the schedule.
- target_id str
- Provide the target if schedule is created against the target
- type str
- Schedule Type
- applicationType String
- Application Type associated. Only applicable if type is ENVIRONMENT.
- lifecycleOperation String
- LifeCycle Operation
- product String
- Product associated. Only applicable if type is PRODUCT.
- resourceId String
- Provide the ID of the resource. Example fleet ID.
- runbookId String
- ID of the runbook
- subjects List<String>
- Provide subjects that need to be considered for the schedule.
- targetId String
- Provide the target if schedule is created against the target
- type String
- Schedule Type
GetSchedulerDefinitionRunBook    
- Id string
- The ID of the Runbook
- InputParameters List<GetScheduler Definition Run Book Input Parameter> 
- Input Parameters for the Task
- Id string
- The ID of the Runbook
- InputParameters []GetScheduler Definition Run Book Input Parameter 
- Input Parameters for the Task
- id String
- The ID of the Runbook
- inputParameters List<GetScheduler Definition Run Book Input Parameter> 
- Input Parameters for the Task
- id string
- The ID of the Runbook
- inputParameters GetScheduler Definition Run Book Input Parameter[] 
- Input Parameters for the Task
- id str
- The ID of the Runbook
- input_parameters Sequence[GetScheduler Definition Run Book Input Parameter] 
- Input Parameters for the Task
- id String
- The ID of the Runbook
- inputParameters List<Property Map>
- Input Parameters for the Task
GetSchedulerDefinitionRunBookInputParameter      
- Arguments
List<GetScheduler Definition Run Book Input Parameter Argument> 
- Arguments for the Task
- StepName string
- stepName for which the input parameters are provided
- Arguments
[]GetScheduler Definition Run Book Input Parameter Argument 
- Arguments for the Task
- StepName string
- stepName for which the input parameters are provided
- arguments
List<GetScheduler Definition Run Book Input Parameter Argument> 
- Arguments for the Task
- stepName String
- stepName for which the input parameters are provided
- arguments
GetScheduler Definition Run Book Input Parameter Argument[] 
- Arguments for the Task
- stepName string
- stepName for which the input parameters are provided
- arguments
Sequence[GetScheduler Definition Run Book Input Parameter Argument] 
- Arguments for the Task
- step_name str
- stepName for which the input parameters are provided
- arguments List<Property Map>
- Arguments for the Task
- stepName String
- stepName for which the input parameters are provided
GetSchedulerDefinitionRunBookInputParameterArgument       
GetSchedulerDefinitionSchedule   
- Duration string
- Duration if schedule type is Custom
- ExecutionStartdate string
- Start Date for the schedule. An RFC3339 formatted datetime string
- MaintenanceWindow stringId 
- Provide MaintenanceWindowId if Schedule Type is Maintenance Window
- Recurrences string
- Recurrence rule specification if Schedule Type is Custom and Recurring
- Type string
- Schedule Type
- Duration string
- Duration if schedule type is Custom
- ExecutionStartdate string
- Start Date for the schedule. An RFC3339 formatted datetime string
- MaintenanceWindow stringId 
- Provide MaintenanceWindowId if Schedule Type is Maintenance Window
- Recurrences string
- Recurrence rule specification if Schedule Type is Custom and Recurring
- Type string
- Schedule Type
- duration String
- Duration if schedule type is Custom
- executionStartdate String
- Start Date for the schedule. An RFC3339 formatted datetime string
- maintenanceWindow StringId 
- Provide MaintenanceWindowId if Schedule Type is Maintenance Window
- recurrences String
- Recurrence rule specification if Schedule Type is Custom and Recurring
- type String
- Schedule Type
- duration string
- Duration if schedule type is Custom
- executionStartdate string
- Start Date for the schedule. An RFC3339 formatted datetime string
- maintenanceWindow stringId 
- Provide MaintenanceWindowId if Schedule Type is Maintenance Window
- recurrences string
- Recurrence rule specification if Schedule Type is Custom and Recurring
- type string
- Schedule Type
- duration str
- Duration if schedule type is Custom
- execution_startdate str
- Start Date for the schedule. An RFC3339 formatted datetime string
- maintenance_window_ strid 
- Provide MaintenanceWindowId if Schedule Type is Maintenance Window
- recurrences str
- Recurrence rule specification if Schedule Type is Custom and Recurring
- type str
- Schedule Type
- duration String
- Duration if schedule type is Custom
- executionStartdate String
- Start Date for the schedule. An RFC3339 formatted datetime string
- maintenanceWindow StringId 
- Provide MaintenanceWindowId if Schedule Type is Maintenance Window
- recurrences String
- Recurrence rule specification if Schedule Type is Custom and Recurring
- type String
- Schedule Type
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.