1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getSchedulerDefinition
Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi

oci.FleetAppsManagement.getSchedulerDefinition

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi

    This data source provides details about a specific Scheduler Definition resource in Oracle Cloud Infrastructure Fleet Apps Management service.

    Gets a SchedulerDefinition by identifier

    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 GetSchedulerDefinition(ctx *Context, args *GetSchedulerDefinitionArgs, opts ...InvokeOption) (*GetSchedulerDefinitionResult, error)
    func GetSchedulerDefinitionOutput(ctx *Context, args *GetSchedulerDefinitionOutputArgs, opts ...InvokeOption) GetSchedulerDefinitionResultOutput

    > Note: This function is named GetSchedulerDefinition 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)
    // Output-based functions aren't available in Java yet
    
    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:

    ActionGroupTypes List<string>
    All ActionGroup Types part of the schedule.
    ActionGroups List<GetSchedulerDefinitionActionGroup>
    Action Groups associated with the Schedule.
    ActivityInitiationCutOff int
    Activity Initiation Cut Off
    ApplicationTypes List<string>
    All application types part of the schedule for ENVIRONMENT ActionGroup Type.
    CompartmentId string
    Tenancy 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 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 part of the schedule
    Products List<string>
    All products 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
    Scheduled date for the next run of the Job.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    ActionGroupTypes []string
    All ActionGroup Types part of the schedule.
    ActionGroups []GetSchedulerDefinitionActionGroup
    Action Groups associated with the Schedule.
    ActivityInitiationCutOff int
    Activity Initiation Cut Off
    ApplicationTypes []string
    All application types part of the schedule for ENVIRONMENT ActionGroup Type.
    CompartmentId string
    Tenancy 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 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 part of the schedule
    Products []string
    All products 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
    Scheduled date for the next run of the Job.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    actionGroupTypes List<String>
    All ActionGroup Types part of the schedule.
    actionGroups List<GetSchedulerDefinitionActionGroup>
    Action Groups associated with the Schedule.
    activityInitiationCutOff Integer
    Activity Initiation Cut Off
    applicationTypes List<String>
    All application types part of the schedule for ENVIRONMENT ActionGroup Type.
    compartmentId String
    Tenancy 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 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 part of the schedule
    products List<String>
    All products 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
    Scheduled date for the next run of the Job.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    actionGroupTypes string[]
    All ActionGroup Types part of the schedule.
    actionGroups GetSchedulerDefinitionActionGroup[]
    Action Groups associated with the Schedule.
    activityInitiationCutOff number
    Activity Initiation Cut Off
    applicationTypes string[]
    All application types part of the schedule for ENVIRONMENT ActionGroup Type.
    compartmentId string
    Tenancy 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 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 part of the schedule
    products string[]
    All products 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
    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_types Sequence[str]
    All ActionGroup Types part of the schedule.
    action_groups Sequence[fleetappsmanagement.GetSchedulerDefinitionActionGroup]
    Action Groups associated with the Schedule.
    activity_initiation_cut_off int
    Activity Initiation Cut Off
    application_types Sequence[str]
    All application types part of the schedule for ENVIRONMENT ActionGroup Type.
    compartment_id str
    Tenancy 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 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 part of the schedule
    products Sequence[str]
    All products part of the schedule for PRODUCT ActionGroup Type.
    resource_region str
    Associated region
    run_books Sequence[fleetappsmanagement.GetSchedulerDefinitionRunBook]
    Runbooks.
    scheduler_definition_id str
    schedules Sequence[fleetappsmanagement.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
    Scheduled date for the next run of the Job.
    time_updated str
    The time this resource was last updated. An RFC3339 formatted datetime string.
    actionGroupTypes List<String>
    All ActionGroup Types part of the schedule.
    actionGroups List<Property Map>
    Action Groups associated with the Schedule.
    activityInitiationCutOff Number
    Activity Initiation Cut Off
    applicationTypes List<String>
    All application types part of the schedule for ENVIRONMENT ActionGroup Type.
    compartmentId String
    Tenancy 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 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 part of the schedule
    products List<String>
    All products 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
    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; Ex- fleetId.
    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; Ex- fleetId.
    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; Ex- fleetId.
    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; Ex- fleetId.
    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; Ex- fleetId.
    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; Ex- fleetId.
    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<GetSchedulerDefinitionRunBookInputParameter>
    Input Parameters for the Task
    Id string
    The ID of the Runbook
    InputParameters []GetSchedulerDefinitionRunBookInputParameter
    Input Parameters for the Task
    id String
    The ID of the Runbook
    inputParameters List<GetSchedulerDefinitionRunBookInputParameter>
    Input Parameters for the Task
    id string
    The ID of the Runbook
    inputParameters GetSchedulerDefinitionRunBookInputParameter[]
    Input Parameters for the Task
    id String
    The ID of the Runbook
    inputParameters List<Property Map>
    Input Parameters for the Task

    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[fleetappsmanagement.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

    Name string
    Name of the output variable
    Value string
    The task output
    Name string
    Name of the output variable
    Value string
    The task output
    name String
    Name of the output variable
    value String
    The task output
    name string
    Name of the output variable
    value string
    The task output
    name str
    Name of the output variable
    value str
    The task output
    name String
    Name of the output variable
    value String
    The task output

    GetSchedulerDefinitionSchedule

    Duration string
    Duration if schedule type is Custom
    ExecutionStartdate string
    Start Date for the schedule. An RFC3339 formatted datetime string
    MaintenanceWindowId string
    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
    MaintenanceWindowId string
    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
    maintenanceWindowId String
    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
    maintenanceWindowId string
    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_id str
    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
    maintenanceWindowId String
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi