Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.MediaServices.getMediaWorkflowJobs
Explore with Pulumi AI
This data source provides the list of Media Workflow Jobs in Oracle Cloud Infrastructure Media Services service.
Lists the MediaWorkflowJobs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMediaWorkflowJobs = oci.MediaServices.getMediaWorkflowJobs({
    compartmentId: compartmentId,
    displayName: mediaWorkflowJobDisplayName,
    id: mediaWorkflowJobId,
    mediaWorkflowId: testMediaWorkflow.id,
    state: mediaWorkflowJobState,
});
import pulumi
import pulumi_oci as oci
test_media_workflow_jobs = oci.MediaServices.get_media_workflow_jobs(compartment_id=compartment_id,
    display_name=media_workflow_job_display_name,
    id=media_workflow_job_id,
    media_workflow_id=test_media_workflow["id"],
    state=media_workflow_job_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/mediaservices"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := mediaservices.GetMediaWorkflowJobs(ctx, &mediaservices.GetMediaWorkflowJobsArgs{
			CompartmentId:   pulumi.StringRef(compartmentId),
			DisplayName:     pulumi.StringRef(mediaWorkflowJobDisplayName),
			Id:              pulumi.StringRef(mediaWorkflowJobId),
			MediaWorkflowId: pulumi.StringRef(testMediaWorkflow.Id),
			State:           pulumi.StringRef(mediaWorkflowJobState),
		}, 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 testMediaWorkflowJobs = Oci.MediaServices.GetMediaWorkflowJobs.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = mediaWorkflowJobDisplayName,
        Id = mediaWorkflowJobId,
        MediaWorkflowId = testMediaWorkflow.Id,
        State = mediaWorkflowJobState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.MediaServices.MediaServicesFunctions;
import com.pulumi.oci.MediaServices.inputs.GetMediaWorkflowJobsArgs;
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 testMediaWorkflowJobs = MediaServicesFunctions.getMediaWorkflowJobs(GetMediaWorkflowJobsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(mediaWorkflowJobDisplayName)
            .id(mediaWorkflowJobId)
            .mediaWorkflowId(testMediaWorkflow.id())
            .state(mediaWorkflowJobState)
            .build());
    }
}
variables:
  testMediaWorkflowJobs:
    fn::invoke:
      function: oci:MediaServices:getMediaWorkflowJobs
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${mediaWorkflowJobDisplayName}
        id: ${mediaWorkflowJobId}
        mediaWorkflowId: ${testMediaWorkflow.id}
        state: ${mediaWorkflowJobState}
Using getMediaWorkflowJobs
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 getMediaWorkflowJobs(args: GetMediaWorkflowJobsArgs, opts?: InvokeOptions): Promise<GetMediaWorkflowJobsResult>
function getMediaWorkflowJobsOutput(args: GetMediaWorkflowJobsOutputArgs, opts?: InvokeOptions): Output<GetMediaWorkflowJobsResult>def get_media_workflow_jobs(compartment_id: Optional[str] = None,
                            display_name: Optional[str] = None,
                            filters: Optional[Sequence[GetMediaWorkflowJobsFilter]] = None,
                            id: Optional[str] = None,
                            media_workflow_id: Optional[str] = None,
                            state: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetMediaWorkflowJobsResult
def get_media_workflow_jobs_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            display_name: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetMediaWorkflowJobsFilterArgs]]]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            media_workflow_id: Optional[pulumi.Input[str]] = None,
                            state: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetMediaWorkflowJobsResult]func GetMediaWorkflowJobs(ctx *Context, args *GetMediaWorkflowJobsArgs, opts ...InvokeOption) (*GetMediaWorkflowJobsResult, error)
func GetMediaWorkflowJobsOutput(ctx *Context, args *GetMediaWorkflowJobsOutputArgs, opts ...InvokeOption) GetMediaWorkflowJobsResultOutput> Note: This function is named GetMediaWorkflowJobs in the Go SDK.
public static class GetMediaWorkflowJobs 
{
    public static Task<GetMediaWorkflowJobsResult> InvokeAsync(GetMediaWorkflowJobsArgs args, InvokeOptions? opts = null)
    public static Output<GetMediaWorkflowJobsResult> Invoke(GetMediaWorkflowJobsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMediaWorkflowJobsResult> getMediaWorkflowJobs(GetMediaWorkflowJobsArgs args, InvokeOptions options)
public static Output<GetMediaWorkflowJobsResult> getMediaWorkflowJobs(GetMediaWorkflowJobsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:MediaServices/getMediaWorkflowJobs:getMediaWorkflowJobs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Filters
List<GetMedia Workflow Jobs Filter> 
- Id string
- unique MediaWorkflowJob identifier
- MediaWorkflow stringId 
- Unique MediaWorkflow identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Filters
[]GetMedia Workflow Jobs Filter 
- Id string
- unique MediaWorkflowJob identifier
- MediaWorkflow stringId 
- Unique MediaWorkflow identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A filter to return only the resources that match the entire display name given.
- filters
List<GetMedia Workflow Jobs Filter> 
- id String
- unique MediaWorkflowJob identifier
- mediaWorkflow StringId 
- Unique MediaWorkflow identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartmentId string
- The ID of the compartment in which to list resources.
- displayName string
- A filter to return only the resources that match the entire display name given.
- filters
GetMedia Workflow Jobs Filter[] 
- id string
- unique MediaWorkflowJob identifier
- mediaWorkflow stringId 
- Unique MediaWorkflow identifier.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment_id str
- The ID of the compartment in which to list resources.
- display_name str
- A filter to return only the resources that match the entire display name given.
- filters
Sequence[GetMedia Workflow Jobs Filter] 
- id str
- unique MediaWorkflowJob identifier
- media_workflow_ strid 
- Unique MediaWorkflow identifier.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A filter to return only the resources that match the entire display name given.
- filters List<Property Map>
- id String
- unique MediaWorkflowJob identifier
- mediaWorkflow StringId 
- Unique MediaWorkflow identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
getMediaWorkflowJobs Result
The following output properties are available:
- MediaWorkflow List<GetJob Collections Media Workflow Jobs Media Workflow Job Collection> 
- The list of media_workflow_job_collection.
- CompartmentId string
- The compartment ID of the lock.
- DisplayName string
- Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- Filters
List<GetMedia Workflow Jobs Filter> 
- Id string
- The ID associated with the job output.
- MediaWorkflow stringId 
- The workflow to execute.
- State string
- The current state of the MediaWorkflowJob task.
- MediaWorkflow []GetJob Collections Media Workflow Jobs Media Workflow Job Collection 
- The list of media_workflow_job_collection.
- CompartmentId string
- The compartment ID of the lock.
- DisplayName string
- Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- Filters
[]GetMedia Workflow Jobs Filter 
- Id string
- The ID associated with the job output.
- MediaWorkflow stringId 
- The workflow to execute.
- State string
- The current state of the MediaWorkflowJob task.
- mediaWorkflow List<GetJob Collections Media Workflow Jobs Media Workflow Job Collection> 
- The list of media_workflow_job_collection.
- compartmentId String
- The compartment ID of the lock.
- displayName String
- Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters
List<GetMedia Workflow Jobs Filter> 
- id String
- The ID associated with the job output.
- mediaWorkflow StringId 
- The workflow to execute.
- state String
- The current state of the MediaWorkflowJob task.
- mediaWorkflow GetJob Collections Media Workflow Jobs Media Workflow Job Collection[] 
- The list of media_workflow_job_collection.
- compartmentId string
- The compartment ID of the lock.
- displayName string
- Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters
GetMedia Workflow Jobs Filter[] 
- id string
- The ID associated with the job output.
- mediaWorkflow stringId 
- The workflow to execute.
- state string
- The current state of the MediaWorkflowJob task.
- media_workflow_ Sequence[Getjob_ collections Media Workflow Jobs Media Workflow Job Collection] 
- The list of media_workflow_job_collection.
- compartment_id str
- The compartment ID of the lock.
- display_name str
- Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters
Sequence[GetMedia Workflow Jobs Filter] 
- id str
- The ID associated with the job output.
- media_workflow_ strid 
- The workflow to execute.
- state str
- The current state of the MediaWorkflowJob task.
- mediaWorkflow List<Property Map>Job Collections 
- The list of media_workflow_job_collection.
- compartmentId String
- The compartment ID of the lock.
- displayName String
- Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The ID associated with the job output.
- mediaWorkflow StringId 
- The workflow to execute.
- state String
- The current state of the MediaWorkflowJob task.
Supporting Types
GetMediaWorkflowJobsFilter    
GetMediaWorkflowJobsMediaWorkflowJobCollection       
GetMediaWorkflowJobsMediaWorkflowJobCollectionItem        
- CompartmentId string
- The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- unique MediaWorkflowJob identifier
- IsLock boolOverride 
- LifecycleDetails string
- The lifecycle details of MediaWorkflowJob task.
- Locks
List<GetMedia Workflow Jobs Media Workflow Job Collection Item Lock> 
- Locks associated with this resource.
- MediaWorkflow List<string>Configuration Ids 
- Configurations to be applied to this run of the workflow.
- MediaWorkflow stringId 
- Unique MediaWorkflow identifier.
- MediaWorkflow stringName 
- Outputs
List<GetMedia Workflow Jobs Media Workflow Job Collection Item Output> 
- A list of JobOutput for the workflowJob.
- Parameters string
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- Runnable string
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TaskLifecycle List<GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State> 
- Status of each task.
- TimeCreated string
- Creation time of the job. An RFC3339 formatted datetime string.
- TimeEnded string
- Time when the job finished. An RFC3339 formatted datetime string.
- TimeStarted string
- Time when the job started to execute. An RFC3339 formatted datetime string.
- TimeUpdated string
- Updated time of the job. An RFC3339 formatted datetime string.
- WorkflowIdentifier stringType 
- CompartmentId string
- The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- unique MediaWorkflowJob identifier
- IsLock boolOverride 
- LifecycleDetails string
- The lifecycle details of MediaWorkflowJob task.
- Locks
[]GetMedia Workflow Jobs Media Workflow Job Collection Item Lock 
- Locks associated with this resource.
- MediaWorkflow []stringConfiguration Ids 
- Configurations to be applied to this run of the workflow.
- MediaWorkflow stringId 
- Unique MediaWorkflow identifier.
- MediaWorkflow stringName 
- Outputs
[]GetMedia Workflow Jobs Media Workflow Job Collection Item Output Type 
- A list of JobOutput for the workflowJob.
- Parameters string
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- Runnable string
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TaskLifecycle []GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State 
- Status of each task.
- TimeCreated string
- Creation time of the job. An RFC3339 formatted datetime string.
- TimeEnded string
- Time when the job finished. An RFC3339 formatted datetime string.
- TimeStarted string
- Time when the job started to execute. An RFC3339 formatted datetime string.
- TimeUpdated string
- Updated time of the job. An RFC3339 formatted datetime string.
- WorkflowIdentifier stringType 
- compartmentId String
- The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only the resources that match the entire display name given.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- unique MediaWorkflowJob identifier
- isLock BooleanOverride 
- lifecycleDetails String
- The lifecycle details of MediaWorkflowJob task.
- locks
List<GetMedia Workflow Jobs Media Workflow Job Collection Item Lock> 
- Locks associated with this resource.
- mediaWorkflow List<String>Configuration Ids 
- Configurations to be applied to this run of the workflow.
- mediaWorkflow StringId 
- Unique MediaWorkflow identifier.
- mediaWorkflow StringName 
- outputs
List<GetMedia Workflow Jobs Media Workflow Job Collection Item Output> 
- A list of JobOutput for the workflowJob.
- parameters String
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable String
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- taskLifecycle List<GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State> 
- Status of each task.
- timeCreated String
- Creation time of the job. An RFC3339 formatted datetime string.
- timeEnded String
- Time when the job finished. An RFC3339 formatted datetime string.
- timeStarted String
- Time when the job started to execute. An RFC3339 formatted datetime string.
- timeUpdated String
- Updated time of the job. An RFC3339 formatted datetime string.
- workflowIdentifier StringType 
- compartmentId string
- The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only the resources that match the entire display name given.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- unique MediaWorkflowJob identifier
- isLock booleanOverride 
- lifecycleDetails string
- The lifecycle details of MediaWorkflowJob task.
- locks
GetMedia Workflow Jobs Media Workflow Job Collection Item Lock[] 
- Locks associated with this resource.
- mediaWorkflow string[]Configuration Ids 
- Configurations to be applied to this run of the workflow.
- mediaWorkflow stringId 
- Unique MediaWorkflow identifier.
- mediaWorkflow stringName 
- outputs
GetMedia Workflow Jobs Media Workflow Job Collection Item Output[] 
- A list of JobOutput for the workflowJob.
- parameters string
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable string
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- taskLifecycle GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State[] 
- Status of each task.
- timeCreated string
- Creation time of the job. An RFC3339 formatted datetime string.
- timeEnded string
- Time when the job finished. An RFC3339 formatted datetime string.
- timeStarted string
- Time when the job started to execute. An RFC3339 formatted datetime string.
- timeUpdated string
- Updated time of the job. An RFC3339 formatted datetime string.
- workflowIdentifier stringType 
- compartment_id str
- The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- A filter to return only the resources that match the entire display name given.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- unique MediaWorkflowJob identifier
- is_lock_ booloverride 
- lifecycle_details str
- The lifecycle details of MediaWorkflowJob task.
- locks
Sequence[GetMedia Workflow Jobs Media Workflow Job Collection Item Lock] 
- Locks associated with this resource.
- media_workflow_ Sequence[str]configuration_ ids 
- Configurations to be applied to this run of the workflow.
- media_workflow_ strid 
- Unique MediaWorkflow identifier.
- media_workflow_ strname 
- outputs
Sequence[GetMedia Workflow Jobs Media Workflow Job Collection Item Output] 
- A list of JobOutput for the workflowJob.
- parameters str
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable str
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- task_lifecycle_ Sequence[Getstates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State] 
- Status of each task.
- time_created str
- Creation time of the job. An RFC3339 formatted datetime string.
- time_ended str
- Time when the job finished. An RFC3339 formatted datetime string.
- time_started str
- Time when the job started to execute. An RFC3339 formatted datetime string.
- time_updated str
- Updated time of the job. An RFC3339 formatted datetime string.
- workflow_identifier_ strtype 
- compartmentId String
- The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only the resources that match the entire display name given.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- unique MediaWorkflowJob identifier
- isLock BooleanOverride 
- lifecycleDetails String
- The lifecycle details of MediaWorkflowJob task.
- locks List<Property Map>
- Locks associated with this resource.
- mediaWorkflow List<String>Configuration Ids 
- Configurations to be applied to this run of the workflow.
- mediaWorkflow StringId 
- Unique MediaWorkflow identifier.
- mediaWorkflow StringName 
- outputs List<Property Map>
- A list of JobOutput for the workflowJob.
- parameters String
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable String
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- taskLifecycle List<Property Map>States 
- Status of each task.
- timeCreated String
- Creation time of the job. An RFC3339 formatted datetime string.
- timeEnded String
- Time when the job finished. An RFC3339 formatted datetime string.
- timeStarted String
- Time when the job started to execute. An RFC3339 formatted datetime string.
- timeUpdated String
- Updated time of the job. An RFC3339 formatted datetime string.
- workflowIdentifier StringType 
GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock         
- CompartmentId string
- The ID of the compartment in which to list resources.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- Creation time of the job. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- CompartmentId string
- The ID of the compartment in which to list resources.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- Creation time of the job. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- compartmentId String
- The ID of the compartment in which to list resources.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- Creation time of the job. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
- compartmentId string
- The ID of the compartment in which to list resources.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated string
- Creation time of the job. An RFC3339 formatted datetime string.
- type string
- Type of the lock.
- compartment_id str
- The ID of the compartment in which to list resources.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_created str
- Creation time of the job. An RFC3339 formatted datetime string.
- type str
- Type of the lock.
- compartmentId String
- The ID of the compartment in which to list resources.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- Creation time of the job. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutput         
- asset_type str
- Type of job output.
- bucket str
- The bucket name of the job output.
- id str
- unique MediaWorkflowJob identifier
- namespace str
- The namespace name of the job output.
- object str
- The object name of the job output.
GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState           
- Key string
- Unique key within a MediaWorkflowJob for the task.
- LifecycleDetails string
- The lifecycle details of MediaWorkflowJob task.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Key string
- Unique key within a MediaWorkflowJob for the task.
- LifecycleDetails string
- The lifecycle details of MediaWorkflowJob task.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- key String
- Unique key within a MediaWorkflowJob for the task.
- lifecycleDetails String
- The lifecycle details of MediaWorkflowJob task.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- key string
- Unique key within a MediaWorkflowJob for the task.
- lifecycleDetails string
- The lifecycle details of MediaWorkflowJob task.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- key str
- Unique key within a MediaWorkflowJob for the task.
- lifecycle_details str
- The lifecycle details of MediaWorkflowJob task.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- key String
- Unique key within a MediaWorkflowJob for the task.
- lifecycleDetails String
- The lifecycle details of MediaWorkflowJob task.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.