Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 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/v3/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 dictionary
The following arguments are supported:
- Scheduler
Definition stringId - unique SchedulerDefinition identifier
- Scheduler
Definition stringId - unique SchedulerDefinition identifier
- scheduler
Definition StringId - unique SchedulerDefinition identifier
- scheduler
Definition stringId - unique SchedulerDefinition identifier
- scheduler_
definition_ strid - unique SchedulerDefinition identifier
- scheduler
Definition StringId - unique SchedulerDefinition identifier
getSchedulerDefinition Result
The following output properties are available:
- Action
Groups List<GetScheduler Definition Action Group> - Action Groups associated with the Schedule.
- Compartment
Id string - Compartment 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.
- 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.
- Display
Name 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 OCID of the resource.
- Lifecycle
Details 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.
- Lifecycle
Operations 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.
- Resource
Region string - Associated region
- Run
Books List<GetScheduler Definition Run Book> - Runbooks.
- Scheduler
Definition stringId - Schedules
List<Get
Scheduler 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"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Of stringNext Run - The scheduled date for the next run of the Job.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Action
Groups []GetScheduler Definition Action Group - Action Groups associated with the Schedule.
- Compartment
Id string - Compartment 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.
- 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.
- Display
Name 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 OCID of the resource.
- Lifecycle
Details 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.
- Lifecycle
Operations []string - All LifeCycle Operations that are part of the schedule.
- Products []string
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- Resource
Region string - Associated region
- Run
Books []GetScheduler Definition Run Book - Runbooks.
- Scheduler
Definition stringId - Schedules
[]Get
Scheduler 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"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Of stringNext Run - The scheduled date for the next run of the Job.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- action
Groups List<GetScheduler Definition Action Group> - Action Groups associated with the Schedule.
- compartment
Id String - Compartment OCID
- count
Of IntegerAffected Action Groups - Count of Action Groups affected by the Schedule.
- count
Of IntegerAffected Resources - Count of Resources affected by the Schedule.
- count
Of 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.
- display
Name 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 OCID of the resource.
- lifecycle
Details 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.
- lifecycle
Operations 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.
- resource
Region String - Associated region
- run
Books List<GetScheduler Definition Run Book> - Runbooks.
- scheduler
Definition StringId - schedules
List<Get
Scheduler 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"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Of StringNext Run - The scheduled date for the next run of the Job.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- action
Groups GetScheduler Definition Action Group[] - Action Groups associated with the Schedule.
- compartment
Id string - Compartment OCID
- count
Of numberAffected Action Groups - Count of Action Groups affected by the Schedule.
- count
Of numberAffected Resources - Count of Resources affected by the Schedule.
- count
Of 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.
- display
Name 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 OCID of the resource.
- lifecycle
Details 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.
- lifecycle
Operations string[] - All LifeCycle Operations that are part of the schedule.
- products string[]
- All products that are part of the schedule for PRODUCT ActionGroup Type.
- resource
Region string - Associated region
- run
Books GetScheduler Definition Run Book[] - Runbooks.
- scheduler
Definition stringId - schedules
Get
Scheduler 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"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Of stringNext Run - The scheduled date for the next run of the Job.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- action_
groups Sequence[GetScheduler Definition Action Group] - Action Groups associated with the Schedule.
- compartment_
id str - Compartment 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 OCID of the resource.
- 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[Get
Scheduler 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.
- action
Groups List<Property Map> - Action Groups associated with the Schedule.
- compartment
Id String - Compartment OCID
- count
Of NumberAffected Action Groups - Count of Action Groups affected by the Schedule.
- count
Of NumberAffected Resources - Count of Resources affected by the Schedule.
- count
Of 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.
- display
Name 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 OCID of the resource.
- lifecycle
Details 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.
- lifecycle
Operations 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.
- resource
Region String - Associated region
- run
Books List<Property Map> - Runbooks.
- scheduler
Definition 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"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Of StringNext Run - The scheduled date for the next run of the Job.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
GetSchedulerDefinitionActionGroup
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Fleet
Id string - ID of the fleet
- Kind string
- Task argument kind
- Runbook
Id string - The ID of the Runbook
- Runbook
Version stringName - The runbook version name
- Sequence int
- Sequence of the Action Group. Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Fleet
Id string - ID of the fleet
- Kind string
- Task argument kind
- Runbook
Id string - The ID of the Runbook
- Runbook
Version stringName - The runbook version name
- Sequence int
- Sequence of the Action Group. Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- fleet
Id String - ID of the fleet
- kind String
- Task argument kind
- runbook
Id String - The ID of the Runbook
- runbook
Version StringName - The runbook version name
- sequence Integer
- Sequence of the Action Group. Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- fleet
Id string - ID of the fleet
- kind string
- Task argument kind
- runbook
Id string - The ID of the Runbook
- runbook
Version stringName - The runbook version name
- sequence number
- Sequence of the Action Group. Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.
- 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
- fleet_
id str - ID of the fleet
- kind str
- Task argument kind
- runbook_
id str - The ID of the Runbook
- runbook_
version_ strname - The runbook version name
- sequence int
- Sequence of the Action Group. Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- fleet
Id String - ID of the fleet
- kind String
- Task argument kind
- runbook
Id String - The ID of the Runbook
- runbook
Version StringName - The runbook version name
- sequence Number
- Sequence of the Action Group. Action groups will be executed in a seuential order. All Action Groups having the same sequence will be executed parallely. If no value is provided a default value of 1 will be given.
GetSchedulerDefinitionRunBook
- Input
Parameters List<GetScheduler Definition Run Book Input Parameter> - Input Parameters for the Task
- Runbook
Id string - The ID of the Runbook
- Runbook
Version stringName - The runbook version name
- Input
Parameters []GetScheduler Definition Run Book Input Parameter - Input Parameters for the Task
- Runbook
Id string - The ID of the Runbook
- Runbook
Version stringName - The runbook version name
- input
Parameters List<GetScheduler Definition Run Book Input Parameter> - Input Parameters for the Task
- runbook
Id String - The ID of the Runbook
- runbook
Version StringName - The runbook version name
- input
Parameters GetScheduler Definition Run Book Input Parameter[] - Input Parameters for the Task
- runbook
Id string - The ID of the Runbook
- runbook
Version stringName - The runbook version name
- input_
parameters Sequence[GetScheduler Definition Run Book Input Parameter] - Input Parameters for the Task
- runbook_
id str - The ID of the Runbook
- runbook_
version_ strname - The runbook version name
- input
Parameters List<Property Map> - Input Parameters for the Task
- runbook
Id String - The ID of the Runbook
- runbook
Version StringName - The runbook version name
GetSchedulerDefinitionRunBookInputParameter
- Arguments
List<Get
Scheduler Definition Run Book Input Parameter Argument> - Arguments for the Task
- Step
Name string - stepName for which the input parameters are provided
- Arguments
[]Get
Scheduler Definition Run Book Input Parameter Argument - Arguments for the Task
- Step
Name string - stepName for which the input parameters are provided
- arguments
List<Get
Scheduler Definition Run Book Input Parameter Argument> - Arguments for the Task
- step
Name String - stepName for which the input parameters are provided
- arguments
Get
Scheduler Definition Run Book Input Parameter Argument[] - Arguments for the Task
- step
Name string - stepName for which the input parameters are provided
- arguments
Sequence[Get
Scheduler 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
- step
Name String - stepName for which the input parameters are provided
GetSchedulerDefinitionRunBookInputParameterArgument
- Contents
List<Get
Scheduler Definition Run Book Input Parameter Argument Content> - Content Source details.
- Kind string
- Task argument kind
- Name string
- Name of the input variable
- Value string
- The task input
- Contents
[]Get
Scheduler Definition Run Book Input Parameter Argument Content - Content Source details.
- Kind string
- Task argument kind
- Name string
- Name of the input variable
- Value string
- The task input
- contents
List<Get
Scheduler Definition Run Book Input Parameter Argument Content> - Content Source details.
- kind String
- Task argument kind
- name String
- Name of the input variable
- value String
- The task input
- contents
Get
Scheduler Definition Run Book Input Parameter Argument Content[] - Content Source details.
- kind string
- Task argument kind
- name string
- Name of the input variable
- value string
- The task input
- contents
Sequence[Get
Scheduler Definition Run Book Input Parameter Argument Content] - Content Source details.
- kind str
- Task argument kind
- name str
- Name of the input variable
- value str
- The task input
- contents List<Property Map>
- Content Source details.
- kind String
- Task argument kind
- name String
- Name of the input variable
- value String
- The task input
GetSchedulerDefinitionRunBookInputParameterArgumentContent
- Bucket string
- Bucket Name.
- Checksum string
- md5 checksum of the artifact.
- Namespace string
- Namespace.
- Object string
- Object Name.
- Source
Type string - Content Source type details.
- Bucket string
- Bucket Name.
- Checksum string
- md5 checksum of the artifact.
- Namespace string
- Namespace.
- Object string
- Object Name.
- Source
Type string - Content Source type details.
- bucket String
- Bucket Name.
- checksum String
- md5 checksum of the artifact.
- namespace String
- Namespace.
- object String
- Object Name.
- source
Type String - Content Source type details.
- bucket string
- Bucket Name.
- checksum string
- md5 checksum of the artifact.
- namespace string
- Namespace.
- object string
- Object Name.
- source
Type string - Content Source type details.
- bucket str
- Bucket Name.
- checksum str
- md5 checksum of the artifact.
- namespace str
- Namespace.
- object str
- Object Name.
- source_
type str - Content Source type details.
- bucket String
- Bucket Name.
- checksum String
- md5 checksum of the artifact.
- namespace String
- Namespace.
- object String
- Object Name.
- source
Type String - Content Source type details.
GetSchedulerDefinitionSchedule
- Duration string
- Duration of the schedule.
- Execution
Startdate string - Start Date for the schedule. An RFC3339 formatted datetime string
- Maintenance
Window stringId - Provide MaintenanceWindowId
- Recurrences string
- Recurrence rule specification if recurring
- Type string
- Schedule Type
- Duration string
- Duration of the schedule.
- Execution
Startdate string - Start Date for the schedule. An RFC3339 formatted datetime string
- Maintenance
Window stringId - Provide MaintenanceWindowId
- Recurrences string
- Recurrence rule specification if recurring
- Type string
- Schedule Type
- duration String
- Duration of the schedule.
- execution
Startdate String - Start Date for the schedule. An RFC3339 formatted datetime string
- maintenance
Window StringId - Provide MaintenanceWindowId
- recurrences String
- Recurrence rule specification if recurring
- type String
- Schedule Type
- duration string
- Duration of the schedule.
- execution
Startdate string - Start Date for the schedule. An RFC3339 formatted datetime string
- maintenance
Window stringId - Provide MaintenanceWindowId
- recurrences string
- Recurrence rule specification if recurring
- type string
- Schedule Type
- duration str
- Duration of the schedule.
- execution_
startdate str - Start Date for the schedule. An RFC3339 formatted datetime string
- maintenance_
window_ strid - Provide MaintenanceWindowId
- recurrences str
- Recurrence rule specification if recurring
- type str
- Schedule Type
- duration String
- Duration of the schedule.
- execution
Startdate String - Start Date for the schedule. An RFC3339 formatted datetime string
- maintenance
Window StringId - Provide MaintenanceWindowId
- recurrences String
- Recurrence rule specification if recurring
- type String
- Schedule Type
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.