1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. MediaServices
  5. getMediaWorkflowTaskDeclaration
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.MediaServices.getMediaWorkflowTaskDeclaration

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

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

Returns a list of MediaWorkflowTaskDeclarations.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testMediaWorkflowTaskDeclaration = oci.MediaServices.getMediaWorkflowTaskDeclaration({
    compartmentId: compartmentId,
    isCurrent: mediaWorkflowTaskDeclarationIsCurrent,
    name: mediaWorkflowTaskDeclarationName,
    version: mediaWorkflowTaskDeclarationVersion,
});
Copy
import pulumi
import pulumi_oci as oci

test_media_workflow_task_declaration = oci.MediaServices.get_media_workflow_task_declaration(compartment_id=compartment_id,
    is_current=media_workflow_task_declaration_is_current,
    name=media_workflow_task_declaration_name,
    version=media_workflow_task_declaration_version)
Copy
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.GetMediaWorkflowTaskDeclaration(ctx, &mediaservices.GetMediaWorkflowTaskDeclarationArgs{
			CompartmentId: pulumi.StringRef(compartmentId),
			IsCurrent:     pulumi.BoolRef(mediaWorkflowTaskDeclarationIsCurrent),
			Name:          pulumi.StringRef(mediaWorkflowTaskDeclarationName),
			Version:       pulumi.IntRef(mediaWorkflowTaskDeclarationVersion),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testMediaWorkflowTaskDeclaration = Oci.MediaServices.GetMediaWorkflowTaskDeclaration.Invoke(new()
    {
        CompartmentId = compartmentId,
        IsCurrent = mediaWorkflowTaskDeclarationIsCurrent,
        Name = mediaWorkflowTaskDeclarationName,
        Version = mediaWorkflowTaskDeclarationVersion,
    });

});
Copy
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.GetMediaWorkflowTaskDeclarationArgs;
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 testMediaWorkflowTaskDeclaration = MediaServicesFunctions.getMediaWorkflowTaskDeclaration(GetMediaWorkflowTaskDeclarationArgs.builder()
            .compartmentId(compartmentId)
            .isCurrent(mediaWorkflowTaskDeclarationIsCurrent)
            .name(mediaWorkflowTaskDeclarationName)
            .version(mediaWorkflowTaskDeclarationVersion)
            .build());

    }
}
Copy
variables:
  testMediaWorkflowTaskDeclaration:
    fn::invoke:
      function: oci:MediaServices:getMediaWorkflowTaskDeclaration
      arguments:
        compartmentId: ${compartmentId}
        isCurrent: ${mediaWorkflowTaskDeclarationIsCurrent}
        name: ${mediaWorkflowTaskDeclarationName}
        version: ${mediaWorkflowTaskDeclarationVersion}
Copy

