Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.MediaServices.getMediaWorkflows
Explore with Pulumi AI
This data source provides the list of Media Workflows in Oracle Cloud Infrastructure Media Services service.
Lists the MediaWorkflows.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMediaWorkflows = oci.MediaServices.getMediaWorkflows({
compartmentId: compartmentId,
displayName: mediaWorkflowDisplayName,
id: mediaWorkflowId,
state: mediaWorkflowState,
});
import pulumi
import pulumi_oci as oci
test_media_workflows = oci.MediaServices.get_media_workflows(compartment_id=compartment_id,
display_name=media_workflow_display_name,
id=media_workflow_id,
state=media_workflow_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.GetMediaWorkflows(ctx, &mediaservices.GetMediaWorkflowsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(mediaWorkflowDisplayName),
Id: pulumi.StringRef(mediaWorkflowId),
State: pulumi.StringRef(mediaWorkflowState),
}, 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 testMediaWorkflows = Oci.MediaServices.GetMediaWorkflows.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = mediaWorkflowDisplayName,
Id = mediaWorkflowId,
State = mediaWorkflowState,
});
});
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.GetMediaWorkflowsArgs;
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 testMediaWorkflows = MediaServicesFunctions.getMediaWorkflows(GetMediaWorkflowsArgs.builder()
.compartmentId(compartmentId)
.displayName(mediaWorkflowDisplayName)
.id(mediaWorkflowId)
.state(mediaWorkflowState)
.build());
}
}
variables:
testMediaWorkflows:
fn::invoke:
Function: oci:MediaServices:getMediaWorkflows
Arguments:
compartmentId: ${compartmentId}
displayName: ${mediaWorkflowDisplayName}
id: ${mediaWorkflowId}
state: ${mediaWorkflowState}
Using getMediaWorkflows
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 getMediaWorkflows(args: GetMediaWorkflowsArgs, opts?: InvokeOptions): Promise<GetMediaWorkflowsResult>
function getMediaWorkflowsOutput(args: GetMediaWorkflowsOutputArgs, opts?: InvokeOptions): Output<GetMediaWorkflowsResult>
def get_media_workflows(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_mediaservices.GetMediaWorkflowsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMediaWorkflowsResult
def get_media_workflows_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_mediaservices.GetMediaWorkflowsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMediaWorkflowsResult]
func GetMediaWorkflows(ctx *Context, args *GetMediaWorkflowsArgs, opts ...InvokeOption) (*GetMediaWorkflowsResult, error)
func GetMediaWorkflowsOutput(ctx *Context, args *GetMediaWorkflowsOutputArgs, opts ...InvokeOption) GetMediaWorkflowsResultOutput
> Note: This function is named GetMediaWorkflows
in the Go SDK.
public static class GetMediaWorkflows
{
public static Task<GetMediaWorkflowsResult> InvokeAsync(GetMediaWorkflowsArgs args, InvokeOptions? opts = null)
public static Output<GetMediaWorkflowsResult> Invoke(GetMediaWorkflowsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMediaWorkflowsResult> getMediaWorkflows(GetMediaWorkflowsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:MediaServices/getMediaWorkflows:getMediaWorkflows
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire display name given.
- Filters
List<Get
Media Workflows Filter> - Id string
- Unique MediaWorkflow identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire display name given.
- Filters
[]Get
Media Workflows Filter - Id string
- Unique MediaWorkflow identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire display name given.
- filters
List<Get
Media Workflows Filter> - id String
- Unique MediaWorkflow identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only the resources that match the entire display name given.
- filters
Get
Media Workflows Filter[] - id 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.
Get Media Workflows Filter] - id str
- Unique MediaWorkflow identifier.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire display name given.
- filters List<Property Map>
- id String
- Unique MediaWorkflow identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
getMediaWorkflows Result
The following output properties are available:
- Media
Workflow List<GetCollections Media Workflows Media Workflow Collection> - The list of media_workflow_collection.
- Compartment
Id string - The compartment ID of the lock.
- Display
Name string - Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Media Workflows Filter> - Id string
- Unique identifier that is immutable on creation.
- State string
- The current state of the MediaWorkflow.
- Media
Workflow []GetCollections Media Workflows Media Workflow Collection - The list of media_workflow_collection.
- Compartment
Id string - The compartment ID of the lock.
- Display
Name string - Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Media Workflows Filter - Id string
- Unique identifier that is immutable on creation.
- State string
- The current state of the MediaWorkflow.
- media
Workflow List<GetCollections Media Workflows Media Workflow Collection> - The list of media_workflow_collection.
- compartment
Id String - The compartment ID of the lock.
- display
Name String - Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Media Workflows Filter> - id String
- Unique identifier that is immutable on creation.
- state String
- The current state of the MediaWorkflow.
- media
Workflow GetCollections Media Workflows Media Workflow Collection[] - The list of media_workflow_collection.
- compartment
Id string - The compartment ID of the lock.
- display
Name string - Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Media Workflows Filter[] - id string
- Unique identifier that is immutable on creation.
- state string
- The current state of the MediaWorkflow.
- media_
workflow_ Sequence[mediaservices.collections Get Media Workflows Media Workflow Collection] - The list of media_workflow_collection.
- compartment_
id str - The compartment ID of the lock.
- display_
name str - Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[mediaservices.
Get Media Workflows Filter] - id str
- Unique identifier that is immutable on creation.
- state str
- The current state of the MediaWorkflow.
- media
Workflow List<Property Map>Collections - The list of media_workflow_collection.
- compartment
Id String - The compartment ID of the lock.
- display
Name String - Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation.
- state String
- The current state of the MediaWorkflow.
Supporting Types
GetMediaWorkflowsFilter
GetMediaWorkflowsMediaWorkflowCollection
GetMediaWorkflowsMediaWorkflowCollectionItem
- Compartment
Id 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"}
- Display
Name 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 MediaWorkflow identifier.
- Is
Lock boolOverride - Lifecyle
Details 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<Get
Media Workflows Media Workflow Collection Item Lock> - Locks associated with this resource.
- Media
Workflow List<string>Configuration Ids - 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.
- 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
- 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"}
- Tasks
List<Get
Media Workflows Media Workflow Collection Item Task> - 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 string - The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
- Version string
- The version of the MediaWorkflow.
- Compartment
Id 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"}
- Display
Name 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 MediaWorkflow identifier.
- Is
Lock boolOverride - Lifecyle
Details 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
[]Get
Media Workflows Media Workflow Collection Item Lock - Locks associated with this resource.
- Media
Workflow []stringConfiguration Ids - 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.
- 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
- 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"}
- Tasks
[]Get
Media Workflows Media Workflow Collection Item Task - 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 string - The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
- Version string
- The version of the MediaWorkflow.
- compartment
Id 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"}
- display
Name 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 MediaWorkflow identifier.
- is
Lock BooleanOverride - lifecyle
Details 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<Get
Media Workflows Media Workflow Collection Item Lock> - Locks associated with this resource.
- media
Workflow List<String>Configuration Ids - 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.
- 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
- 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"}
- tasks
List<Get
Media Workflows Media Workflow Collection Item Task> - 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 String - The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
- version String
- The version of the MediaWorkflow.
- compartment
Id 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"}
- display
Name 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 MediaWorkflow identifier.
- is
Lock booleanOverride - lifecyle
Details 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
Get
Media Workflows Media Workflow Collection Item Lock[] - Locks associated with this resource.
- media
Workflow string[]Configuration Ids - 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.
- 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
- 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"}
- tasks
Get
Media Workflows Media Workflow Collection Item Task[] - 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 string - The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
- time
Updated string - The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
- version string
- The version of the MediaWorkflow.
- 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 MediaWorkflow identifier.
- is_
lock_ booloverride - 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.
Get Media Workflows Media Workflow Collection Item Lock] - Locks associated with this resource.
- media_
workflow_ Sequence[str]configuration_ ids - 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.
- 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
- 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"}
- tasks
Sequence[mediaservices.
Get Media Workflows Media Workflow Collection Item Task] - 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.
- compartment
Id 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"}
- display
Name 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 MediaWorkflow identifier.
- is
Lock BooleanOverride - lifecyle
Details 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.
- media
Workflow List<String>Configuration Ids - 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.
- 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
- 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"}
- 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.
- time
Created String - The time when the MediaWorkflow was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string.
- version String
- The version of the MediaWorkflow.
GetMediaWorkflowsMediaWorkflowCollectionItemLock
- Compartment
Id 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.
- Time
Created 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 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.
- Time
Created 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 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.
- time
Created 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 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.
- time
Created 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 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 - 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.
- compartment
Id 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.
- time
Created 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.
GetMediaWorkflowsMediaWorkflowCollectionItemTask
- Enable
Parameter stringReference - 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 Dictionary<string, string>Referenced Parameter Equals - 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.
- Enable
Parameter stringReference - 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 map[string]stringReferenced Parameter Equals - 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 StringReference - 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 Map<String,String>Referenced Parameter Equals - 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.
- enable
Parameter stringReference - 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 {[key: string]: string}Referenced Parameter Equals - 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_ strreference - 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_ Mapping[str, str]referenced_ parameter_ equals - 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.
- enable
Parameter StringReference - 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 Map<String>Referenced Parameter Equals - 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.