Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DataScience.getSchedule
Explore with Pulumi AI
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/v2/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:
- ScheduleId string
- unique Schedule identifier
- ScheduleId string
- unique Schedule identifier
- scheduleId String
- unique Schedule identifier
- scheduleId string
- unique Schedule identifier
- schedule_id str
- unique Schedule identifier
- scheduleId String
- unique Schedule identifier
getSchedule Result
The following output properties are available:
- Actions
List<GetSchedule Action> 
- The schedule action
- CompartmentId string
- The OCID of the compartment where you want to create the schedule.
- CreatedBy 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.
- DisplayName 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.
- LastSchedule stringRun Details 
- Details about the action performed by the last schedule execution. Example: Invoked ML Application trigger.
- LifecycleDetails string
- A message describing the current state in more detail.
- LogDetails List<GetSchedule Log Detail> 
- Custom logging details for schedule execution.
- ProjectId string
- The OCID of the project associated with the schedule.
- ScheduleId 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"}
- TimeCreated string
- The date and time the schedule was created. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- TimeLast stringSchedule Run 
- The last schedule execution time. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- TimeNext stringScheduled Run 
- The next scheduled execution time for the schedule. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- TimeUpdated string
- The date and time the schedule was updated. Format is defined by RFC3339. Example: 2022-09-05T01:02:29.600Z
- Triggers
List<GetSchedule Trigger> 
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- Actions
[]GetSchedule Action 
- The schedule action
- CompartmentId string
- The OCID of the compartment where you want to create the schedule.
- CreatedBy 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.
- DisplayName 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.
- LastSchedule stringRun Details 
- Details about the action performed by the last schedule execution. Example: Invoked ML Application trigger.
- LifecycleDetails string
- A message describing the current state in more detail.
- LogDetails []GetSchedule Log Detail 
- Custom logging details for schedule execution.
- ProjectId string
- The OCID of the project associated with the schedule.
- ScheduleId 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"}
- TimeCreated string
- The date and time the schedule was created. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- TimeLast stringSchedule Run 
- The last schedule execution time. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- TimeNext stringScheduled Run 
- The next scheduled execution time for the schedule. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- TimeUpdated string
- The date and time the schedule was updated. Format is defined by RFC3339. Example: 2022-09-05T01:02:29.600Z
- Triggers
[]GetSchedule Trigger 
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
List<GetSchedule Action> 
- The schedule action
- compartmentId String
- The OCID of the compartment where you want to create the schedule.
- createdBy 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.
- displayName 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.
- lastSchedule StringRun Details 
- Details about the action performed by the last schedule execution. Example: Invoked ML Application trigger.
- lifecycleDetails String
- A message describing the current state in more detail.
- logDetails List<GetSchedule Log Detail> 
- Custom logging details for schedule execution.
- projectId String
- The OCID of the project associated with the schedule.
- scheduleId 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"}
- timeCreated String
- The date and time the schedule was created. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeLast StringSchedule Run 
- The last schedule execution time. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeNext StringScheduled Run 
- The next scheduled execution time for the schedule. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeUpdated String
- The date and time the schedule was updated. Format is defined by RFC3339. Example: 2022-09-05T01:02:29.600Z
- triggers
List<GetSchedule Trigger> 
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
GetSchedule Action[] 
- The schedule action
- compartmentId string
- The OCID of the compartment where you want to create the schedule.
- createdBy 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.
- displayName 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.
- lastSchedule stringRun Details 
- Details about the action performed by the last schedule execution. Example: Invoked ML Application trigger.
- lifecycleDetails string
- A message describing the current state in more detail.
- logDetails GetSchedule Log Detail[] 
- Custom logging details for schedule execution.
- projectId string
- The OCID of the project associated with the schedule.
- scheduleId 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"}
- timeCreated string
- The date and time the schedule was created. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeLast stringSchedule Run 
- The last schedule execution time. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeNext stringScheduled Run 
- The next scheduled execution time for the schedule. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeUpdated string
- The date and time the schedule was updated. Format is defined by RFC3339. Example: 2022-09-05T01:02:29.600Z
- triggers
GetSchedule Trigger[] 
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
Sequence[GetSchedule 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[GetSchedule Trigger] 
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions List<Property Map>
- The schedule action
- compartmentId String
- The OCID of the compartment where you want to create the schedule.
- createdBy 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.
- displayName 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.
- lastSchedule StringRun Details 
- Details about the action performed by the last schedule execution. Example: Invoked ML Application trigger.
- lifecycleDetails String
- A message describing the current state in more detail.
- logDetails List<Property Map>
- Custom logging details for schedule execution.
- projectId String
- The OCID of the project associated with the schedule.
- scheduleId 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"}
- timeCreated String
- The date and time the schedule was created. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeLast StringSchedule Run 
- The last schedule execution time. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeNext StringScheduled Run 
- The next scheduled execution time for the schedule. Format is defined by RFC3339. Example: 2022-08-05T01:02:29.600Z
- timeUpdated 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  
- ActionDetails List<GetSchedule Action Action Detail> 
- Schedule Http action details
- ActionType string
- The Schedule Action type
- ActionDetails []GetSchedule Action Action Detail 
- Schedule Http action details
- ActionType string
- The Schedule Action type
- actionDetails List<GetSchedule Action Action Detail> 
- Schedule Http action details
- actionType String
- The Schedule Action type
- actionDetails GetSchedule Action Action Detail[] 
- Schedule Http action details
- actionType string
- The Schedule Action type
- action_details Sequence[GetSchedule Action Action Detail] 
- Schedule Http action details
- action_type str
- The Schedule Action type
- actionDetails List<Property Map>
- Schedule Http action details
- actionType String
- The Schedule Action type
GetScheduleActionActionDetail    
- CreateJob List<GetRun Details Schedule Action Action Detail Create Job Run Detail> 
- Parameters needed to create a new job run.
- CreatePipeline List<GetRun Details Schedule Action Action Detail Create Pipeline Run Detail> 
- The information about new PipelineRun.
- HttpAction stringType 
- The type of http action to trigger.
- MlApplication stringInstance View Id 
- The OCID of the schedule.
- TriggerMl List<GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail> 
- Payload for trigger request endpoint
- CreateJob []GetRun Details Schedule Action Action Detail Create Job Run Detail 
- Parameters needed to create a new job run.
- CreatePipeline []GetRun Details Schedule Action Action Detail Create Pipeline Run Detail 
- The information about new PipelineRun.
- HttpAction stringType 
- The type of http action to trigger.
- MlApplication stringInstance View Id 
- The OCID of the schedule.
- TriggerMl []GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail 
- Payload for trigger request endpoint
- createJob List<GetRun Details Schedule Action Action Detail Create Job Run Detail> 
- Parameters needed to create a new job run.
- createPipeline List<GetRun Details Schedule Action Action Detail Create Pipeline Run Detail> 
- The information about new PipelineRun.
- httpAction StringType 
- The type of http action to trigger.
- mlApplication StringInstance View Id 
- The OCID of the schedule.
- triggerMl List<GetApplication Instance View Flow Details Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail> 
- Payload for trigger request endpoint
- createJob GetRun Details Schedule Action Action Detail Create Job Run Detail[] 
- Parameters needed to create a new job run.
- createPipeline GetRun Details Schedule Action Action Detail Create Pipeline Run Detail[] 
- The information about new PipelineRun.
- httpAction stringType 
- The type of http action to trigger.
- mlApplication stringInstance View Id 
- The OCID of the schedule.
- triggerMl 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
- createJob List<Property Map>Run Details 
- Parameters needed to create a new job run.
- createPipeline List<Property Map>Run Details 
- The information about new PipelineRun.
- httpAction StringType 
- The type of http action to trigger.
- mlApplication StringInstance View Id 
- The OCID of the schedule.
- triggerMl List<Property Map>Application Instance View Flow Details 
- Payload for trigger request endpoint
GetScheduleActionActionDetailCreateJobRunDetail        
- CompartmentId 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"}
- DisplayName 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"}
- JobConfiguration List<GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail> 
- The job configuration details
- JobEnvironment List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail> 
- Environment configuration to capture job runtime dependencies.
- JobId string
- The OCID of the job to create a run for.
- JobLog List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail> 
- Logging configuration for resource.
- ProjectId string
- The OCID of the project associated with the schedule.
- CompartmentId 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"}
- DisplayName 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"}
- JobConfiguration []GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail 
- The job configuration details
- JobEnvironment []GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail 
- Environment configuration to capture job runtime dependencies.
- JobId string
- The OCID of the job to create a run for.
- JobLog []GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail 
- Logging configuration for resource.
- ProjectId string
- The OCID of the project associated with the schedule.
- compartmentId 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"}
- displayName 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"}
- jobConfiguration List<GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail> 
- The job configuration details
- jobEnvironment List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail> 
- Environment configuration to capture job runtime dependencies.
- jobId String
- The OCID of the job to create a run for.
- jobLog List<GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail> 
- Logging configuration for resource.
- projectId String
- The OCID of the project associated with the schedule.
- compartmentId 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"}
- displayName 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"}
- jobConfiguration GetOverride Details Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail[] 
- The job configuration details
- jobEnvironment GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail[] 
- Environment configuration to capture job runtime dependencies.
- jobId string
- The OCID of the job to create a run for.
- jobLog GetConfiguration Override Details Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail[] 
- Logging configuration for resource.
- projectId 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.
- compartmentId 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"}
- displayName 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"}
- jobConfiguration List<Property Map>Override Details 
- The job configuration details
- jobEnvironment List<Property Map>Configuration Override Details 
- Environment configuration to capture job runtime dependencies.
- jobId String
- The OCID of the job to create a run for.
- jobLog List<Property Map>Configuration Override Details 
- Logging configuration for resource.
- projectId String
- The OCID of the project associated with the schedule.
GetScheduleActionActionDetailCreateJobRunDetailJobConfigurationOverrideDetail            
- CommandLine stringArguments 
- The command line arguments to set for step.
- EnvironmentVariables Dictionary<string, string>
- Environment variables to set for step.
- JobType string
- The type of job.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the step.
- CommandLine stringArguments 
- The command line arguments to set for step.
- EnvironmentVariables map[string]string
- Environment variables to set for step.
- JobType string
- The type of job.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the step.
- commandLine StringArguments 
- The command line arguments to set for step.
- environmentVariables Map<String,String>
- Environment variables to set for step.
- jobType String
- The type of job.
- maximumRuntime StringIn Minutes 
- A time bound for the execution of the step.
- commandLine stringArguments 
- The command line arguments to set for step.
- environmentVariables {[key: string]: string}
- Environment variables to set for step.
- jobType string
- The type of job.
- maximumRuntime 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.
- commandLine StringArguments 
- The command line arguments to set for step.
- environmentVariables Map<String>
- Environment variables to set for step.
- jobType String
- The type of job.
- maximumRuntime 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.
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature stringId 
- OCID of the container image signature
- JobEnvironment 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.
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature stringId 
- OCID of the container image signature
- JobEnvironment 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.
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
- jobEnvironment 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.
- imageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature stringId 
- OCID of the container image signature
- jobEnvironment 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.
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
- jobEnvironment StringType 
- The environment configuration type used for job runtime.
GetScheduleActionActionDetailCreateJobRunDetailJobLogConfigurationOverrideDetail             
- EnableAuto boolLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- EnableLogging bool
- If customer logging is enabled for pipeline.
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the custom log to be used for Schedule logging.
- EnableAuto boolLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- EnableLogging bool
- If customer logging is enabled for pipeline.
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the custom log to be used for Schedule logging.
- enableAuto BooleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging Boolean
- If customer logging is enabled for pipeline.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the custom log to be used for Schedule logging.
- enableAuto booleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging boolean
- If customer logging is enabled for pipeline.
- logGroup stringId 
- The OCID of the log group.
- logId 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.
- enableAuto BooleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging Boolean
- If customer logging is enabled for pipeline.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the custom log to be used for Schedule logging.
GetScheduleActionActionDetailCreatePipelineRunDetail        
- CompartmentId string
- The OCID of the compartment where you want to create the schedule.
- ConfigurationOverride 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"}
- DisplayName 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"}
- LogConfiguration List<GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail> 
- The pipeline log configuration details.
- PipelineId string
- The OCID of the pipeline for which pipeline run is created.
- ProjectId string
- The OCID of the project associated with the schedule.
- StepOverride 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"}
- CompartmentId string
- The OCID of the compartment where you want to create the schedule.
- ConfigurationOverride []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"}
- DisplayName 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"}
- LogConfiguration []GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail 
- The pipeline log configuration details.
- PipelineId string
- The OCID of the pipeline for which pipeline run is created.
- ProjectId string
- The OCID of the project associated with the schedule.
- StepOverride []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"}
- compartmentId String
- The OCID of the compartment where you want to create the schedule.
- configurationOverride 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"}
- displayName 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"}
- logConfiguration List<GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail> 
- The pipeline log configuration details.
- pipelineId String
- The OCID of the pipeline for which pipeline run is created.
- projectId String
- The OCID of the project associated with the schedule.
- stepOverride 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"}
- compartmentId string
- The OCID of the compartment where you want to create the schedule.
- configurationOverride 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"}
- displayName 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"}
- logConfiguration GetOverride Details Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail[] 
- The pipeline log configuration details.
- pipelineId string
- The OCID of the pipeline for which pipeline run is created.
- projectId string
- The OCID of the project associated with the schedule.
- stepOverride 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"}
- compartmentId String
- The OCID of the compartment where you want to create the schedule.
- configurationOverride 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"}
- displayName 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"}
- logConfiguration List<Property Map>Override Details 
- The pipeline log configuration details.
- pipelineId String
- The OCID of the pipeline for which pipeline run is created.
- projectId String
- The OCID of the project associated with the schedule.
- stepOverride 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           
- CommandLine stringArguments 
- The command line arguments to set for step.
- EnvironmentVariables Dictionary<string, string>
- Environment variables to set for step.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the step.
- Type string
- The type of pipeline.
- CommandLine stringArguments 
- The command line arguments to set for step.
- EnvironmentVariables map[string]string
- Environment variables to set for step.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the step.
- Type string
- The type of pipeline.
- commandLine StringArguments 
- The command line arguments to set for step.
- environmentVariables Map<String,String>
- Environment variables to set for step.
- maximumRuntime StringIn Minutes 
- A time bound for the execution of the step.
- type String
- The type of pipeline.
- commandLine stringArguments 
- The command line arguments to set for step.
- environmentVariables {[key: string]: string}
- Environment variables to set for step.
- maximumRuntime 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.
- commandLine StringArguments 
- The command line arguments to set for step.
- environmentVariables Map<String>
- Environment variables to set for step.
- maximumRuntime StringIn Minutes 
- A time bound for the execution of the step.
- type String
- The type of pipeline.
GetScheduleActionActionDetailCreatePipelineRunDetailLogConfigurationOverrideDetail            
- EnableAuto boolLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- EnableLogging bool
- If customer logging is enabled for pipeline.
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the custom log to be used for Schedule logging.
- EnableAuto boolLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- EnableLogging bool
- If customer logging is enabled for pipeline.
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the custom log to be used for Schedule logging.
- enableAuto BooleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging Boolean
- If customer logging is enabled for pipeline.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the custom log to be used for Schedule logging.
- enableAuto booleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging boolean
- If customer logging is enabled for pipeline.
- logGroup stringId 
- The OCID of the log group.
- logId 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.
- enableAuto BooleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enableLogging Boolean
- If customer logging is enabled for pipeline.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the custom log to be used for Schedule logging.
GetScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetail           
- StepConfiguration List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail> 
- The configuration details of a step.
- StepContainer 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.
- StepName string
- The name of the step.
- StepConfiguration []GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail 
- The configuration details of a step.
- StepContainer []GetConfiguration Details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail 
- Container Details for a step in pipeline.
- StepName string
- The name of the step.
- stepConfiguration List<GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail> 
- The configuration details of a step.
- stepContainer 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.
- stepName String
- The name of the step.
- stepConfiguration GetDetails Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail[] 
- The configuration details of a step.
- stepContainer GetConfiguration Details Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail[] 
- Container Details for a step in pipeline.
- stepName 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.
- stepConfiguration List<Property Map>Details 
- The configuration details of a step.
- stepContainer List<Property Map>Configuration Details 
- Container Details for a step in pipeline.
- stepName String
- The name of the step.
GetScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetailStepConfigurationDetail              
- CommandLine stringArguments 
- The command line arguments to set for step.
- EnvironmentVariables Dictionary<string, string>
- Environment variables to set for step.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the step.
- CommandLine stringArguments 
- The command line arguments to set for step.
- EnvironmentVariables map[string]string
- Environment variables to set for step.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the step.
- commandLine StringArguments 
- The command line arguments to set for step.
- environmentVariables Map<String,String>
- Environment variables to set for step.
- maximumRuntime StringIn Minutes 
- A time bound for the execution of the step.
- commandLine stringArguments 
- The command line arguments to set for step.
- environmentVariables {[key: string]: string}
- Environment variables to set for step.
- maximumRuntime 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.
- commandLine StringArguments 
- The command line arguments to set for step.
- environmentVariables Map<String>
- Environment variables to set for step.
- maximumRuntime 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.
- ContainerType 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.
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature 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.
- ContainerType 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.
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature 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.
- containerType 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.
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature 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.
- containerType 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.
- imageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature 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.
- containerType 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.
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
GetScheduleActionActionDetailTriggerMlApplicationInstanceViewFlowDetail           
- Parameters
List<GetSchedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter> 
- Parameters provided for given trigger invocation (they must match predefined schema)
- TriggerName string
- Name of trigger
- Parameters
[]GetSchedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter 
- Parameters provided for given trigger invocation (they must match predefined schema)
- TriggerName string
- Name of trigger
- parameters
List<GetSchedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter> 
- Parameters provided for given trigger invocation (they must match predefined schema)
- triggerName String
- Name of trigger
- parameters
GetSchedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter[] 
- Parameters provided for given trigger invocation (they must match predefined schema)
- triggerName string
- Name of trigger
- parameters
Sequence[GetSchedule 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)
- triggerName String
- Name of trigger
GetScheduleActionActionDetailTriggerMlApplicationInstanceViewFlowDetailParameter            
GetScheduleLogDetail   
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the custom log to be used for Schedule logging.
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the custom log to be used for Schedule logging.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the custom log to be used for Schedule logging.
- logGroup stringId 
- The OCID of the log group.
- logId 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.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the custom log to be used for Schedule logging.
GetScheduleTrigger  
- CronExpression string
- Schedule cron expression
- Frequency string
- The type of frequency
- Interval int
- The interval of frequency.
- IsRandom 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
- TimeEnd string
- The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- TimeStart string
- The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- TriggerType string
- The schedule trigger type
- CronExpression string
- Schedule cron expression
- Frequency string
- The type of frequency
- Interval int
- The interval of frequency.
- IsRandom 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
- TimeEnd string
- The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- TimeStart string
- The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- TriggerType string
- The schedule trigger type
- cronExpression String
- Schedule cron expression
- frequency String
- The type of frequency
- interval Integer
- The interval of frequency.
- isRandom 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
- timeEnd String
- The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- timeStart String
- The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- triggerType String
- The schedule trigger type
- cronExpression string
- Schedule cron expression
- frequency string
- The type of frequency
- interval number
- The interval of frequency.
- isRandom 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
- timeEnd string
- The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- timeStart string
- The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- triggerType 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
- cronExpression String
- Schedule cron expression
- frequency String
- The type of frequency
- interval Number
- The interval of frequency.
- isRandom 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
- timeEnd String
- The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- timeStart String
- The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- triggerType 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.