Using getMediaWorkflowTaskDeclaration

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 getMediaWorkflowTaskDeclaration(args: GetMediaWorkflowTaskDeclarationArgs, opts?: InvokeOptions): Promise<GetMediaWorkflowTaskDeclarationResult>
function getMediaWorkflowTaskDeclarationOutput(args: GetMediaWorkflowTaskDeclarationOutputArgs, opts?: InvokeOptions): Output<GetMediaWorkflowTaskDeclarationResult>
Copy
def get_media_workflow_task_declaration(compartment_id: Optional[str] = None,
                                        is_current: Optional[bool] = None,
                                        name: Optional[str] = None,
                                        version: Optional[int] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetMediaWorkflowTaskDeclarationResult
def get_media_workflow_task_declaration_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                        is_current: Optional[pulumi.Input[bool]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        version: Optional[pulumi.Input[int]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetMediaWorkflowTaskDeclarationResult]
Copy
func GetMediaWorkflowTaskDeclaration(ctx *Context, args *GetMediaWorkflowTaskDeclarationArgs, opts ...InvokeOption) (*GetMediaWorkflowTaskDeclarationResult, error)
func GetMediaWorkflowTaskDeclarationOutput(ctx *Context, args *GetMediaWorkflowTaskDeclarationOutputArgs, opts ...InvokeOption) GetMediaWorkflowTaskDeclarationResultOutput
Copy

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

public static class GetMediaWorkflowTaskDeclaration 
{
    public static Task<GetMediaWorkflowTaskDeclarationResult> InvokeAsync(GetMediaWorkflowTaskDeclarationArgs args, InvokeOptions? opts = null)
    public static Output<GetMediaWorkflowTaskDeclarationResult> Invoke(GetMediaWorkflowTaskDeclarationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMediaWorkflowTaskDeclarationResult> getMediaWorkflowTaskDeclaration(GetMediaWorkflowTaskDeclarationArgs args, InvokeOptions options)
public static Output<GetMediaWorkflowTaskDeclarationResult> getMediaWorkflowTaskDeclaration(GetMediaWorkflowTaskDeclarationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:MediaServices/getMediaWorkflowTaskDeclaration:getMediaWorkflowTaskDeclaration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId string
The ID of the compartment in which to list resources.
IsCurrent bool
A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.
Name string
A filter to return only the resources with their system defined, unique name matching the given name.
Version int
A filter to select MediaWorkflowTaskDeclaration by version.
CompartmentId string
The ID of the compartment in which to list resources.
IsCurrent bool
A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.
Name string
A filter to return only the resources with their system defined, unique name matching the given name.
Version int
A filter to select MediaWorkflowTaskDeclaration by version.
compartmentId String
The ID of the compartment in which to list resources.
isCurrent Boolean
A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.
name String
A filter to return only the resources with their system defined, unique name matching the given name.
version Integer
A filter to select MediaWorkflowTaskDeclaration by version.
compartmentId string
The ID of the compartment in which to list resources.
isCurrent boolean
A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.
name string
A filter to return only the resources with their system defined, unique name matching the given name.
version number
A filter to select MediaWorkflowTaskDeclaration by version.
compartment_id str
The ID of the compartment in which to list resources.
is_current bool
A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.
name str
A filter to return only the resources with their system defined, unique name matching the given name.
version int
A filter to select MediaWorkflowTaskDeclaration by version.
compartmentId String
The ID of the compartment in which to list resources.
isCurrent Boolean
A filter to only select the newest version for each MediaWorkflowTaskDeclaration name.
name String
A filter to return only the resources with their system defined, unique name matching the given name.
version Number
A filter to select MediaWorkflowTaskDeclaration by version.

getMediaWorkflowTaskDeclaration Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Items List<GetMediaWorkflowTaskDeclarationItem>
List of MediaWorkflowTaskDeclaration objects.
CompartmentId string
IsCurrent bool
Name string
MediaWorkflowTaskDeclaration identifier. The name and version should be unique among MediaWorkflowTaskDeclarations.
Version int
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing the task processor modifies the JSON schema of this declaration's definitions, parameters or list of required parameters.
Id string
The provider-assigned unique ID for this managed resource.
Items []GetMediaWorkflowTaskDeclarationItem
List of MediaWorkflowTaskDeclaration objects.
CompartmentId string
IsCurrent bool
Name string
MediaWorkflowTaskDeclaration identifier. The name and version should be unique among MediaWorkflowTaskDeclarations.
Version int
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing the task processor modifies the JSON schema of this declaration's definitions, parameters or list of required parameters.
id String
The provider-assigned unique ID for this managed resource.
items List<GetMediaWorkflowTaskDeclarationItem>
List of MediaWorkflowTaskDeclaration objects.
compartmentId String
isCurrent Boolean
name String
MediaWorkflowTaskDeclaration identifier. The name and version should be unique among MediaWorkflowTaskDeclarations.
version Integer
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing the task processor modifies the JSON schema of this declaration's definitions, parameters or list of required parameters.
id string
The provider-assigned unique ID for this managed resource.
items GetMediaWorkflowTaskDeclarationItem[]
List of MediaWorkflowTaskDeclaration objects.
compartmentId string
isCurrent boolean
name string
MediaWorkflowTaskDeclaration identifier. The name and version should be unique among MediaWorkflowTaskDeclarations.
version number
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing the task processor modifies the JSON schema of this declaration's definitions, parameters or list of required parameters.
id str
The provider-assigned unique ID for this managed resource.
items Sequence[mediaservices.GetMediaWorkflowTaskDeclarationItem]
List of MediaWorkflowTaskDeclaration objects.
compartment_id str
is_current bool
name str
MediaWorkflowTaskDeclaration identifier. The name and version should be unique among MediaWorkflowTaskDeclarations.
version int
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing the task processor modifies the JSON schema of this declaration's definitions, parameters or list of required parameters.
id String
The provider-assigned unique ID for this managed resource.
items List<Property Map>
List of MediaWorkflowTaskDeclaration objects.
compartmentId String
isCurrent Boolean
name String
MediaWorkflowTaskDeclaration identifier. The name and version should be unique among MediaWorkflowTaskDeclarations.
version Number
The version of MediaWorkflowTaskDeclaration, incremented whenever the team implementing the task processor modifies the JSON schema of this declaration's definitions, parameters or list of required parameters.

Supporting Types

GetMediaWorkflowTaskDeclarationItem

Name This property is required. string
A filter to return only the resources with their system defined, unique name matching the given name.
ParametersSchema This property is required. string
JSON schema specifying the parameters supported by this type of task. This is used to validate tasks' parameters when jobs are created.
ParametersSchemaAllowingReferences This property is required. string
JSON schema similar to the parameterSchema, but permits parameter values to refer to other parameters using the ${/path/to/another/parmeter} syntax. This is used to validate task parameters when workflows are created.
Version This property is required. int
A filter to select MediaWorkflowTaskDeclaration by version.
Name This property is required. string
A filter to return only the resources with their system defined, unique name matching the given name.
ParametersSchema This property is required. string
JSON schema specifying the parameters supported by this type of task. This is used to validate tasks' parameters when jobs are created.
ParametersSchemaAllowingReferences This property is required. string
JSON schema similar to the parameterSchema, but permits parameter values to refer to other parameters using the ${/path/to/another/parmeter} syntax. This is used to validate task parameters when workflows are created.
Version This property is required. int
A filter to select MediaWorkflowTaskDeclaration by version.
name This property is required. String
A filter to return only the resources with their system defined, unique name matching the given name.
parametersSchema This property is required. String
JSON schema specifying the parameters supported by this type of task. This is used to validate tasks' parameters when jobs are created.
parametersSchemaAllowingReferences This property is required. String
JSON schema similar to the parameterSchema, but permits parameter values to refer to other parameters using the ${/path/to/another/parmeter} syntax. This is used to validate task parameters when workflows are created.
version This property is required. Integer
A filter to select MediaWorkflowTaskDeclaration by version.
name This property is required. string
A filter to return only the resources with their system defined, unique name matching the given name.
parametersSchema This property is required. string
JSON schema specifying the parameters supported by this type of task. This is used to validate tasks' parameters when jobs are created.
parametersSchemaAllowingReferences This property is required. string
JSON schema similar to the parameterSchema, but permits parameter values to refer to other parameters using the ${/path/to/another/parmeter} syntax. This is used to validate task parameters when workflows are created.
version This property is required. number
A filter to select MediaWorkflowTaskDeclaration by version.
name This property is required. str
A filter to return only the resources with their system defined, unique name matching the given name.
parameters_schema This property is required. str
JSON schema specifying the parameters supported by this type of task. This is used to validate tasks' parameters when jobs are created.
parameters_schema_allowing_references This property is required. str
JSON schema similar to the parameterSchema, but permits parameter values to refer to other parameters using the ${/path/to/another/parmeter} syntax. This is used to validate task parameters when workflows are created.
version This property is required. int
A filter to select MediaWorkflowTaskDeclaration by version.
name This property is required. String
A filter to return only the resources with their system defined, unique name matching the given name.
parametersSchema This property is required. String
JSON schema specifying the parameters supported by this type of task. This is used to validate tasks' parameters when jobs are created.
parametersSchemaAllowingReferences This property is required. String
JSON schema similar to the parameterSchema, but permits parameter values to refer to other parameters using the ${/path/to/another/parmeter} syntax. This is used to validate task parameters when workflows are created.
version This property is required. Number
A filter to select MediaWorkflowTaskDeclaration by version.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi