Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
This data source provides details about a specific Schedule resource in Oracle Cloud Infrastructure Data Science service.
Gets a Schedule by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSchedule = oci.DataScience.getSchedule({
scheduleId: testScheduleOciDatascienceSchedule.id,
});
import pulumi
import pulumi_oci as oci
test_schedule = oci.DataScience.get_schedule(schedule_id=test_schedule_oci_datascience_schedule["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetSchedule(ctx, &datascience.GetScheduleArgs{
ScheduleId: testScheduleOciDatascienceSchedule.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 testSchedule = Oci.DataScience.GetSchedule.Invoke(new()
{
ScheduleId = testScheduleOciDatascienceSchedule.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetScheduleArgs;
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 testSchedule = DataScienceFunctions.getSchedule(GetScheduleArgs.builder()
.scheduleId(testScheduleOciDatascienceSchedule.id())
.build());
}
}
variables:
testSchedule:
fn::invoke:
function: oci:DataScience:getSchedule
arguments:
scheduleId: ${testScheduleOciDatascienceSchedule.id}
Using getSchedule
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 getSchedule(args: GetScheduleArgs, opts?: InvokeOptions): Promise<GetScheduleResult>
function getScheduleOutput(args: GetScheduleOutputArgs, opts?: InvokeOptions): Output<GetScheduleResult>def get_schedule(schedule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScheduleResult
def get_schedule_output(schedule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScheduleResult]func LookupSchedule(ctx *Context, args *LookupScheduleArgs, opts ...InvokeOption) (*LookupScheduleResult, error)
func LookupScheduleOutput(ctx *Context, args *LookupScheduleOutputArgs, opts ...InvokeOption) LookupScheduleResultOutput> Note: This function is named LookupSchedule in the Go SDK.
public static class GetSchedule
{
public static Task<GetScheduleResult> InvokeAsync(GetScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetScheduleResult> Invoke(GetScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetScheduleResult> getSchedule(GetScheduleArgs args, InvokeOptions options)
public static Output<GetScheduleResult> getSchedule(GetScheduleArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getSchedule:getSchedule
arguments:
# arguments dictionaryThe following arguments are supported:
- Schedule
Id string - unique Schedule identifier
- Schedule
Id string - unique Schedule identifier
- schedule
Id String - unique Schedule identifier
- schedule
Id string - unique Schedule identifier
- schedule_
id str - unique Schedule identifier
- schedule
Id String - unique Schedule identifier
getSchedule Result
The following output properties are available:
- Actions
List<Get
Schedule Action> - The schedule action
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Created
By string - The OCID of the user who created the schedule.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- A short description of the schedule.
- Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the schedule.
- Last
Schedule stringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger. - Lifecycle
Details string - A message describing the current state in more detail.
- Log
Details List<GetSchedule Log Detail> - Custom logging details for schedule execution.
- Project
Id string - The OCID of the project associated with the schedule.
- Schedule
Id string - State string
- The current state of the schedule. Example:
ACTIVE - Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - Time
Last stringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - Time
Next stringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - Time
Updated string - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z - Triggers
List<Get
Schedule Trigger> - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- Actions
[]Get
Schedule Action - The schedule action
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Created
By string - The OCID of the user who created the schedule.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- A short description of the schedule.
- Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the schedule.
- Last
Schedule stringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger. - Lifecycle
Details string - A message describing the current state in more detail.
- Log
Details []GetSchedule Log Detail - Custom logging details for schedule execution.
- Project
Id string - The OCID of the project associated with the schedule.
- Schedule
Id string - State string
- The current state of the schedule. Example:
ACTIVE - map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - Time
Last stringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - Time
Next stringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - Time
Updated string - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z - Triggers
[]Get
Schedule Trigger - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
List<Get
Schedule Action> - The schedule action
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- created
By String - The OCID of the user who created the schedule.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- A short description of the schedule.
- display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the schedule.
- last
Schedule StringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger. - lifecycle
Details String - A message describing the current state in more detail.
- log
Details List<GetSchedule Log Detail> - Custom logging details for schedule execution.
- project
Id String - The OCID of the project associated with the schedule.
- schedule
Id String - state String
- The current state of the schedule. Example:
ACTIVE - Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Last StringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Next StringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Updated String - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z - triggers
List<Get
Schedule Trigger> - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
Get
Schedule Action[] - The schedule action
- compartment
Id string - The OCID of the compartment where you want to create the schedule.
- created
By string - The OCID of the user who created the schedule.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- A short description of the schedule.
- display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the schedule.
- last
Schedule stringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger. - lifecycle
Details string - A message describing the current state in more detail.
- log
Details GetSchedule Log Detail[] - Custom logging details for schedule execution.
- project
Id string - The OCID of the project associated with the schedule.
- schedule
Id string - state string
- The current state of the schedule. Example:
ACTIVE - {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Last stringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Next stringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Updated string - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z - triggers
Get
Schedule Trigger[] - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
Sequence[Get
Schedule Action] - The schedule action
- compartment_
id str - The OCID of the compartment where you want to create the schedule.
- created_
by str - The OCID of the user who created the schedule.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- A short description of the schedule.
- display_
name str - A user-friendly display name for the resource. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the schedule.
- last_
schedule_ strrun_ details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger. - lifecycle_
details str - A message describing the current state in more detail.
- log_
details Sequence[GetSchedule Log Detail] - Custom logging details for schedule execution.
- project_
id str - The OCID of the project associated with the schedule.
- schedule_
id str - state str
- The current state of the schedule. Example:
ACTIVE - Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time_
last_ strschedule_ run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time_
next_ strscheduled_ run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time_
updated str - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z - triggers
Sequence[Get
Schedule Trigger] - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions List<Property Map>
- The schedule action
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- created
By String - The OCID of the user who created the schedule.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- A short description of the schedule.
- display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the schedule.
- last
Schedule StringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger. - lifecycle
Details String - A message describing the current state in more detail.
- log
Details List<Property Map> - Custom logging details for schedule execution.
- project
Id String - The OCID of the project associated with the schedule.
- schedule
Id String - state String
- The current state of the schedule. Example:
ACTIVE - Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Last StringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Next StringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z - time
Updated String - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z - triggers List<Property Map>
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
Supporting Types
GetScheduleAction
- Action
Details List<GetSchedule Action Action Detail> - Schedule Http action details
- Action
Type string - The Schedule Action type
- Action
Details []GetSchedule Action Action Detail - Schedule Http action details
- Action
Type string - The Schedule Action type
- action
Details List<GetSchedule Action Action Detail> - Schedule Http action details
- action
Type String - The Schedule Action type
- action
Details GetSchedule Action Action Detail[] - Schedule Http action details
- action
Type string - The Schedule Action type
- action_
details Sequence[GetSchedule Action Action Detail] - Schedule Http action details
- action_
type str - The Schedule Action type
- action
Details List<Property Map> - Schedule Http action details
- action
Type String - The Schedule Action type
GetScheduleActionActionDetail
- Create
Job List<GetRun Details Schedule Action Action Detail Create Job Run Detail> - Parameters needed to create a new job run.
- Create
Pipeline List<GetRun Details Schedule Action Action Detail Create Pipeline Run Detail> - The information about new PipelineRun.
- Http
Action stringType - The type of http action to trigger.
- Ml
Application stringInstance View Id - The OCID of the schedule.
- Trigger
Ml List<GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail> - Payload for trigger request endpoint
- Create
Job []GetRun Details Schedule Action Action Detail Create Job Run Detail - Parameters needed to create a new job run.
- Create
Pipeline []GetRun Details Schedule Action Action Detail Create Pipeline Run Detail - The information about new PipelineRun.
- Http
Action stringType - The type of http action to trigger.
- Ml
Application stringInstance View Id - The OCID of the schedule.
- Trigger
Ml []GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail - Payload for trigger request endpoint
- create
Job List<GetRun Details Schedule Action Action Detail Create Job Run Detail> - Parameters needed to create a new job run.
- create
Pipeline List<GetRun Details Schedule Action Action Detail Create Pipeline Run Detail> - The information about new PipelineRun.
- http
Action StringType - The type of http action to trigger.
- ml
Application StringInstance View Id - The OCID of the schedule.
- trigger
Ml List<GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail> - Payload for trigger request endpoint
- create
Job GetRun Details Schedule Action Action Detail Create Job Run Detail[] - Parameters needed to create a new job run.
- create
Pipeline GetRun Details Schedule Action Action Detail Create Pipeline Run Detail[] - The information about new PipelineRun.
- http
Action stringType - The type of http action to trigger.
- ml
Application stringInstance View Id - The OCID of the schedule.
- trigger
Ml GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail[] - Payload for trigger request endpoint
- create_
job_ Sequence[Getrun_ details Schedule Action Action Detail Create Job Run Detail] - Parameters needed to create a new job run.
- create_
pipeline_ Sequence[Getrun_ details Schedule Action Action Detail Create Pipeline Run Detail] - The information about new PipelineRun.
- http_
action_ strtype - The type of http action to trigger.
- ml_
application_ strinstance_ view_ id - The OCID of the schedule.
- trigger_
ml_ Sequence[Getapplication_ instance_ view_ flow_ details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail] - Payload for trigger request endpoint
- create
Job List<Property Map>Run Details - Parameters needed to create a new job run.
- create
Pipeline List<Property Map>Run Details - The information about new PipelineRun.
- http
Action StringType - The type of http action to trigger.
- ml
Application StringInstance View Id - The OCID of the schedule.
- trigger
Ml List<Property Map>Application Instance View Flow Details - Payload for trigger request endpoint
GetScheduleActionActionDetailCreateJobRunDetail
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Job
Configuration List<GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail> - The job configuration details
- Job
Environment List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail> - Environment configuration to capture job runtime dependencies.
- Job
Id string - The OCID of the job to create a run for.
- Job
Log List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail> - Logging configuration for resource.
- Project
Id string - The OCID of the project associated with the schedule.
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Job
Configuration []GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail - The job configuration details
- Job
Environment []GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail - Environment configuration to capture job runtime dependencies.
- Job
Id string - The OCID of the job to create a run for.
- Job
Log []GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail - Logging configuration for resource.
- Project
Id string - The OCID of the project associated with the schedule.
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - job
Configuration List<GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail> - The job configuration details
- job
Environment List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail> - Environment configuration to capture job runtime dependencies.
- job
Id String - The OCID of the job to create a run for.
- job
Log List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail> - Logging configuration for resource.
- project
Id String - The OCID of the project associated with the schedule.
- compartment
Id string - The OCID of the compartment where you want to create the schedule.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - job
Configuration GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail[] - The job configuration details
- job
Environment GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail[] - Environment configuration to capture job runtime dependencies.
- job
Id string - The OCID of the job to create a run for.
- job
Log GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail[] - Logging configuration for resource.
- project
Id string - The OCID of the project associated with the schedule.
- compartment_
id str - The OCID of the compartment where you want to create the schedule.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - A user-friendly display name for the resource. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - job_
configuration_ Sequence[Getoverride_ details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail] - The job configuration details
- job_
environment_ Sequence[Getconfiguration_ override_ details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail] - Environment configuration to capture job runtime dependencies.
- job_
id str - The OCID of the job to create a run for.
- job_
log_ Sequence[Getconfiguration_ override_ details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail] - Logging configuration for resource.
- project_
id str - The OCID of the project associated with the schedule.
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - job
Configuration List<Property Map>Override Details - The job configuration details
- job
Environment List<Property Map>Configuration Override Details - Environment configuration to capture job runtime dependencies.
- job
Id String - The OCID of the job to create a run for.
- job
Log List<Property Map>Configuration Override Details - Logging configuration for resource.
- project
Id String - The OCID of the project associated with the schedule.
GetScheduleActionActionDetailCreateJobRunDetailJobConfigurationOverrideDetail
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - Environment variables to set for step.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables map[string]string - Environment variables to set for step.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String,String> - Environment variables to set for step.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- command
Line stringArguments - The command line arguments to set for step.
- environment
Variables {[key: string]: string} - Environment variables to set for step.
- job
Type string - The type of job.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command_
line_ strarguments - The command line arguments to set for step.
- environment_
variables Mapping[str, str] - Environment variables to set for step.
- job_
type str - The type of job.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String> - Environment variables to set for step.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
GetScheduleActionActionDetailCreateJobRunDetailJobEnvironmentConfigurationOverrideDetail
- Cmds List<string>
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- Cmds []string
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
- cmds string[]
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image
Signature stringId - OCID of the container image signature
- job
Environment stringType - The environment configuration type used for job runtime.
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image_
signature_ strid - OCID of the container image signature
- job_
environment_ strtype - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
GetScheduleActionActionDetailCreateJobRunDetailJobLogConfigurationOverrideDetail
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
- enable
Auto booleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging boolean - If customer logging is enabled for pipeline.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable_
auto_ boollog_ creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable_
logging bool - If customer logging is enabled for pipeline.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
GetScheduleActionActionDetailCreatePipelineRunDetail
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Configuration
Override List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail> - The configuration details of a pipeline.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Log
Configuration List<GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail> - The pipeline log configuration details.
- Pipeline
Id string - The OCID of the pipeline for which pipeline run is created.
- Project
Id string - The OCID of the project associated with the schedule.
- Step
Override List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail> - Array of step override details. Only Step Configuration is allowed to be overridden.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Configuration
Override []GetDetails Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail - The configuration details of a pipeline.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - Log
Configuration []GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail - The pipeline log configuration details.
- Pipeline
Id string - The OCID of the pipeline for which pipeline run is created.
- Project
Id string - The OCID of the project associated with the schedule.
- Step
Override []GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail - Array of step override details. Only Step Configuration is allowed to be overridden.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- configuration
Override List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail> - The configuration details of a pipeline.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - log
Configuration List<GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail> - The pipeline log configuration details.
- pipeline
Id String - The OCID of the pipeline for which pipeline run is created.
- project
Id String - The OCID of the project associated with the schedule.
- step
Override List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail> - Array of step override details. Only Step Configuration is allowed to be overridden.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id string - The OCID of the compartment where you want to create the schedule.
- configuration
Override GetDetails Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail[] - The configuration details of a pipeline.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - log
Configuration GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail[] - The pipeline log configuration details.
- pipeline
Id string - The OCID of the pipeline for which pipeline run is created.
- project
Id string - The OCID of the project associated with the schedule.
- step
Override GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail[] - Array of step override details. Only Step Configuration is allowed to be overridden.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment_
id str - The OCID of the compartment where you want to create the schedule.
- configuration_
override_ Sequence[Getdetails Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail] - The configuration details of a pipeline.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - A user-friendly display name for the resource. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - log_
configuration_ Sequence[Getoverride_ details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail] - The pipeline log configuration details.
- pipeline_
id str - The OCID of the pipeline for which pipeline run is created.
- project_
id str - The OCID of the project associated with the schedule.
- step_
override_ Sequence[Getdetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail] - Array of step override details. Only Step Configuration is allowed to be overridden.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- configuration
Override List<Property Map>Details - The configuration details of a pipeline.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"} - log
Configuration List<Property Map>Override Details - The pipeline log configuration details.
- pipeline
Id String - The OCID of the pipeline for which pipeline run is created.
- project
Id String - The OCID of the project associated with the schedule.
- step
Override List<Property Map>Details - Array of step override details. Only Step Configuration is allowed to be overridden.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
GetScheduleActionActionDetailCreatePipelineRunDetailConfigurationOverrideDetail
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Type string
- The type of pipeline.
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables map[string]string - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Type string
- The type of pipeline.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String,String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- type String
- The type of pipeline.
- command
Line stringArguments - The command line arguments to set for step.
- environment
Variables {[key: string]: string} - Environment variables to set for step.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- type string
- The type of pipeline.
- command_
line_ strarguments - The command line arguments to set for step.
- environment_
variables Mapping[str, str] - Environment variables to set for step.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the step.
- type str
- The type of pipeline.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- type String
- The type of pipeline.
GetScheduleActionActionDetailCreatePipelineRunDetailLogConfigurationOverrideDetail
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
- enable
Auto booleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging boolean - If customer logging is enabled for pipeline.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable_
auto_ boollog_ creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable_
logging bool - If customer logging is enabled for pipeline.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
GetScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetail
- Step
Configuration List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail> - The configuration details of a step.
- Step
Container List<GetConfiguration Details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail> - Container Details for a step in pipeline.
- Step
Name string - The name of the step.
- Step
Configuration []GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail - The configuration details of a step.
- Step
Container []GetConfiguration Details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail - Container Details for a step in pipeline.
- Step
Name string - The name of the step.
- step
Configuration List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail> - The configuration details of a step.
- step
Container List<GetConfiguration Details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail> - Container Details for a step in pipeline.
- step
Name String - The name of the step.
- step
Configuration GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail[] - The configuration details of a step.
- step
Container GetConfiguration Details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail[] - Container Details for a step in pipeline.
- step
Name string - The name of the step.
- step_
configuration_ Sequence[Getdetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail] - The configuration details of a step.
- step_
container_ Sequence[Getconfiguration_ details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail] - Container Details for a step in pipeline.
- step_
name str - The name of the step.
- step
Configuration List<Property Map>Details - The configuration details of a step.
- step
Container List<Property Map>Configuration Details - Container Details for a step in pipeline.
- step
Name String - The name of the step.
GetScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetailStepConfigurationDetail
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables map[string]string - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String,String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- command
Line stringArguments - The command line arguments to set for step.
- environment
Variables {[key: string]: string} - Environment variables to set for step.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command_
line_ strarguments - The command line arguments to set for step.
- environment_
variables Mapping[str, str] - Environment variables to set for step.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
GetScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetailStepContainerConfigurationDetail
- Cmds List<string>
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - Container
Type string - The type of container.
- Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - Image
Signature stringId - OCID of the container image signature
- Cmds []string
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - Container
Type string - The type of container.
- Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - Image
Signature stringId - OCID of the container image signature
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - container
Type String - The type of container.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image
Signature StringId - OCID of the container image signature
- cmds string[]
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - container
Type string - The type of container.
- entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image
Signature stringId - OCID of the container image signature
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - container_
type str - The type of container.
- entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image_
signature_ strid - OCID of the container image signature
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. - container
Type String - The type of container.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030 - image
Signature StringId - OCID of the container image signature
GetScheduleActionActionDetailTriggerMlApplicationInstanceViewFlowDetail
- Parameters
List<Get
Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter> - Parameters provided for given trigger invocation (they must match predefined schema)
- Trigger
Name string - Name of trigger
- Parameters
[]Get
Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter - Parameters provided for given trigger invocation (they must match predefined schema)
- Trigger
Name string - Name of trigger
- parameters
List<Get
Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter> - Parameters provided for given trigger invocation (they must match predefined schema)
- trigger
Name String - Name of trigger
- parameters
Get
Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter[] - Parameters provided for given trigger invocation (they must match predefined schema)
- trigger
Name string - Name of trigger
- parameters
Sequence[Get
Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter] - Parameters provided for given trigger invocation (they must match predefined schema)
- trigger_
name str - Name of trigger
- parameters List<Property Map>
- Parameters provided for given trigger invocation (they must match predefined schema)
- trigger
Name String - Name of trigger
GetScheduleActionActionDetailTriggerMlApplicationInstanceViewFlowDetailParameter
GetScheduleLogDetail
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the custom log to be used for Schedule logging.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the custom log to be used for Schedule logging.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
GetScheduleTrigger
- Cron
Expression string - Schedule cron expression
- Frequency string
- The type of frequency
- Interval int
- The interval of frequency.
- Is
Random boolStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- Recurrence string
- This recurrence field conforms to RFC-5545 formatting
- Time
End string - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- Time
Start string - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- Trigger
Type string - The schedule trigger type
- Cron
Expression string - Schedule cron expression
- Frequency string
- The type of frequency
- Interval int
- The interval of frequency.
- Is
Random boolStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- Recurrence string
- This recurrence field conforms to RFC-5545 formatting
- Time
End string - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- Time
Start string - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- Trigger
Type string - The schedule trigger type
- cron
Expression String - Schedule cron expression
- frequency String
- The type of frequency
- interval Integer
- The interval of frequency.
- is
Random BooleanStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence String
- This recurrence field conforms to RFC-5545 formatting
- time
End String - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time
Start String - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger
Type String - The schedule trigger type
- cron
Expression string - Schedule cron expression
- frequency string
- The type of frequency
- interval number
- The interval of frequency.
- is
Random booleanStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence string
- This recurrence field conforms to RFC-5545 formatting
- time
End string - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time
Start string - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger
Type string - The schedule trigger type
- cron_
expression str - Schedule cron expression
- frequency str
- The type of frequency
- interval int
- The interval of frequency.
- is_
random_ boolstart_ time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence str
- This recurrence field conforms to RFC-5545 formatting
- time_
end str - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time_
start str - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger_
type str - The schedule trigger type
- cron
Expression String - Schedule cron expression
- frequency String
- The type of frequency
- interval Number
- The interval of frequency.
- is
Random BooleanStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence String
- This recurrence field conforms to RFC-5545 formatting
- time
End String - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time
Start String - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger
Type String - The schedule trigger type
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
