Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.ResourceScheduler.getSchedules
Start a Neo task
Explain and create an oci.ResourceScheduler.getSchedules resource
This data source provides the list of Schedules in Oracle Cloud Infrastructure Resource Scheduler service.
This API gets a list of schedules. You must provide either a compartmentId or a scheduleId or both. You can list resources in this compartment OCID. This is required unless a specific schedule ID is passed.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSchedules = oci.ResourceScheduler.getSchedules({
compartmentId: compartmentId,
displayName: scheduleDisplayName,
resourceId: testResource.id,
});
import pulumi
import pulumi_oci as oci
test_schedules = oci.ResourceScheduler.get_schedules(compartment_id=compartment_id,
display_name=schedule_display_name,
resource_id=test_resource["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/resourcescheduler"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := resourcescheduler.GetSchedules(ctx, &resourcescheduler.GetSchedulesArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(scheduleDisplayName),
ResourceId: pulumi.StringRef(testResource.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 testSchedules = Oci.ResourceScheduler.GetSchedules.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = scheduleDisplayName,
ResourceId = testResource.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ResourceScheduler.ResourceSchedulerFunctions;
import com.pulumi.oci.ResourceScheduler.inputs.GetSchedulesArgs;
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 testSchedules = ResourceSchedulerFunctions.getSchedules(GetSchedulesArgs.builder()
.compartmentId(compartmentId)
.displayName(scheduleDisplayName)
.resourceId(testResource.id())
.build());
}
}
variables:
testSchedules:
fn::invoke:
function: oci:ResourceScheduler:getSchedules
arguments:
compartmentId: ${compartmentId}
displayName: ${scheduleDisplayName}
resourceId: ${testResource.id}
Using getSchedules
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 getSchedules(args: GetSchedulesArgs, opts?: InvokeOptions): Promise<GetSchedulesResult>
function getSchedulesOutput(args: GetSchedulesOutputArgs, opts?: InvokeOptions): Output<GetSchedulesResult>def get_schedules(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetSchedulesFilter]] = None,
resource_id: Optional[str] = None,
schedule_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchedulesResult
def get_schedules_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSchedulesFilterArgs]]]] = None,
resource_id: Optional[pulumi.Input[str]] = None,
schedule_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchedulesResult]func GetSchedules(ctx *Context, args *GetSchedulesArgs, opts ...InvokeOption) (*GetSchedulesResult, error)
func GetSchedulesOutput(ctx *Context, args *GetSchedulesOutputArgs, opts ...InvokeOption) GetSchedulesResultOutput> Note: This function is named GetSchedules in the Go SDK.
public static class GetSchedules
{
public static Task<GetSchedulesResult> InvokeAsync(GetSchedulesArgs args, InvokeOptions? opts = null)
public static Output<GetSchedulesResult> Invoke(GetSchedulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSchedulesResult> getSchedules(GetSchedulesArgs args, InvokeOptions options)
public static Output<GetSchedulesResult> getSchedules(GetSchedulesArgs args, InvokeOptions options)
fn::invoke:
function: oci:ResourceScheduler/getSchedules:getSchedules
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - Display
Name string - This is a filter to return only resources that match the given display name exactly.
- Filters
List<Get
Schedules Filter> - Resource
Id string - This is the OCID of the resource affected by the work request.
- Schedule
Id string - This is the OCID of the schedule. You need to at least provide either
compartment_idorschedule_idor both. - State string
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - Display
Name string - This is a filter to return only resources that match the given display name exactly.
- Filters
[]Get
Schedules Filter - Resource
Id string - This is the OCID of the resource affected by the work request.
- Schedule
Id string - This is the OCID of the schedule. You need to at least provide either
compartment_idorschedule_idor both. - State string
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - display
Name String - This is a filter to return only resources that match the given display name exactly.
- filters
List<Get
Schedules Filter> - resource
Id String - This is the OCID of the resource affected by the work request.
- schedule
Id String - This is the OCID of the schedule. You need to at least provide either
compartment_idorschedule_idor both. - state String
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - display
Name string - This is a filter to return only resources that match the given display name exactly.
- filters
Get
Schedules Filter[] - resource
Id string - This is the OCID of the resource affected by the work request.
- schedule
Id string - This is the OCID of the schedule. You need to at least provide either
compartment_idorschedule_idor both. - state string
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - display_
name str - This is a filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Schedules Filter] - resource_
id str - This is the OCID of the resource affected by the work request.
- schedule_
id str - This is the OCID of the schedule. You need to at least provide either
compartment_idorschedule_idor both. - state str
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - display
Name String - This is a filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- resource
Id String - This is the OCID of the resource affected by the work request.
- schedule
Id String - This is the OCID of the schedule. You need to at least provide either
compartment_idorschedule_idor both. - state String
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getSchedules Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Schedule
Collections List<GetSchedules Schedule Collection> - The list of schedule_collection.
- Compartment
Id string - The OCID of the compartment in which the schedule is created
- Display
Name string - This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
- Filters
List<Get
Schedules Filter> - Resource
Id string - Schedule
Id string - State string
- This is the current state of a schedule.
- Id string
- The provider-assigned unique ID for this managed resource.
- Schedule
Collections []GetSchedules Schedule Collection - The list of schedule_collection.
- Compartment
Id string - The OCID of the compartment in which the schedule is created
- Display
Name string - This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
- Filters
[]Get
Schedules Filter - Resource
Id string - Schedule
Id string - State string
- This is the current state of a schedule.
- id String
- The provider-assigned unique ID for this managed resource.
- schedule
Collections List<GetSchedules Schedule Collection> - The list of schedule_collection.
- compartment
Id String - The OCID of the compartment in which the schedule is created
- display
Name String - This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
- filters
List<Get
Schedules Filter> - resource
Id String - schedule
Id String - state String
- This is the current state of a schedule.
- id string
- The provider-assigned unique ID for this managed resource.
- schedule
Collections GetSchedules Schedule Collection[] - The list of schedule_collection.
- compartment
Id string - The OCID of the compartment in which the schedule is created
- display
Name string - This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
- filters
Get
Schedules Filter[] - resource
Id string - schedule
Id string - state string
- This is the current state of a schedule.
- id str
- The provider-assigned unique ID for this managed resource.
- schedule_
collections Sequence[GetSchedules Schedule Collection] - The list of schedule_collection.
- compartment_
id str - The OCID of the compartment in which the schedule is created
- display_
name str - This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
- filters
Sequence[Get
Schedules Filter] - resource_
id str - schedule_
id str - state str
- This is the current state of a schedule.
- id String
- The provider-assigned unique ID for this managed resource.
- schedule
Collections List<Property Map> - The list of schedule_collection.
- compartment
Id String - The OCID of the compartment in which the schedule is created
- display
Name String - This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
- filters List<Property Map>
- resource
Id String - schedule
Id String - state String
- This is the current state of a schedule.
Supporting Types
GetSchedulesFilter
GetSchedulesScheduleCollection
GetSchedulesScheduleCollectionItem
- Action string
- This is the action that will be executed by the schedule.
- Compartment
Id string - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - Dictionary<string, string>
- These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- This is the description of the schedule.
- Display
Name string - This is a filter to return only resources that match the given display name exactly.
- Dictionary<string, string>
- These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- This is the resource OCID.
- Last
Run stringStatus - This is the status of the last work request.
- Recurrence
Details string - This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
- Recurrence
Type string - Type of recurrence of a schedule
- Resource
Filters List<GetSchedules Schedule Collection Item Resource Filter> - This is a list of resources filters. The schedule will be applied to resources matching all of them.
- Resources
List<Get
Schedules Schedule Collection Item Resource> - This is the list of resources to which the scheduled operation is applied.
- State string
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- These are system tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - This is the date and time the schedule was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Ends string - This is the date and time the schedule ends, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - Time
Last stringRun - This is the date and time the schedule runs last time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Next stringRun - This is the date and time the schedule run the next time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Starts string - This is the date and time the schedule starts, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - Time
Updated string - This is the date and time the schedule was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Action string
- This is the action that will be executed by the schedule.
- Compartment
Id string - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - map[string]string
- These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- This is the description of the schedule.
- Display
Name string - This is a filter to return only resources that match the given display name exactly.
- map[string]string
- These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- This is the resource OCID.
- Last
Run stringStatus - This is the status of the last work request.
- Recurrence
Details string - This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
- Recurrence
Type string - Type of recurrence of a schedule
- Resource
Filters []GetSchedules Schedule Collection Item Resource Filter - This is a list of resources filters. The schedule will be applied to resources matching all of them.
- Resources
[]Get
Schedules Schedule Collection Item Resource - This is the list of resources to which the scheduled operation is applied.
- State string
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- map[string]string
- These are system tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - This is the date and time the schedule was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Ends string - This is the date and time the schedule ends, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - Time
Last stringRun - This is the date and time the schedule runs last time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Next stringRun - This is the date and time the schedule run the next time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Starts string - This is the date and time the schedule starts, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - Time
Updated string - This is the date and time the schedule was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- action String
- This is the action that will be executed by the schedule.
- compartment
Id String - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - Map<String,String>
- These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- This is the description of the schedule.
- display
Name String - This is a filter to return only resources that match the given display name exactly.
- Map<String,String>
- These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- This is the resource OCID.
- last
Run StringStatus - This is the status of the last work request.
- recurrence
Details String - This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
- recurrence
Type String - Type of recurrence of a schedule
- resource
Filters List<GetSchedules Schedule Collection Item Resource Filter> - This is a list of resources filters. The schedule will be applied to resources matching all of them.
- resources
List<Get
Schedules Schedule Collection Item Resource> - This is the list of resources to which the scheduled operation is applied.
- state String
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String,String>
- These are system tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - This is the date and time the schedule was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Ends String - This is the date and time the schedule ends, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time
Last StringRun - This is the date and time the schedule runs last time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Next StringRun - This is the date and time the schedule run the next time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Starts String - This is the date and time the schedule starts, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time
Updated String - This is the date and time the schedule was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- action string
- This is the action that will be executed by the schedule.
- compartment
Id string - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - {[key: string]: string}
- These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- This is the description of the schedule.
- display
Name string - This is a filter to return only resources that match the given display name exactly.
- {[key: string]: string}
- These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- This is the resource OCID.
- last
Run stringStatus - This is the status of the last work request.
- recurrence
Details string - This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
- recurrence
Type string - Type of recurrence of a schedule
- resource
Filters GetSchedules Schedule Collection Item Resource Filter[] - This is a list of resources filters. The schedule will be applied to resources matching all of them.
- resources
Get
Schedules Schedule Collection Item Resource[] - This is the list of resources to which the scheduled operation is applied.
- state string
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- These are system tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - This is the date and time the schedule was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Ends string - This is the date and time the schedule ends, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time
Last stringRun - This is the date and time the schedule runs last time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Next stringRun - This is the date and time the schedule run the next time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Starts string - This is the date and time the schedule starts, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time
Updated string - This is the date and time the schedule was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- action str
- This is the action that will be executed by the schedule.
- compartment_
id str - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - Mapping[str, str]
- These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- This is the description of the schedule.
- display_
name str - This is a filter to return only resources that match the given display name exactly.
- Mapping[str, str]
- These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- This is the resource OCID.
- last_
run_ strstatus - This is the status of the last work request.
- recurrence_
details str - This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
- recurrence_
type str - Type of recurrence of a schedule
- resource_
filters Sequence[GetSchedules Schedule Collection Item Resource Filter] - This is a list of resources filters. The schedule will be applied to resources matching all of them.
- resources
Sequence[Get
Schedules Schedule Collection Item Resource] - This is the list of resources to which the scheduled operation is applied.
- state str
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Mapping[str, str]
- These are system tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - This is the date and time the schedule was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
ends str - This is the date and time the schedule ends, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time_
last_ strrun - This is the date and time the schedule runs last time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
next_ strrun - This is the date and time the schedule run the next time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
starts str - This is the date and time the schedule starts, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time_
updated str - This is the date and time the schedule was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- action String
- This is the action that will be executed by the schedule.
- compartment
Id String - This is the OCID of the compartment in which to list resources. You need to at least provide either
compartment_idorschedule_idor both. - Map<String>
- These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- This is the description of the schedule.
- display
Name String - This is a filter to return only resources that match the given display name exactly.
- Map<String>
- These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- This is the resource OCID.
- last
Run StringStatus - This is the status of the last work request.
- recurrence
Details String - This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
- recurrence
Type String - Type of recurrence of a schedule
- resource
Filters List<Property Map> - This is a list of resources filters. The schedule will be applied to resources matching all of them.
- resources List<Property Map>
- This is the list of resources to which the scheduled operation is applied.
- state String
- This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String>
- These are system tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - This is the date and time the schedule was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Ends String - This is the date and time the schedule ends, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time
Last StringRun - This is the date and time the schedule runs last time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Next StringRun - This is the date and time the schedule run the next time, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Starts String - This is the date and time the schedule starts, in the format defined by RFC 3339 Example:
2016-08-25T21:10:29.600Z - time
Updated String - This is the date and time the schedule was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetSchedulesScheduleCollectionItemResource
- Id string
- This is the resource OCID.
- Metadata Dictionary<string, string>
- This is additional information that helps to identity the resource for the schedule.
- Parameters
List<Get
Schedules Schedule Collection Item Resource Parameter> - This is the user input parameters to use when acting on the resource.
- Id string
- This is the resource OCID.
- Metadata map[string]string
- This is additional information that helps to identity the resource for the schedule.
- Parameters
[]Get
Schedules Schedule Collection Item Resource Parameter - This is the user input parameters to use when acting on the resource.
- id String
- This is the resource OCID.
- metadata Map<String,String>
- This is additional information that helps to identity the resource for the schedule.
- parameters
List<Get
Schedules Schedule Collection Item Resource Parameter> - This is the user input parameters to use when acting on the resource.
- id string
- This is the resource OCID.
- metadata {[key: string]: string}
- This is additional information that helps to identity the resource for the schedule.
- parameters
Get
Schedules Schedule Collection Item Resource Parameter[] - This is the user input parameters to use when acting on the resource.
- id str
- This is the resource OCID.
- metadata Mapping[str, str]
- This is additional information that helps to identity the resource for the schedule.
- parameters
Sequence[Get
Schedules Schedule Collection Item Resource Parameter] - This is the user input parameters to use when acting on the resource.
- id String
- This is the resource OCID.
- metadata Map<String>
- This is additional information that helps to identity the resource for the schedule.
- parameters List<Property Map>
- This is the user input parameters to use when acting on the resource.
GetSchedulesScheduleCollectionItemResourceFilter
- Attribute string
- This is the resource attribute on which the threshold is defined.
- Condition string
- This is the condition for the filter in comparison to its creation time.
- Should
Include boolChild Compartments - This sets whether to include child compartments.
- Values
List<Get
Schedules Schedule Collection Item Resource Filter Value> - This is the HTTP request header value.
- Attribute string
- This is the resource attribute on which the threshold is defined.
- Condition string
- This is the condition for the filter in comparison to its creation time.
- Should
Include boolChild Compartments - This sets whether to include child compartments.
- Values
[]Get
Schedules Schedule Collection Item Resource Filter Value - This is the HTTP request header value.
- attribute String
- This is the resource attribute on which the threshold is defined.
- condition String
- This is the condition for the filter in comparison to its creation time.
- should
Include BooleanChild Compartments - This sets whether to include child compartments.
- values
List<Get
Schedules Schedule Collection Item Resource Filter Value> - This is the HTTP request header value.
- attribute string
- This is the resource attribute on which the threshold is defined.
- condition string
- This is the condition for the filter in comparison to its creation time.
- should
Include booleanChild Compartments - This sets whether to include child compartments.
- values
Get
Schedules Schedule Collection Item Resource Filter Value[] - This is the HTTP request header value.
- attribute str
- This is the resource attribute on which the threshold is defined.
- condition str
- This is the condition for the filter in comparison to its creation time.
- should_
include_ boolchild_ compartments - This sets whether to include child compartments.
- values
Sequence[Get
Schedules Schedule Collection Item Resource Filter Value] - This is the HTTP request header value.
- attribute String
- This is the resource attribute on which the threshold is defined.
- condition String
- This is the condition for the filter in comparison to its creation time.
- should
Include BooleanChild Compartments - This sets whether to include child compartments.
- values List<Property Map>
- This is the HTTP request header value.
GetSchedulesScheduleCollectionItemResourceFilterValue
GetSchedulesScheduleCollectionItemResourceParameter
- Parameter
Type string - This is the parameter type on which the input parameter is defined
- Values List<string>
- This is the HTTP request header value.
- Parameter
Type string - This is the parameter type on which the input parameter is defined
- Values []string
- This is the HTTP request header value.
- parameter
Type String - This is the parameter type on which the input parameter is defined
- values List<String>
- This is the HTTP request header value.
- parameter
Type string - This is the parameter type on which the input parameter is defined
- values string[]
- This is the HTTP request header value.
- parameter_
type str - This is the parameter type on which the input parameter is defined
- values Sequence[str]
- This is the HTTP request header value.
- parameter
Type String - This is the parameter type on which the input parameter is defined
- values List<String>
- This is the HTTP request header value.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
