Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.MediaServices.getMediaWorkflowJobs
Explore with Pulumi AI
This data source provides the list of Media Workflow Jobs in Oracle Cloud Infrastructure Media Services service.
Lists the MediaWorkflowJobs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMediaWorkflowJobs = oci.MediaServices.getMediaWorkflowJobs({
compartmentId: compartmentId,
displayName: mediaWorkflowJobDisplayName,
id: mediaWorkflowJobId,
mediaWorkflowId: testMediaWorkflow.id,
state: mediaWorkflowJobState,
});
import pulumi
import pulumi_oci as oci
test_media_workflow_jobs = oci.MediaServices.get_media_workflow_jobs(compartment_id=compartment_id,
display_name=media_workflow_job_display_name,
id=media_workflow_job_id,
media_workflow_id=test_media_workflow["id"],
state=media_workflow_job_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/MediaServices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := MediaServices.GetMediaWorkflowJobs(ctx, &mediaservices.GetMediaWorkflowJobsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(mediaWorkflowJobDisplayName),
Id: pulumi.StringRef(mediaWorkflowJobId),
MediaWorkflowId: pulumi.StringRef(testMediaWorkflow.Id),
State: pulumi.StringRef(mediaWorkflowJobState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testMediaWorkflowJobs = Oci.MediaServices.GetMediaWorkflowJobs.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = mediaWorkflowJobDisplayName,
Id = mediaWorkflowJobId,
MediaWorkflowId = testMediaWorkflow.Id,
State = mediaWorkflowJobState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.MediaServices.MediaServicesFunctions;
import com.pulumi.oci.MediaServices.inputs.GetMediaWorkflowJobsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testMediaWorkflowJobs = MediaServicesFunctions.getMediaWorkflowJobs(GetMediaWorkflowJobsArgs.builder()
.compartmentId(compartmentId)
.displayName(mediaWorkflowJobDisplayName)
.id(mediaWorkflowJobId)
.mediaWorkflowId(testMediaWorkflow.id())
.state(mediaWorkflowJobState)
.build());
}
}
variables:
testMediaWorkflowJobs:
fn::invoke:
Function: oci:MediaServices:getMediaWorkflowJobs
Arguments:
compartmentId: ${compartmentId}
displayName: ${mediaWorkflowJobDisplayName}
id: ${mediaWorkflowJobId}
mediaWorkflowId: ${testMediaWorkflow.id}
state: ${mediaWorkflowJobState}
Using getMediaWorkflowJobs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMediaWorkflowJobs(args: GetMediaWorkflowJobsArgs, opts?: InvokeOptions): Promise<GetMediaWorkflowJobsResult>
function getMediaWorkflowJobsOutput(args: GetMediaWorkflowJobsOutputArgs, opts?: InvokeOptions): Output<GetMediaWorkflowJobsResult>
def get_media_workflow_jobs(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_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:
- 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 Workflow Jobs Filter> - Id string
- unique MediaWorkflowJob identifier
- Media
Workflow stringId - 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 Workflow Jobs Filter - Id string
- unique MediaWorkflowJob identifier
- Media
Workflow stringId - 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 Workflow Jobs Filter> - id String
- unique MediaWorkflowJob identifier
- media
Workflow StringId - 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 Workflow Jobs Filter[] - id string
- unique MediaWorkflowJob identifier
- media
Workflow stringId - Unique MediaWorkflow identifier.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only the resources that match the entire display name given.
- filters
Sequence[mediaservices.
Get Media Workflow Jobs Filter] - id str
- unique MediaWorkflowJob identifier
- media_
workflow_ strid - Unique MediaWorkflow identifier.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- 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 MediaWorkflowJob identifier
- media
Workflow StringId - Unique MediaWorkflow identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
getMediaWorkflowJobs Result
The following output properties are available:
- Media
Workflow List<GetJob Collections Media Workflow Jobs Media Workflow Job Collection> - The list of media_workflow_job_collection.
- Compartment
Id string - The compartment ID of the lock.
- Display
Name string - Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- Filters
List<Get
Media Workflow Jobs Filter> - Id string
- The ID associated with the job output.
- Media
Workflow stringId - The workflow to execute.
- State string
- The current state of the MediaWorkflowJob task.
- Media
Workflow []GetJob Collections Media Workflow Jobs Media Workflow Job Collection - The list of media_workflow_job_collection.
- Compartment
Id string - The compartment ID of the lock.
- Display
Name string - Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- Filters
[]Get
Media Workflow Jobs Filter - Id string
- The ID associated with the job output.
- Media
Workflow stringId - The workflow to execute.
- State string
- The current state of the MediaWorkflowJob task.
- media
Workflow List<GetJob Collections Media Workflow Jobs Media Workflow Job Collection> - The list of media_workflow_job_collection.
- compartment
Id String - The compartment ID of the lock.
- display
Name String - Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters
List<Get
Media Workflow Jobs Filter> - id String
- The ID associated with the job output.
- media
Workflow StringId - The workflow to execute.
- state String
- The current state of the MediaWorkflowJob task.
- media
Workflow GetJob Collections Media Workflow Jobs Media Workflow Job Collection[] - The list of media_workflow_job_collection.
- compartment
Id string - The compartment ID of the lock.
- display
Name string - Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters
Get
Media Workflow Jobs Filter[] - id string
- The ID associated with the job output.
- media
Workflow stringId - The workflow to execute.
- state string
- The current state of the MediaWorkflowJob task.
- media_
workflow_ Sequence[mediaservices.job_ collections Get Media Workflow Jobs Media Workflow Job Collection] - The list of media_workflow_job_collection.
- compartment_
id str - The compartment ID of the lock.
- display_
name str - Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
- filters
Sequence[mediaservices.
Get Media Workflow Jobs Filter] - id str
- The ID associated with the job output.
- media_
workflow_ strid - The workflow to execute.
- state str
- The current state of the MediaWorkflowJob task.
- media
Workflow List<Property Map>Job Collections - The list of media_workflow_job_collection.
- compartment
Id String - The compartment ID of the lock.
- display
Name 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.
- media
Workflow StringId - The workflow to execute.
- state String
- The current state of the MediaWorkflowJob task.
Supporting Types
GetMediaWorkflowJobsFilter
GetMediaWorkflowJobsMediaWorkflowJobCollection
GetMediaWorkflowJobsMediaWorkflowJobCollectionItem
- 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 MediaWorkflowJob identifier
- Is
Lock boolOverride - Lifecycle
Details string - The lifecycle details of MediaWorkflowJob task.
- Locks
List<Get
Media Workflow Jobs Media Workflow Job Collection Item Lock> - Locks associated with this resource.
- Media
Workflow List<string>Configuration Ids - Configurations to be applied to this run of the workflow.
- Media
Workflow stringId - Unique MediaWorkflow identifier.
- Media
Workflow stringName - Outputs
List<Get
Media Workflow Jobs Media Workflow Job Collection Item Output> - A list of JobOutput for the workflowJob.
- Parameters string
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- Runnable string
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Task
Lifecycle List<GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State> - Status of each task.
- Time
Created string - Creation time of the job. An RFC3339 formatted datetime string.
- Time
Ended string - Time when the job finished. An RFC3339 formatted datetime string.
- Time
Started string - Time when the job started to execute. An RFC3339 formatted datetime string.
- Time
Updated string - Updated time of the job. An RFC3339 formatted datetime string.
- Workflow
Identifier stringType
- 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 MediaWorkflowJob identifier
- Is
Lock boolOverride - Lifecycle
Details string - The lifecycle details of MediaWorkflowJob task.
- Locks
[]Get
Media Workflow Jobs Media Workflow Job Collection Item Lock - Locks associated with this resource.
- Media
Workflow []stringConfiguration Ids - Configurations to be applied to this run of the workflow.
- Media
Workflow stringId - Unique MediaWorkflow identifier.
- Media
Workflow stringName - Outputs
[]Get
Media Workflow Jobs Media Workflow Job Collection Item Output Type - A list of JobOutput for the workflowJob.
- Parameters string
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- Runnable string
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Task
Lifecycle []GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State - Status of each task.
- Time
Created string - Creation time of the job. An RFC3339 formatted datetime string.
- Time
Ended string - Time when the job finished. An RFC3339 formatted datetime string.
- Time
Started string - Time when the job started to execute. An RFC3339 formatted datetime string.
- Time
Updated string - Updated time of the job. An RFC3339 formatted datetime string.
- Workflow
Identifier stringType
- 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 MediaWorkflowJob identifier
- is
Lock BooleanOverride - lifecycle
Details String - The lifecycle details of MediaWorkflowJob task.
- locks
List<Get
Media Workflow Jobs Media Workflow Job Collection Item Lock> - Locks associated with this resource.
- media
Workflow List<String>Configuration Ids - Configurations to be applied to this run of the workflow.
- media
Workflow StringId - Unique MediaWorkflow identifier.
- media
Workflow StringName - outputs
List<Get
Media Workflow Jobs Media Workflow Job Collection Item Output> - A list of JobOutput for the workflowJob.
- parameters String
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable String
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- task
Lifecycle List<GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State> - Status of each task.
- time
Created String - Creation time of the job. An RFC3339 formatted datetime string.
- time
Ended String - Time when the job finished. An RFC3339 formatted datetime string.
- time
Started String - Time when the job started to execute. An RFC3339 formatted datetime string.
- time
Updated String - Updated time of the job. An RFC3339 formatted datetime string.
- workflow
Identifier StringType
- 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 MediaWorkflowJob identifier
- is
Lock booleanOverride - lifecycle
Details string - The lifecycle details of MediaWorkflowJob task.
- locks
Get
Media Workflow Jobs Media Workflow Job Collection Item Lock[] - Locks associated with this resource.
- media
Workflow string[]Configuration Ids - Configurations to be applied to this run of the workflow.
- media
Workflow stringId - Unique MediaWorkflow identifier.
- media
Workflow stringName - outputs
Get
Media Workflow Jobs Media Workflow Job Collection Item Output[] - A list of JobOutput for the workflowJob.
- parameters string
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable string
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- task
Lifecycle GetStates Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State[] - Status of each task.
- time
Created string - Creation time of the job. An RFC3339 formatted datetime string.
- time
Ended string - Time when the job finished. An RFC3339 formatted datetime string.
- time
Started string - Time when the job started to execute. An RFC3339 formatted datetime string.
- time
Updated string - Updated time of the job. An RFC3339 formatted datetime string.
- workflow
Identifier stringType
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - A filter to return only the resources that match the entire display name given.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- unique MediaWorkflowJob identifier
- is_
lock_ booloverride - lifecycle_
details str - The lifecycle details of MediaWorkflowJob task.
- locks
Sequence[mediaservices.
Get Media Workflow Jobs Media Workflow Job Collection Item Lock] - Locks associated with this resource.
- media_
workflow_ Sequence[str]configuration_ ids - Configurations to be applied to this run of the workflow.
- media_
workflow_ strid - Unique MediaWorkflow identifier.
- media_
workflow_ strname - outputs
Sequence[mediaservices.
Get Media Workflow Jobs Media Workflow Job Collection Item Output] - A list of JobOutput for the workflowJob.
- parameters str
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable str
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- task_
lifecycle_ Sequence[mediaservices.states Get Media Workflow Jobs Media Workflow Job Collection Item Task Lifecycle State] - Status of each task.
- time_
created str - Creation time of the job. An RFC3339 formatted datetime string.
- time_
ended str - Time when the job finished. An RFC3339 formatted datetime string.
- time_
started str - Time when the job started to execute. An RFC3339 formatted datetime string.
- time_
updated str - Updated time of the job. An RFC3339 formatted datetime string.
- workflow_
identifier_ strtype
- 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 MediaWorkflowJob identifier
- is
Lock BooleanOverride - lifecycle
Details String - The lifecycle details of MediaWorkflowJob task.
- locks List<Property Map>
- Locks associated with this resource.
- media
Workflow List<String>Configuration Ids - Configurations to be applied to this run of the workflow.
- media
Workflow StringId - Unique MediaWorkflow identifier.
- media
Workflow StringName - outputs List<Property Map>
- A list of JobOutput for the workflowJob.
- parameters String
- Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.
- runnable String
- A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- task
Lifecycle List<Property Map>States - Status of each task.
- time
Created String - Creation time of the job. An RFC3339 formatted datetime string.
- time
Ended String - Time when the job finished. An RFC3339 formatted datetime string.
- time
Started String - Time when the job started to execute. An RFC3339 formatted datetime string.
- time
Updated String - Updated time of the job. An RFC3339 formatted datetime string.
- workflow
Identifier StringType
GetMediaWorkflowJobsMediaWorkflowJobCollectionItemLock
- 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 - Creation time of the job. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- 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 - Creation time of the job. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- 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 - Creation time of the job. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
- 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 - Creation time of the job. An RFC3339 formatted datetime string.
- type string
- Type of the lock.
- compartment_
id str - The ID of the compartment in which to list resources.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_
created str - Creation time of the job. An RFC3339 formatted datetime string.
- type str
- Type of the lock.
- 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 - Creation time of the job. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
GetMediaWorkflowJobsMediaWorkflowJobCollectionItemOutput
- asset_
type str - Type of job output.
- bucket str
- The bucket name of the job output.
- id str
- unique MediaWorkflowJob identifier
- namespace str
- The namespace name of the job output.
- object str
- The object name of the job output.
GetMediaWorkflowJobsMediaWorkflowJobCollectionItemTaskLifecycleState
- Key string
- Unique key within a MediaWorkflowJob for the task.
- Lifecycle
Details 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.
- Lifecycle
Details 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.
- lifecycle
Details 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.
- lifecycle
Details 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.
- lifecycle
Details 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.