1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. MediaServices
  5. getMediaWorkflow
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.MediaServices.getMediaWorkflow

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides details about a specific Media Workflow resource in Oracle Cloud Infrastructure Media Services service.

    Gets a MediaWorkflow by identifier.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testMediaWorkflow = oci.MediaServices.getMediaWorkflow({
        mediaWorkflowId: oci_media_services_media_workflow.test_media_workflow.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_media_workflow = oci.MediaServices.get_media_workflow(media_workflow_id=oci_media_services_media_workflow["test_media_workflow"]["id"])
    
    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.GetMediaWorkflow(ctx, &mediaservices.GetMediaWorkflowArgs{
    			MediaWorkflowId: oci_media_services_media_workflow.Test_media_workflow.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 testMediaWorkflow = Oci.MediaServices.GetMediaWorkflow.Invoke(new()
        {
            MediaWorkflowId = oci_media_services_media_workflow.Test_media_workflow.Id,
        });
    
    });
    
    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.GetMediaWorkflowArgs;
    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 testMediaWorkflow = MediaServicesFunctions.getMediaWorkflow(GetMediaWorkflowArgs.builder()
                .mediaWorkflowId(oci_media_services_media_workflow.test_media_workflow().id())
                .build());
    
        }
    }
    
    variables:
      testMediaWorkflow:
        fn::invoke:
          Function: oci:MediaServices:getMediaWorkflow
          Arguments:
            mediaWorkflowId: ${oci_media_services_media_workflow.test_media_workflow.id}
    

    Using getMediaWorkflow

    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 getMediaWorkflow(args: GetMediaWorkflowArgs, opts?: InvokeOptions): Promise<GetMediaWorkflowResult>
    function getMediaWorkflowOutput(args: GetMediaWorkflowOutputArgs, opts?: InvokeOptions): Output<GetMediaWorkflowResult>
    def get_media_workflow(media_workflow_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetMediaWorkflowResult
    def get_media_workflow_output(media_workflow_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetMediaWorkflowResult]
    func GetMediaWorkflow(ctx *Context, args *GetMediaWorkflowArgs, opts ...InvokeOption) (*GetMediaWorkflowResult, error)
    func GetMediaWorkflowOutput(ctx *Context, args *GetMediaWorkflowOutputArgs, opts ...InvokeOption) GetMediaWorkflowResultOutput

    > Note: This function is named GetMediaWorkflow in the Go SDK.

    public static class GetMediaWorkflow 
    {
        public static Task<GetMediaWorkflowResult> InvokeAsync(GetMediaWorkflowArgs args, InvokeOptions? opts = null)
        public static Output<GetMediaWorkflowResult> Invoke(GetMediaWorkflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMediaWorkflowResult> getMediaWorkflow(GetMediaWorkflowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:MediaServices/getMediaWorkflow:getMediaWorkflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MediaWorkflowId string
    Unique MediaWorkflow identifier.
    MediaWorkflowId string
    Unique MediaWorkflow identifier.
    mediaWorkflowId String
    Unique MediaWorkflow identifier.
    mediaWorkflowId string
    Unique MediaWorkflow identifier.
    media_workflow_id str
    Unique MediaWorkflow identifier.
    mediaWorkflowId String
    Unique MediaWorkflow identifier.

    getMediaWorkflow Result

    The following output properties are available:

    CompartmentId string
    The compartment ID of the lock.
    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
    Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 identifier that is immutable on creation.
    IsLockOverride bool
    LifecyleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    Locks List<GetMediaWorkflowLock>
    Locks associated with this resource.
    MediaWorkflowConfigurationIds List<string>
    Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used.
    MediaWorkflowId string
    Parameters string
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    State string
    The current state of the MediaWorkflow.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    Tasks List<GetMediaWorkflowTask>
    The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
    TimeCreated string
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
    Version string
    The version of the MediaWorkflow.
    CompartmentId string
    The compartment ID of the lock.
    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
    Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 identifier that is immutable on creation.
    IsLockOverride bool
    LifecyleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    Locks []GetMediaWorkflowLock
    Locks associated with this resource.
    MediaWorkflowConfigurationIds []string
    Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used.
    MediaWorkflowId string
    Parameters string
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    State string
    The current state of the MediaWorkflow.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    Tasks []GetMediaWorkflowTask
    The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
    TimeCreated string
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
    Version string
    The version of the MediaWorkflow.
    compartmentId String
    The compartment ID of the lock.
    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
    Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 identifier that is immutable on creation.
    isLockOverride Boolean
    lifecyleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    locks List<GetMediaWorkflowLock>
    Locks associated with this resource.
    mediaWorkflowConfigurationIds List<String>
    Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used.
    mediaWorkflowId String
    parameters String
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    state String
    The current state of the MediaWorkflow.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks List<GetMediaWorkflowTask>
    The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
    timeCreated String
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
    version String
    The version of the MediaWorkflow.
    compartmentId string
    The compartment ID of the lock.
    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
    Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 identifier that is immutable on creation.
    isLockOverride boolean
    lifecyleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    locks GetMediaWorkflowLock[]
    Locks associated with this resource.
    mediaWorkflowConfigurationIds string[]
    Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used.
    mediaWorkflowId string
    parameters string
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    state string
    The current state of the MediaWorkflow.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks GetMediaWorkflowTask[]
    The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
    timeCreated string
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
    version string
    The version of the MediaWorkflow.
    compartment_id str
    The compartment ID of the lock.
    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
    Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 identifier that is immutable on creation.
    is_lock_override bool
    lifecyle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    locks Sequence[mediaservices.GetMediaWorkflowLock]
    Locks associated with this resource.
    media_workflow_configuration_ids Sequence[str]
    Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used.
    media_workflow_id str
    parameters str
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    state str
    The current state of the MediaWorkflow.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks Sequence[mediaservices.GetMediaWorkflowTask]
    The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
    time_created str
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    time_updated str
    The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
    version str
    The version of the MediaWorkflow.
    compartmentId String
    The compartment ID of the lock.
    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
    Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    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 identifier that is immutable on creation.
    isLockOverride Boolean
    lifecyleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    locks List<Property Map>
    Locks associated with this resource.
    mediaWorkflowConfigurationIds List<String>
    Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used.
    mediaWorkflowId String
    parameters String
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    state String
    The current state of the MediaWorkflow.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks List<Property Map>
    The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.
    timeCreated String
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
    version String
    The version of the MediaWorkflow.

    Supporting Types

    GetMediaWorkflowLock

    CompartmentId string
    The compartment ID of the lock.
    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
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    Type string
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    CompartmentId string
    The compartment ID of the lock.
    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
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    Type string
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    compartmentId String
    The compartment ID of the lock.
    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
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    type String
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    compartmentId string
    The compartment ID of the lock.
    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
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    type string
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    compartment_id str
    The compartment ID of the lock.
    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
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    type str
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    compartmentId String
    The compartment ID of the lock.
    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
    The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
    type String
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.

    GetMediaWorkflowTask

    EnableParameterReference string
    Allows this task to be conditionally enabled. If no value or a blank value is given, the task is unconditionally enbled. Otherwise the given string specifies a parameter of the job created for this task's workflow using the JSON pointer syntax. The JSON pointer is validated when a job is created from the workflow of this task.
    EnableWhenReferencedParameterEquals Dictionary<string, object>
    Used in conjunction with enableParameterReference to conditionally enable a task. When a job is created from the workflow of this task, the task will only be enabled if the value of the parameter specified by enableParameterReference is equal to the value of this property. This property must be prenset if and only if a enableParameterReference is given. The value is a JSON node.
    Key string
    A unique identifier for this task within its workflow. Keys are used to reference a task within workflows and MediaWorkflowJobs. Tasks are referenced as prerequisites and to track output and state.
    Parameters string
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    Prerequisites List<string>
    Keys to the other tasks in this workflow that must be completed before execution of this task can begin.
    Type string
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    Version string
    The version of the MediaWorkflow.
    EnableParameterReference string
    Allows this task to be conditionally enabled. If no value or a blank value is given, the task is unconditionally enbled. Otherwise the given string specifies a parameter of the job created for this task's workflow using the JSON pointer syntax. The JSON pointer is validated when a job is created from the workflow of this task.
    EnableWhenReferencedParameterEquals map[string]interface{}
    Used in conjunction with enableParameterReference to conditionally enable a task. When a job is created from the workflow of this task, the task will only be enabled if the value of the parameter specified by enableParameterReference is equal to the value of this property. This property must be prenset if and only if a enableParameterReference is given. The value is a JSON node.
    Key string
    A unique identifier for this task within its workflow. Keys are used to reference a task within workflows and MediaWorkflowJobs. Tasks are referenced as prerequisites and to track output and state.
    Parameters string
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    Prerequisites []string
    Keys to the other tasks in this workflow that must be completed before execution of this task can begin.
    Type string
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    Version string
    The version of the MediaWorkflow.
    enableParameterReference String
    Allows this task to be conditionally enabled. If no value or a blank value is given, the task is unconditionally enbled. Otherwise the given string specifies a parameter of the job created for this task's workflow using the JSON pointer syntax. The JSON pointer is validated when a job is created from the workflow of this task.
    enableWhenReferencedParameterEquals Map<String,Object>
    Used in conjunction with enableParameterReference to conditionally enable a task. When a job is created from the workflow of this task, the task will only be enabled if the value of the parameter specified by enableParameterReference is equal to the value of this property. This property must be prenset if and only if a enableParameterReference is given. The value is a JSON node.
    key String
    A unique identifier for this task within its workflow. Keys are used to reference a task within workflows and MediaWorkflowJobs. Tasks are referenced as prerequisites and to track output and state.
    parameters String
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    prerequisites List<String>
    Keys to the other tasks in this workflow that must be completed before execution of this task can begin.
    type String
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    version String
    The version of the MediaWorkflow.
    enableParameterReference string
    Allows this task to be conditionally enabled. If no value or a blank value is given, the task is unconditionally enbled. Otherwise the given string specifies a parameter of the job created for this task's workflow using the JSON pointer syntax. The JSON pointer is validated when a job is created from the workflow of this task.
    enableWhenReferencedParameterEquals {[key: string]: any}
    Used in conjunction with enableParameterReference to conditionally enable a task. When a job is created from the workflow of this task, the task will only be enabled if the value of the parameter specified by enableParameterReference is equal to the value of this property. This property must be prenset if and only if a enableParameterReference is given. The value is a JSON node.
    key string
    A unique identifier for this task within its workflow. Keys are used to reference a task within workflows and MediaWorkflowJobs. Tasks are referenced as prerequisites and to track output and state.
    parameters string
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    prerequisites string[]
    Keys to the other tasks in this workflow that must be completed before execution of this task can begin.
    type string
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    version string
    The version of the MediaWorkflow.
    enable_parameter_reference str
    Allows this task to be conditionally enabled. If no value or a blank value is given, the task is unconditionally enbled. Otherwise the given string specifies a parameter of the job created for this task's workflow using the JSON pointer syntax. The JSON pointer is validated when a job is created from the workflow of this task.
    enable_when_referenced_parameter_equals Mapping[str, Any]
    Used in conjunction with enableParameterReference to conditionally enable a task. When a job is created from the workflow of this task, the task will only be enabled if the value of the parameter specified by enableParameterReference is equal to the value of this property. This property must be prenset if and only if a enableParameterReference is given. The value is a JSON node.
    key str
    A unique identifier for this task within its workflow. Keys are used to reference a task within workflows and MediaWorkflowJobs. Tasks are referenced as prerequisites and to track output and state.
    parameters str
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    prerequisites Sequence[str]
    Keys to the other tasks in this workflow that must be completed before execution of this task can begin.
    type str
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    version str
    The version of the MediaWorkflow.
    enableParameterReference String
    Allows this task to be conditionally enabled. If no value or a blank value is given, the task is unconditionally enbled. Otherwise the given string specifies a parameter of the job created for this task's workflow using the JSON pointer syntax. The JSON pointer is validated when a job is created from the workflow of this task.
    enableWhenReferencedParameterEquals Map<Any>
    Used in conjunction with enableParameterReference to conditionally enable a task. When a job is created from the workflow of this task, the task will only be enabled if the value of the parameter specified by enableParameterReference is equal to the value of this property. This property must be prenset if and only if a enableParameterReference is given. The value is a JSON node.
    key String
    A unique identifier for this task within its workflow. Keys are used to reference a task within workflows and MediaWorkflowJobs. Tasks are referenced as prerequisites and to track output and state.
    parameters String
    Data specifiying how this task is to be run. The data is a JSON object that must conform to the JSON Schema specified by the parameters of the MediaWorkflowTaskDeclaration this task references. The parameters may contain values or references to other parameters.
    prerequisites List<String>
    Keys to the other tasks in this workflow that must be completed before execution of this task can begin.
    type String
    The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration.
    version String
    The version of the MediaWorkflow.

    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.32.0 published on Thursday, Apr 18, 2024 by Pulumi