1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. MediaServices
  5. getMediaWorkflowConfigurations
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.MediaServices.getMediaWorkflowConfigurations

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

This data source provides the list of Media Workflow Configurations in Oracle Cloud Infrastructure Media Services service.

Returns a list of MediaWorkflowConfigurations.

Example Usage

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

const testMediaWorkflowConfigurations = oci.MediaServices.getMediaWorkflowConfigurations({
    compartmentId: compartmentId,
    displayName: mediaWorkflowConfigurationDisplayName,
    id: mediaWorkflowConfigurationId,
    state: mediaWorkflowConfigurationState,
});
Copy
import pulumi
import pulumi_oci as oci

test_media_workflow_configurations = oci.MediaServices.get_media_workflow_configurations(compartment_id=compartment_id,
    display_name=media_workflow_configuration_display_name,
    id=media_workflow_configuration_id,
    state=media_workflow_configuration_state)
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.GetMediaWorkflowConfigurations(ctx, &mediaservices.GetMediaWorkflowConfigurationsArgs{
			CompartmentId: pulumi.StringRef(compartmentId),
			DisplayName:   pulumi.StringRef(mediaWorkflowConfigurationDisplayName),
			Id:            pulumi.StringRef(mediaWorkflowConfigurationId),
			State:         pulumi.StringRef(mediaWorkflowConfigurationState),
		}, 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 testMediaWorkflowConfigurations = Oci.MediaServices.GetMediaWorkflowConfigurations.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = mediaWorkflowConfigurationDisplayName,
        Id = mediaWorkflowConfigurationId,
        State = mediaWorkflowConfigurationState,
    });

});
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.GetMediaWorkflowConfigurationsArgs;
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 testMediaWorkflowConfigurations = MediaServicesFunctions.getMediaWorkflowConfigurations(GetMediaWorkflowConfigurationsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(mediaWorkflowConfigurationDisplayName)
            .id(mediaWorkflowConfigurationId)
            .state(mediaWorkflowConfigurationState)
            .build());

    }
}
Copy
variables:
  testMediaWorkflowConfigurations:
    fn::invoke:
      function: oci:MediaServices:getMediaWorkflowConfigurations
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${mediaWorkflowConfigurationDisplayName}
        id: ${mediaWorkflowConfigurationId}
        state: ${mediaWorkflowConfigurationState}
Copy

Using getMediaWorkflowConfigurations

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 getMediaWorkflowConfigurations(args: GetMediaWorkflowConfigurationsArgs, opts?: InvokeOptions): Promise<GetMediaWorkflowConfigurationsResult>
function getMediaWorkflowConfigurationsOutput(args: GetMediaWorkflowConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetMediaWorkflowConfigurationsResult>
Copy
def get_media_workflow_configurations(compartment_id: Optional[str] = None,
                                      display_name: Optional[str] = None,
                                      filters: Optional[Sequence[_mediaservices.GetMediaWorkflowConfigurationsFilter]] = None,
                                      id: Optional[str] = None,
                                      state: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetMediaWorkflowConfigurationsResult
def get_media_workflow_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                      display_name: Optional[pulumi.Input[str]] = None,
                                      filters: Optional[pulumi.Input[Sequence[pulumi.Input[_mediaservices.GetMediaWorkflowConfigurationsFilterArgs]]]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      state: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetMediaWorkflowConfigurationsResult]
Copy
func GetMediaWorkflowConfigurations(ctx *Context, args *GetMediaWorkflowConfigurationsArgs, opts ...InvokeOption) (*GetMediaWorkflowConfigurationsResult, error)
func GetMediaWorkflowConfigurationsOutput(ctx *Context, args *GetMediaWorkflowConfigurationsOutputArgs, opts ...InvokeOption) GetMediaWorkflowConfigurationsResultOutput
Copy

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

public static class GetMediaWorkflowConfigurations 
{
    public static Task<GetMediaWorkflowConfigurationsResult> InvokeAsync(GetMediaWorkflowConfigurationsArgs args, InvokeOptions? opts = null)
    public static Output<GetMediaWorkflowConfigurationsResult> Invoke(GetMediaWorkflowConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMediaWorkflowConfigurationsResult> getMediaWorkflowConfigurations(GetMediaWorkflowConfigurationsArgs args, InvokeOptions options)
public static Output<GetMediaWorkflowConfigurationsResult> getMediaWorkflowConfigurations(GetMediaWorkflowConfigurationsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:MediaServices/getMediaWorkflowConfigurations:getMediaWorkflowConfigurations
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId string
The ID of the compartment in which to list resources.
DisplayName string
A filter to return only the resources that match the entire display name given.
Filters Changes to this property will trigger replacement. List<GetMediaWorkflowConfigurationsFilter>
Id string
Unique MediaWorkflowConfiguration identifier.
State string
A filter to return only the resources with lifecycleState matching the given lifecycleState.
CompartmentId string
The ID of the compartment in which to list resources.
DisplayName string
A filter to return only the resources that match the entire display name given.
Filters Changes to this property will trigger replacement. []GetMediaWorkflowConfigurationsFilter
Id string
Unique MediaWorkflowConfiguration identifier.
State string
A filter to return only the resources with lifecycleState matching the given lifecycleState.
compartmentId String
The ID of the compartment in which to list resources.
displayName String
A filter to return only the resources that match the entire display name given.
filters Changes to this property will trigger replacement. List<GetMediaWorkflowConfigurationsFilter>
id String
Unique MediaWorkflowConfiguration identifier.
state String
A filter to return only the resources with lifecycleState matching the given lifecycleState.
compartmentId string
The ID of the compartment in which to list resources.
displayName string
A filter to return only the resources that match the entire display name given.
filters Changes to this property will trigger replacement. GetMediaWorkflowConfigurationsFilter[]
id string
Unique MediaWorkflowConfiguration 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 Changes to this property will trigger replacement. Sequence[mediaservices.GetMediaWorkflowConfigurationsFilter]
id str
Unique MediaWorkflowConfiguration identifier.
state str
A filter to return only the resources with lifecycleState matching the given lifecycleState.
compartmentId String
The ID of the compartment in which to list resources.
displayName String
A filter to return only the resources that match the entire display name given.
filters Changes to this property will trigger replacement. List<Property Map>
id String
Unique MediaWorkflowConfiguration identifier.
state String
A filter to return only the resources with lifecycleState matching the given lifecycleState.

getMediaWorkflowConfigurations Result

The following output properties are available:

MediaWorkflowConfigurationCollections List<GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollection>
The list of media_workflow_configuration_collection.
CompartmentId string
The compartment ID of the lock.
DisplayName string
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
Filters List<GetMediaWorkflowConfigurationsFilter>
Id string
Unique identifier that is immutable on creation.
State string
The current state of the MediaWorkflowConfiguration.
MediaWorkflowConfigurationCollections []GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollection
The list of media_workflow_configuration_collection.
CompartmentId string
The compartment ID of the lock.
DisplayName string
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
Filters []GetMediaWorkflowConfigurationsFilter
Id string
Unique identifier that is immutable on creation.
State string
The current state of the MediaWorkflowConfiguration.
mediaWorkflowConfigurationCollections List<GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollection>
The list of media_workflow_configuration_collection.
compartmentId String
The compartment ID of the lock.
displayName String
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
filters List<GetMediaWorkflowConfigurationsFilter>
id String
Unique identifier that is immutable on creation.
state String
The current state of the MediaWorkflowConfiguration.
mediaWorkflowConfigurationCollections GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollection[]
The list of media_workflow_configuration_collection.
compartmentId string
The compartment ID of the lock.
displayName string
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
filters GetMediaWorkflowConfigurationsFilter[]
id string
Unique identifier that is immutable on creation.
state string
The current state of the MediaWorkflowConfiguration.
media_workflow_configuration_collections Sequence[mediaservices.GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollection]
The list of media_workflow_configuration_collection.
compartment_id str
The compartment ID of the lock.
display_name str
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
filters Sequence[mediaservices.GetMediaWorkflowConfigurationsFilter]
id str
Unique identifier that is immutable on creation.
state str
The current state of the MediaWorkflowConfiguration.
mediaWorkflowConfigurationCollections List<Property Map>
The list of media_workflow_configuration_collection.
compartmentId String
The compartment ID of the lock.
displayName String
Display name for the MediaWorkflowConfiguration. Avoid entering confidential information.
filters List<Property Map>
id String
Unique identifier that is immutable on creation.
state String
The current state of the MediaWorkflowConfiguration.

Supporting Types

GetMediaWorkflowConfigurationsFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollection

items This property is required. List<Property Map>

GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItem

CompartmentId This property is required. string
The ID of the compartment in which to list resources.
DefinedTags This property is required. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName This property is required. string
A filter to return only the resources that match the entire display name given.
FreeformTags This property is required. 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 This property is required. string
Unique MediaWorkflowConfiguration identifier.
IsLockOverride This property is required. bool
LifecyleDetails This property is required. 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 This property is required. List<GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItemLock>
Locks associated with this resource.
Parameters This property is required. string
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects' keys refer to the name of a parameter that is unique to the task. taskKey > parameterName > parameterValue
State This property is required. string
A filter to return only the resources with lifecycleState matching the given lifecycleState.
SystemTags This property is required. Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
TimeUpdated This property is required. string
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.
CompartmentId This property is required. string
The ID of the compartment in which to list resources.
DefinedTags This property is required. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName This property is required. string
A filter to return only the resources that match the entire display name given.
FreeformTags This property is required. 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 This property is required. string
Unique MediaWorkflowConfiguration identifier.
IsLockOverride This property is required. bool
LifecyleDetails This property is required. 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 This property is required. []GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItemLock
Locks associated with this resource.
Parameters This property is required. string
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects' keys refer to the name of a parameter that is unique to the task. taskKey > parameterName > parameterValue
State This property is required. string
A filter to return only the resources with lifecycleState matching the given lifecycleState.
SystemTags This property is required. map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
TimeUpdated This property is required. string
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.
compartmentId This property is required. String
The ID of the compartment in which to list resources.
definedTags This property is required. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName This property is required. String
A filter to return only the resources that match the entire display name given.
freeformTags This property is required. 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 This property is required. String
Unique MediaWorkflowConfiguration identifier.
isLockOverride This property is required. Boolean
lifecyleDetails This property is required. 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 This property is required. List<GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItemLock>
Locks associated with this resource.
parameters This property is required. String
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects' keys refer to the name of a parameter that is unique to the task. taskKey > parameterName > parameterValue
state This property is required. String
A filter to return only the resources with lifecycleState matching the given lifecycleState.
systemTags This property is required. Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
timeUpdated This property is required. String
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.
compartmentId This property is required. string
The ID of the compartment in which to list resources.
definedTags This property is required. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName This property is required. string
A filter to return only the resources that match the entire display name given.
freeformTags This property is required. {[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 This property is required. string
Unique MediaWorkflowConfiguration identifier.
isLockOverride This property is required. boolean
lifecyleDetails This property is required. 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 This property is required. GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItemLock[]
Locks associated with this resource.
parameters This property is required. string
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects' keys refer to the name of a parameter that is unique to the task. taskKey > parameterName > parameterValue
state This property is required. string
A filter to return only the resources with lifecycleState matching the given lifecycleState.
systemTags This property is required. {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. string
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
timeUpdated This property is required. string
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.
compartment_id This property is required. str
The ID of the compartment in which to list resources.
defined_tags This property is required. 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 This property is required. str
A filter to return only the resources that match the entire display name given.
freeform_tags This property is required. 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 This property is required. str
Unique MediaWorkflowConfiguration identifier.
is_lock_override This property is required. bool
lifecyle_details This property is required. 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 This property is required. Sequence[mediaservices.GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItemLock]
Locks associated with this resource.
parameters This property is required. str
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects' keys refer to the name of a parameter that is unique to the task. taskKey > parameterName > parameterValue
state This property is required. str
A filter to return only the resources with lifecycleState matching the given lifecycleState.
system_tags This property is required. Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created This property is required. str
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
time_updated This property is required. str
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.
compartmentId This property is required. String
The ID of the compartment in which to list resources.
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName This property is required. String
A filter to return only the resources that match the entire display name given.
freeformTags This property is required. 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 This property is required. String
Unique MediaWorkflowConfiguration identifier.
isLockOverride This property is required. Boolean
lifecyleDetails This property is required. 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 This property is required. List<Property Map>
Locks associated with this resource.
parameters This property is required. String
Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects' keys refer to the name of a parameter that is unique to the task. taskKey > parameterName > parameterValue
state This property is required. String
A filter to return only the resources with lifecycleState matching the given lifecycleState.
systemTags This property is required. Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
timeUpdated This property is required. String
The time when the MediaWorkflowConfiguration was updated. An RFC3339 formatted datetime string.

GetMediaWorkflowConfigurationsMediaWorkflowConfigurationCollectionItemLock

CompartmentId This property is required. string
The ID of the compartment in which to list resources.
Message This property is required. 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 This property is required. string
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
TimeCreated This property is required. string
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
Type This property is required. string
Type of the lock.
CompartmentId This property is required. string
The ID of the compartment in which to list resources.
Message This property is required. 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 This property is required. string
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
TimeCreated This property is required. string
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
Type This property is required. string
Type of the lock.
compartmentId This property is required. String
The ID of the compartment in which to list resources.
message This property is required. 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 This property is required. String
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
timeCreated This property is required. String
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
type This property is required. String
Type of the lock.
compartmentId This property is required. string
The ID of the compartment in which to list resources.
message This property is required. 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 This property is required. string
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
timeCreated This property is required. string
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
type This property is required. string
Type of the lock.
compartment_id This property is required. str
The ID of the compartment in which to list resources.
message This property is required. 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 This property is required. str
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
time_created This property is required. str
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
type This property is required. str
Type of the lock.
compartmentId This property is required. String
The ID of the compartment in which to list resources.
message This property is required. 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 This property is required. String
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
timeCreated This property is required. String
The time when the the MediaWorkflowConfiguration was created. An RFC3339 formatted datetime string.
type This property is required. String
Type of the lock.

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