1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getSchedulerDefinition
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

oci.FleetAppsManagement.getSchedulerDefinition

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

    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:

    SchedulerDefinitionId string
    unique SchedulerDefinition identifier
    SchedulerDefinitionId string
    unique SchedulerDefinition identifier
    schedulerDefinitionId String
    unique SchedulerDefinition identifier
    schedulerDefinitionId string
    unique SchedulerDefinition identifier
    scheduler_definition_id str
    unique SchedulerDefinition identifier
    schedulerDefinitionId String
    unique SchedulerDefinition identifier

    getSchedulerDefinition Result

    The following output properties are available:

    ActionGroups List<GetSchedulerDefinitionActionGroup>
    Action Groups associated with the Schedule.
    CompartmentId string
    Compartment OCID
    CountOfAffectedActionGroups int
    Count of Action Groups affected by the Schedule.
    CountOfAffectedResources int
    Count of Resources affected by the Schedule.
    CountOfAffectedTargets int
    Count of Targets affected by the Schedule.
    DefinedTags 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
    FreeformTags 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.
    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<GetSchedulerDefinitionRunBook>
    Runbooks.
    SchedulerDefinitionId string
    Schedules List<GetSchedulerDefinitionSchedule>
    Schedule Information.
    State string
    The current state of the SchedulerDefinition.
    SystemTags 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.
    TimeOfNextRun string
    The scheduled date for the next run of the Job.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    ActionGroups []GetSchedulerDefinitionActionGroup
    Action Groups associated with the Schedule.
    CompartmentId string
    Compartment OCID
    CountOfAffectedActionGroups int
    Count of Action Groups affected by the Schedule.
    CountOfAffectedResources int
    Count of Resources affected by the Schedule.
    CountOfAffectedTargets int
    Count of Targets affected by the Schedule.
    DefinedTags 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
    FreeformTags 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.
    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 []GetSchedulerDefinitionRunBook
    Runbooks.
    SchedulerDefinitionId string
    Schedules []GetSchedulerDefinitionSchedule
    Schedule Information.
    State string
    The current state of the SchedulerDefinition.
    SystemTags 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.
    TimeOfNextRun string
    The scheduled date for the next run of the Job.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    actionGroups List<GetSchedulerDefinitionActionGroup>
    Action Groups associated with the Schedule.
    compartmentId String
    Compartment OCID
    countOfAffectedActionGroups Integer
    Count of Action Groups affected by the Schedule.
    countOfAffectedResources Integer
    Count of Resources affected by the Schedule.
    countOfAffectedTargets Integer
    Count of Targets affected by the Schedule.
    definedTags 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
    freeformTags 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.
    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<GetSchedulerDefinitionRunBook>
    Runbooks.
    schedulerDefinitionId String
    schedules List<GetSchedulerDefinitionSchedule>
    Schedule Information.
    state String
    The current state of the SchedulerDefinition.
    systemTags 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.
    timeOfNextRun String
    The scheduled date for the next run of the Job.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    actionGroups GetSchedulerDefinitionActionGroup[]
    Action Groups associated with the Schedule.
    compartmentId string
    Compartment OCID
    countOfAffectedActionGroups number
    Count of Action Groups affected by the Schedule.
    countOfAffectedResources number
    Count of Resources affected by the Schedule.
    countOfAffectedTargets number
    Count of Targets affected by the Schedule.
    definedTags {[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
    freeformTags {[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.
    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 GetSchedulerDefinitionRunBook[]
    Runbooks.
    schedulerDefinitionId string
    schedules GetSchedulerDefinitionSchedule[]
    Schedule Information.
    state string
    The current state of the SchedulerDefinition.
    systemTags {[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.
    timeOfNextRun string
    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_groups Sequence[GetSchedulerDefinitionActionGroup]
    Action Groups associated with the Schedule.
    compartment_id str
    Compartment OCID
    count_of_affected_action_groups int
    Count of Action Groups affected by the Schedule.
    count_of_affected_resources int
    Count of Resources affected by the Schedule.
    count_of_affected_targets int
    Count of Targets affected by the Schedule.
    defined_tags 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
    freeform_tags 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[GetSchedulerDefinitionRunBook]
    Runbooks.
    scheduler_definition_id str
    schedules Sequence[GetSchedulerDefinitionSchedule]
    Schedule Information.
    state str
    The current state of the SchedulerDefinition.
    system_tags 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_next_run str
    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.
    actionGroups List<Property Map>
    Action Groups associated with the Schedule.
    compartmentId String
    Compartment OCID
    countOfAffectedActionGroups Number
    Count of Action Groups affected by the Schedule.
    countOfAffectedResources Number
    Count of Resources affected by the Schedule.
    countOfAffectedTargets Number
    Count of Targets affected by the Schedule.
    definedTags 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
    freeformTags 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.
    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.
    schedulerDefinitionId String
    schedules List<Property Map>
    Schedule Information.
    state String
    The current state of the SchedulerDefinition.
    systemTags 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.
    timeOfNextRun String
    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

    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    FleetId string
    ID of the fleet
    Kind string
    Task argument kind
    RunbookId string
    The ID of the Runbook
    RunbookVersionName string
    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.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    FleetId string
    ID of the fleet
    Kind string
    Task argument kind
    RunbookId string
    The ID of the Runbook
    RunbookVersionName string
    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.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    fleetId String
    ID of the fleet
    kind String
    Task argument kind
    runbookId String
    The ID of the Runbook
    runbookVersionName String
    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.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    fleetId string
    ID of the fleet
    kind string
    Task argument kind
    runbookId string
    The ID of the Runbook
    runbookVersionName string
    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_name str
    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.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    fleetId String
    ID of the fleet
    kind String
    Task argument kind
    runbookId String
    The ID of the Runbook
    runbookVersionName String
    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

    InputParameters List<GetSchedulerDefinitionRunBookInputParameter>
    Input Parameters for the Task
    RunbookId string
    The ID of the Runbook
    RunbookVersionName string
    The runbook version name
    InputParameters []GetSchedulerDefinitionRunBookInputParameter
    Input Parameters for the Task
    RunbookId string
    The ID of the Runbook
    RunbookVersionName string
    The runbook version name
    inputParameters List<GetSchedulerDefinitionRunBookInputParameter>
    Input Parameters for the Task
    runbookId String
    The ID of the Runbook
    runbookVersionName String
    The runbook version name
    inputParameters GetSchedulerDefinitionRunBookInputParameter[]
    Input Parameters for the Task
    runbookId string
    The ID of the Runbook
    runbookVersionName string
    The runbook version name
    input_parameters Sequence[GetSchedulerDefinitionRunBookInputParameter]
    Input Parameters for the Task
    runbook_id str
    The ID of the Runbook
    runbook_version_name str
    The runbook version name
    inputParameters List<Property Map>
    Input Parameters for the Task
    runbookId String
    The ID of the Runbook
    runbookVersionName String
    The runbook version name

    GetSchedulerDefinitionRunBookInputParameter

    Arguments List<GetSchedulerDefinitionRunBookInputParameterArgument>
    Arguments for the Task
    StepName string
    stepName for which the input parameters are provided
    Arguments []GetSchedulerDefinitionRunBookInputParameterArgument
    Arguments for the Task
    StepName string
    stepName for which the input parameters are provided
    arguments List<GetSchedulerDefinitionRunBookInputParameterArgument>
    Arguments for the Task
    stepName String
    stepName for which the input parameters are provided
    arguments GetSchedulerDefinitionRunBookInputParameterArgument[]
    Arguments for the Task
    stepName string
    stepName for which the input parameters are provided
    arguments Sequence[GetSchedulerDefinitionRunBookInputParameterArgument]
    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

    Contents List<GetSchedulerDefinitionRunBookInputParameterArgumentContent>
    Content Source details.
    Kind string
    Task argument kind
    Name string
    Name of the input variable
    Value string
    The task input
    Contents []GetSchedulerDefinitionRunBookInputParameterArgumentContent
    Content Source details.
    Kind string
    Task argument kind
    Name string
    Name of the input variable
    Value string
    The task input
    contents List<GetSchedulerDefinitionRunBookInputParameterArgumentContent>
    Content Source details.
    kind String
    Task argument kind
    name String
    Name of the input variable
    value String
    The task input
    contents GetSchedulerDefinitionRunBookInputParameterArgumentContent[]
    Content Source details.
    kind string
    Task argument kind
    name string
    Name of the input variable
    value string
    The task input
    contents Sequence[GetSchedulerDefinitionRunBookInputParameterArgumentContent]
    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.
    SourceType string
    Content Source type details.
    Bucket string
    Bucket Name.
    Checksum string
    md5 checksum of the artifact.
    Namespace string
    Namespace.
    Object string
    Object Name.
    SourceType string
    Content Source type details.
    bucket String
    Bucket Name.
    checksum String
    md5 checksum of the artifact.
    namespace String
    Namespace.
    object String
    Object Name.
    sourceType String
    Content Source type details.
    bucket string
    Bucket Name.
    checksum string
    md5 checksum of the artifact.
    namespace string
    Namespace.
    object string
    Object Name.
    sourceType 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.
    sourceType String
    Content Source type details.

    GetSchedulerDefinitionSchedule

    Duration string
    Duration of the schedule.
    ExecutionStartdate string
    Start Date for the schedule. An RFC3339 formatted datetime string
    MaintenanceWindowId string
    Provide MaintenanceWindowId
    Recurrences string
    Recurrence rule specification if recurring
    Type string
    Schedule Type
    Duration string
    Duration of the schedule.
    ExecutionStartdate string
    Start Date for the schedule. An RFC3339 formatted datetime string
    MaintenanceWindowId string
    Provide MaintenanceWindowId
    Recurrences string
    Recurrence rule specification if recurring
    Type string
    Schedule Type
    duration String
    Duration of the schedule.
    executionStartdate String
    Start Date for the schedule. An RFC3339 formatted datetime string
    maintenanceWindowId String
    Provide MaintenanceWindowId
    recurrences String
    Recurrence rule specification if recurring
    type String
    Schedule Type
    duration string
    Duration of the schedule.
    executionStartdate string
    Start Date for the schedule. An RFC3339 formatted datetime string
    maintenanceWindowId string
    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_id str
    Provide MaintenanceWindowId
    recurrences str
    Recurrence rule specification if recurring
    type str
    Schedule Type
    duration String
    Duration of the schedule.
    executionStartdate String
    Start Date for the schedule. An RFC3339 formatted datetime string
    maintenanceWindowId String
    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.
    oci logo
    Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi