1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. MediaServices
  5. getMediaWorkflowJobs
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

oci.MediaServices.getMediaWorkflowJobs

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

    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/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[_mediaservices.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[_mediaservices.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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:MediaServices/getMediaWorkflowJobs:getMediaWorkflowJobs
      arguments:
        # arguments dictionary

    The 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<GetMediaWorkflowJobsFilter>
    Id string
    unique MediaWorkflowJob identifier
    MediaWorkflowId string
    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 []GetMediaWorkflowJobsFilter
    Id string
    unique MediaWorkflowJob identifier
    MediaWorkflowId string
    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<GetMediaWorkflowJobsFilter>
    id String
    unique MediaWorkflowJob identifier
    mediaWorkflowId String
    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 GetMediaWorkflowJobsFilter[]
    id string
    unique MediaWorkflowJob identifier
    mediaWorkflowId string
    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[mediaservices.GetMediaWorkflowJobsFilter]
    id str
    unique MediaWorkflowJob identifier
    media_workflow_id str
    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
    mediaWorkflowId String
    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:

    MediaWorkflowJobCollections List<GetMediaWorkflowJobsMediaWorkflowJobCollection>
    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<GetMediaWorkflowJobsFilter>
    Id string
    The ID associated with the job output.
    MediaWorkflowId string
    The workflow to execute.
    State string
    The current state of the MediaWorkflowJob task.
    MediaWorkflowJobCollections []GetMediaWorkflowJobsMediaWorkflowJobCollection
    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 []GetMediaWorkflowJobsFilter
    Id string
    The ID associated with the job output.
    MediaWorkflowId string
    The workflow to execute.
    State string
    The current state of the MediaWorkflowJob task.
    mediaWorkflowJobCollections List<GetMediaWorkflowJobsMediaWorkflowJobCollection>
    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<GetMediaWorkflowJobsFilter>
    id String
    The ID associated with the job output.
    mediaWorkflowId String
    The workflow to execute.
    state String
    The current state of the MediaWorkflowJob task.
    mediaWorkflowJobCollections GetMediaWorkflowJobsMediaWorkflowJobCollection[]
    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 GetMediaWorkflowJobsFilter[]
    id string
    The ID associated with the job output.
    mediaWorkflowId string
    The workflow to execute.
    state string
    The current state of the MediaWorkflowJob task.
    media_workflow_job_collections Sequence[mediaservices.GetMediaWorkflowJobsMediaWorkflowJobCollection]
    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[mediaservices.GetMediaWorkflowJobsFilter]
    id str
    The ID associated with the job output.
    media_workflow_id str
    The workflow to execute.
    state str
    The current state of the MediaWorkflowJob task.
    mediaWorkflowJobCollections List<Property Map>
    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.
    mediaWorkflowId String
    The workflow to execute.
    state String
    The current state of the MediaWorkflowJob task.

    Supporting Types

    GetMediaWorkflowJobsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetMediaWorkflowJobsMediaWorkflowJobCollection

    GetMediaWorkflowJobsMediaWorkflowJobCollectionItem

    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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
    IsLockOverride bool
    LifecycleDetails string
    The lifecycle details of MediaWorkflowJob task.
    Locks List<GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock>
    Locks associated with this resource.
    MediaWorkflowConfigurationIds List<string>
    Configurations to be applied to this run of the workflow.
    MediaWorkflowId string
    Unique MediaWorkflow identifier.
    MediaWorkflowName string
    Outputs List<GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutput>
    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.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TaskLifecycleStates List<GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState>
    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.
    WorkflowIdentifierType string
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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
    IsLockOverride bool
    LifecycleDetails string
    The lifecycle details of MediaWorkflowJob task.
    Locks []GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock
    Locks associated with this resource.
    MediaWorkflowConfigurationIds []string
    Configurations to be applied to this run of the workflow.
    MediaWorkflowId string
    Unique MediaWorkflow identifier.
    MediaWorkflowName string
    Outputs []GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutputType
    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.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TaskLifecycleStates []GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState
    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.
    WorkflowIdentifierType string
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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
    isLockOverride Boolean
    lifecycleDetails String
    The lifecycle details of MediaWorkflowJob task.
    locks List<GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock>
    Locks associated with this resource.
    mediaWorkflowConfigurationIds List<String>
    Configurations to be applied to this run of the workflow.
    mediaWorkflowId String
    Unique MediaWorkflow identifier.
    mediaWorkflowName String
    outputs List<GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutput>
    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.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taskLifecycleStates List<GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState>
    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.
    workflowIdentifierType String
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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
    isLockOverride boolean
    lifecycleDetails string
    The lifecycle details of MediaWorkflowJob task.
    locks GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock[]
    Locks associated with this resource.
    mediaWorkflowConfigurationIds string[]
    Configurations to be applied to this run of the workflow.
    mediaWorkflowId string
    Unique MediaWorkflow identifier.
    mediaWorkflowName string
    outputs GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutput[]
    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.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taskLifecycleStates GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState[]
    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.
    workflowIdentifierType string
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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_override bool
    lifecycle_details str
    The lifecycle details of MediaWorkflowJob task.
    locks Sequence[mediaservices.GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock]
    Locks associated with this resource.
    media_workflow_configuration_ids Sequence[str]
    Configurations to be applied to this run of the workflow.
    media_workflow_id str
    Unique MediaWorkflow identifier.
    media_workflow_name str
    outputs Sequence[mediaservices.GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutput]
    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.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    task_lifecycle_states Sequence[mediaservices.GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState]
    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_type str
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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
    isLockOverride Boolean
    lifecycleDetails String
    The lifecycle details of MediaWorkflowJob task.
    locks List<Property Map>
    Locks associated with this resource.
    mediaWorkflowConfigurationIds List<String>
    Configurations to be applied to this run of the workflow.
    mediaWorkflowId String
    Unique MediaWorkflow identifier.
    mediaWorkflowName String
    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.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    taskLifecycleStates List<Property Map>
    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.
    workflowIdentifierType String

    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.
    RelatedResourceId 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.
    RelatedResourceId 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.
    relatedResourceId 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.
    relatedResourceId 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.
    related_resource_id 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.
    relatedResourceId 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

    AssetType string
    Type of job output.
    Bucket string
    The bucket name of the job output.
    Id string
    unique MediaWorkflowJob identifier
    Namespace string
    The namespace name of the job output.
    Object string
    The object name of the job output.
    AssetType string
    Type of job output.
    Bucket string
    The bucket name of the job output.
    Id string
    unique MediaWorkflowJob identifier
    Namespace string
    The namespace name of the job output.
    Object string
    The object name of the job output.
    assetType String
    Type of job output.
    bucket String
    The bucket name of the job output.
    id String
    unique MediaWorkflowJob identifier
    namespace String
    The namespace name of the job output.
    object String
    The object name of the job output.
    assetType string
    Type of job output.
    bucket string
    The bucket name of the job output.
    id string
    unique MediaWorkflowJob identifier
    namespace string
    The namespace name of the job output.
    object string
    The object name of the job output.
    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.
    assetType String
    Type of job output.
    bucket String
    The bucket name of the job output.
    id String
    unique MediaWorkflowJob identifier
    namespace String
    The namespace name of the job output.
    object String
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi