Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.MediaServices.getStreamPackagingConfigs
Explore with Pulumi AI
This data source provides the list of Stream Packaging Configs in Oracle Cloud Infrastructure Media Services service.
Lists the Stream Packaging Configurations.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testStreamPackagingConfigs = oci.MediaServices.getStreamPackagingConfigs({
    distributionChannelId: testChannel.id,
    displayName: streamPackagingConfigDisplayName,
    state: streamPackagingConfigState,
    streamPackagingConfigId: testStreamPackagingConfig.id,
});
import pulumi
import pulumi_oci as oci
test_stream_packaging_configs = oci.MediaServices.get_stream_packaging_configs(distribution_channel_id=test_channel["id"],
    display_name=stream_packaging_config_display_name,
    state=stream_packaging_config_state,
    stream_packaging_config_id=test_stream_packaging_config["id"])
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.GetStreamPackagingConfigs(ctx, &mediaservices.GetStreamPackagingConfigsArgs{
			DistributionChannelId:   testChannel.Id,
			DisplayName:             pulumi.StringRef(streamPackagingConfigDisplayName),
			State:                   pulumi.StringRef(streamPackagingConfigState),
			StreamPackagingConfigId: pulumi.StringRef(testStreamPackagingConfig.Id),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testStreamPackagingConfigs = Oci.MediaServices.GetStreamPackagingConfigs.Invoke(new()
    {
        DistributionChannelId = testChannel.Id,
        DisplayName = streamPackagingConfigDisplayName,
        State = streamPackagingConfigState,
        StreamPackagingConfigId = testStreamPackagingConfig.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.MediaServices.MediaServicesFunctions;
import com.pulumi.oci.MediaServices.inputs.GetStreamPackagingConfigsArgs;
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 testStreamPackagingConfigs = MediaServicesFunctions.getStreamPackagingConfigs(GetStreamPackagingConfigsArgs.builder()
            .distributionChannelId(testChannel.id())
            .displayName(streamPackagingConfigDisplayName)
            .state(streamPackagingConfigState)
            .streamPackagingConfigId(testStreamPackagingConfig.id())
            .build());
    }
}
variables:
  testStreamPackagingConfigs:
    fn::invoke:
      function: oci:MediaServices:getStreamPackagingConfigs
      arguments:
        distributionChannelId: ${testChannel.id}
        displayName: ${streamPackagingConfigDisplayName}
        state: ${streamPackagingConfigState}
        streamPackagingConfigId: ${testStreamPackagingConfig.id}
Using getStreamPackagingConfigs
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 getStreamPackagingConfigs(args: GetStreamPackagingConfigsArgs, opts?: InvokeOptions): Promise<GetStreamPackagingConfigsResult>
function getStreamPackagingConfigsOutput(args: GetStreamPackagingConfigsOutputArgs, opts?: InvokeOptions): Output<GetStreamPackagingConfigsResult>def get_stream_packaging_configs(display_name: Optional[str] = None,
                                 distribution_channel_id: Optional[str] = None,
                                 filters: Optional[Sequence[GetStreamPackagingConfigsFilter]] = None,
                                 state: Optional[str] = None,
                                 stream_packaging_config_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetStreamPackagingConfigsResult
def get_stream_packaging_configs_output(display_name: Optional[pulumi.Input[str]] = None,
                                 distribution_channel_id: Optional[pulumi.Input[str]] = None,
                                 filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetStreamPackagingConfigsFilterArgs]]]] = None,
                                 state: Optional[pulumi.Input[str]] = None,
                                 stream_packaging_config_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetStreamPackagingConfigsResult]func GetStreamPackagingConfigs(ctx *Context, args *GetStreamPackagingConfigsArgs, opts ...InvokeOption) (*GetStreamPackagingConfigsResult, error)
func GetStreamPackagingConfigsOutput(ctx *Context, args *GetStreamPackagingConfigsOutputArgs, opts ...InvokeOption) GetStreamPackagingConfigsResultOutput> Note: This function is named GetStreamPackagingConfigs in the Go SDK.
public static class GetStreamPackagingConfigs 
{
    public static Task<GetStreamPackagingConfigsResult> InvokeAsync(GetStreamPackagingConfigsArgs args, InvokeOptions? opts = null)
    public static Output<GetStreamPackagingConfigsResult> Invoke(GetStreamPackagingConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStreamPackagingConfigsResult> getStreamPackagingConfigs(GetStreamPackagingConfigsArgs args, InvokeOptions options)
public static Output<GetStreamPackagingConfigsResult> getStreamPackagingConfigs(GetStreamPackagingConfigsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:MediaServices/getStreamPackagingConfigs:getStreamPackagingConfigs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DistributionChannel stringId 
- Unique Stream Distribution Channel identifier.
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Filters
List<GetStream Packaging Configs Filter> 
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- StreamPackaging stringConfig Id 
- Unique Stream Packaging Configuration identifier.
- DistributionChannel stringId 
- Unique Stream Distribution Channel identifier.
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Filters
[]GetStream Packaging Configs Filter 
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- StreamPackaging stringConfig Id 
- Unique Stream Packaging Configuration identifier.
- distributionChannel StringId 
- Unique Stream Distribution Channel identifier.
- displayName String
- A filter to return only the resources that match the entire display name given.
- filters
List<GetStream Packaging Configs Filter> 
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- streamPackaging StringConfig Id 
- Unique Stream Packaging Configuration identifier.
- distributionChannel stringId 
- Unique Stream Distribution Channel identifier.
- displayName string
- A filter to return only the resources that match the entire display name given.
- filters
GetStream Packaging Configs Filter[] 
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- streamPackaging stringConfig Id 
- Unique Stream Packaging Configuration identifier.
- distribution_channel_ strid 
- Unique Stream Distribution Channel identifier.
- display_name str
- A filter to return only the resources that match the entire display name given.
- filters
Sequence[GetStream Packaging Configs Filter] 
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- stream_packaging_ strconfig_ id 
- Unique Stream Packaging Configuration identifier.
- distributionChannel StringId 
- Unique Stream Distribution Channel identifier.
- displayName String
- A filter to return only the resources that match the entire display name given.
- filters List<Property Map>
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- streamPackaging StringConfig Id 
- Unique Stream Packaging Configuration identifier.
getStreamPackagingConfigs Result
The following output properties are available:
- DistributionChannel stringId 
- Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- Id string
- The provider-assigned unique ID for this managed resource.
- StreamPackaging List<GetConfig Collections Stream Packaging Configs Stream Packaging Config Collection> 
- The list of stream_packaging_config_collection.
- DisplayName string
- The name of the stream packaging configuration. Avoid entering confidential information.
- Filters
List<GetStream Packaging Configs Filter> 
- State string
- The current state of the Packaging Configuration.
- StreamPackaging stringConfig Id 
- DistributionChannel stringId 
- Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- Id string
- The provider-assigned unique ID for this managed resource.
- StreamPackaging []GetConfig Collections Stream Packaging Configs Stream Packaging Config Collection 
- The list of stream_packaging_config_collection.
- DisplayName string
- The name of the stream packaging configuration. Avoid entering confidential information.
- Filters
[]GetStream Packaging Configs Filter 
- State string
- The current state of the Packaging Configuration.
- StreamPackaging stringConfig Id 
- distributionChannel StringId 
- Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- id String
- The provider-assigned unique ID for this managed resource.
- streamPackaging List<GetConfig Collections Stream Packaging Configs Stream Packaging Config Collection> 
- The list of stream_packaging_config_collection.
- displayName String
- The name of the stream packaging configuration. Avoid entering confidential information.
- filters
List<GetStream Packaging Configs Filter> 
- state String
- The current state of the Packaging Configuration.
- streamPackaging StringConfig Id 
- distributionChannel stringId 
- Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- id string
- The provider-assigned unique ID for this managed resource.
- streamPackaging GetConfig Collections Stream Packaging Configs Stream Packaging Config Collection[] 
- The list of stream_packaging_config_collection.
- displayName string
- The name of the stream packaging configuration. Avoid entering confidential information.
- filters
GetStream Packaging Configs Filter[] 
- state string
- The current state of the Packaging Configuration.
- streamPackaging stringConfig Id 
- distribution_channel_ strid 
- Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- id str
- The provider-assigned unique ID for this managed resource.
- stream_packaging_ Sequence[Getconfig_ collections Stream Packaging Configs Stream Packaging Config Collection] 
- The list of stream_packaging_config_collection.
- display_name str
- The name of the stream packaging configuration. Avoid entering confidential information.
- filters
Sequence[GetStream Packaging Configs Filter] 
- state str
- The current state of the Packaging Configuration.
- stream_packaging_ strconfig_ id 
- distributionChannel StringId 
- Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- id String
- The provider-assigned unique ID for this managed resource.
- streamPackaging List<Property Map>Config Collections 
- The list of stream_packaging_config_collection.
- displayName String
- The name of the stream packaging configuration. Avoid entering confidential information.
- filters List<Property Map>
- state String
- The current state of the Packaging Configuration.
- streamPackaging StringConfig Id 
Supporting Types
GetStreamPackagingConfigsFilter    
GetStreamPackagingConfigsStreamPackagingConfigCollection       
GetStreamPackagingConfigsStreamPackagingConfigCollectionItem        
- CompartmentId string
- The compartment ID of the lock.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- DistributionChannel stringId 
- Unique Stream Distribution Channel identifier.
- Encryptions
List<GetStream Packaging Configs Stream Packaging Config Collection Item Encryption> 
- The encryption used by the stream packaging configuration.
- 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 identifier that is immutable on creation.
- IsLock boolOverride 
- Locks
List<GetStream Packaging Configs Stream Packaging Config Collection Item Lock> 
- Locks associated with this resource.
- SegmentTime intIn Seconds 
- The duration in seconds for each fragment.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- StreamPackaging stringFormat 
- The output format for the package.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- CompartmentId string
- The compartment ID of the lock.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- DistributionChannel stringId 
- Unique Stream Distribution Channel identifier.
- Encryptions
[]GetStream Packaging Configs Stream Packaging Config Collection Item Encryption 
- The encryption used by the stream packaging configuration.
- 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 identifier that is immutable on creation.
- IsLock boolOverride 
- Locks
[]GetStream Packaging Configs Stream Packaging Config Collection Item Lock 
- Locks associated with this resource.
- SegmentTime intIn Seconds 
- The duration in seconds for each fragment.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- StreamPackaging stringFormat 
- The output format for the package.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- compartmentId String
- The compartment ID of the lock.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only the resources that match the entire display name given.
- distributionChannel StringId 
- Unique Stream Distribution Channel identifier.
- encryptions
List<GetStream Packaging Configs Stream Packaging Config Collection Item Encryption> 
- The encryption used by the stream packaging configuration.
- 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 identifier that is immutable on creation.
- isLock BooleanOverride 
- locks
List<GetStream Packaging Configs Stream Packaging Config Collection Item Lock> 
- Locks associated with this resource.
- segmentTime IntegerIn Seconds 
- The duration in seconds for each fragment.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- streamPackaging StringFormat 
- The output format for the package.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- compartmentId string
- The compartment ID of the lock.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only the resources that match the entire display name given.
- distributionChannel stringId 
- Unique Stream Distribution Channel identifier.
- encryptions
GetStream Packaging Configs Stream Packaging Config Collection Item Encryption[] 
- The encryption used by the stream packaging configuration.
- {[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 identifier that is immutable on creation.
- isLock booleanOverride 
- locks
GetStream Packaging Configs Stream Packaging Config Collection Item Lock[] 
- Locks associated with this resource.
- segmentTime numberIn Seconds 
- The duration in seconds for each fragment.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- streamPackaging stringFormat 
- The output format for the package.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- compartment_id str
- The compartment ID of the lock.
- 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.
- distribution_channel_ strid 
- Unique Stream Distribution Channel identifier.
- encryptions
Sequence[GetStream Packaging Configs Stream Packaging Config Collection Item Encryption] 
- The encryption used by the stream packaging configuration.
- 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 identifier that is immutable on creation.
- is_lock_ booloverride 
- locks
Sequence[GetStream Packaging Configs Stream Packaging Config Collection Item Lock] 
- Locks associated with this resource.
- segment_time_ intin_ seconds 
- The duration in seconds for each fragment.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- stream_packaging_ strformat 
- The output format for the package.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- time_updated str
- The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- compartmentId String
- The compartment ID of the lock.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only the resources that match the entire display name given.
- distributionChannel StringId 
- Unique Stream Distribution Channel identifier.
- encryptions List<Property Map>
- The encryption used by the stream packaging configuration.
- 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 identifier that is immutable on creation.
- isLock BooleanOverride 
- locks List<Property Map>
- Locks associated with this resource.
- segmentTime NumberIn Seconds 
- The duration in seconds for each fragment.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- streamPackaging StringFormat 
- The output format for the package.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
GetStreamPackagingConfigsStreamPackagingConfigCollectionItemEncryption         
- algorithm str
- The encryption algorithm for the stream packaging configuration.
- kms_key_ strid 
- The identifier of the customer managed Vault KMS symmetric encryption key (null if Oracle managed).
GetStreamPackagingConfigsStreamPackagingConfigCollectionItemLock         
- CompartmentId string
- The compartment ID of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- CompartmentId string
- The compartment ID of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- compartmentId String
- The compartment ID of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
- compartmentId string
- The compartment ID of the lock.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated string
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- type string
- Type of the lock.
- compartment_id str
- The compartment ID of the lock.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- 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 Packaging Configuration was created. An RFC3339 formatted datetime string.
- type str
- Type of the lock.
- compartmentId String
- The compartment ID of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.