Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.MediaServices.getStreamPackagingConfig
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Stream Packaging Config resource in Oracle Cloud Infrastructure Media Services service.
Gets a Stream Packaging Configuration by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testStreamPackagingConfig = oci.MediaServices.getStreamPackagingConfig({
streamPackagingConfigId: testStreamPackagingConfigOciMediaServicesStreamPackagingConfig.id,
});
import pulumi
import pulumi_oci as oci
test_stream_packaging_config = oci.MediaServices.get_stream_packaging_config(stream_packaging_config_id=test_stream_packaging_config_oci_media_services_stream_packaging_config["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/MediaServices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := MediaServices.GetStreamPackagingConfig(ctx, &mediaservices.GetStreamPackagingConfigArgs{
StreamPackagingConfigId: testStreamPackagingConfigOciMediaServicesStreamPackagingConfig.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 testStreamPackagingConfig = Oci.MediaServices.GetStreamPackagingConfig.Invoke(new()
{
StreamPackagingConfigId = testStreamPackagingConfigOciMediaServicesStreamPackagingConfig.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.GetStreamPackagingConfigArgs;
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 testStreamPackagingConfig = MediaServicesFunctions.getStreamPackagingConfig(GetStreamPackagingConfigArgs.builder()
.streamPackagingConfigId(testStreamPackagingConfigOciMediaServicesStreamPackagingConfig.id())
.build());
}
}
variables:
testStreamPackagingConfig:
fn::invoke:
Function: oci:MediaServices:getStreamPackagingConfig
Arguments:
streamPackagingConfigId: ${testStreamPackagingConfigOciMediaServicesStreamPackagingConfig.id}
Using getStreamPackagingConfig
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 getStreamPackagingConfig(args: GetStreamPackagingConfigArgs, opts?: InvokeOptions): Promise<GetStreamPackagingConfigResult>
function getStreamPackagingConfigOutput(args: GetStreamPackagingConfigOutputArgs, opts?: InvokeOptions): Output<GetStreamPackagingConfigResult>
def get_stream_packaging_config(stream_packaging_config_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamPackagingConfigResult
def get_stream_packaging_config_output(stream_packaging_config_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamPackagingConfigResult]
func GetStreamPackagingConfig(ctx *Context, args *GetStreamPackagingConfigArgs, opts ...InvokeOption) (*GetStreamPackagingConfigResult, error)
func GetStreamPackagingConfigOutput(ctx *Context, args *GetStreamPackagingConfigOutputArgs, opts ...InvokeOption) GetStreamPackagingConfigResultOutput
> Note: This function is named GetStreamPackagingConfig
in the Go SDK.
public static class GetStreamPackagingConfig
{
public static Task<GetStreamPackagingConfigResult> InvokeAsync(GetStreamPackagingConfigArgs args, InvokeOptions? opts = null)
public static Output<GetStreamPackagingConfigResult> Invoke(GetStreamPackagingConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStreamPackagingConfigResult> getStreamPackagingConfig(GetStreamPackagingConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:MediaServices/getStreamPackagingConfig:getStreamPackagingConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Stream
Packaging stringConfig Id - Unique Stream Packaging Configuration path identifier.
- Stream
Packaging stringConfig Id - Unique Stream Packaging Configuration path identifier.
- stream
Packaging StringConfig Id - Unique Stream Packaging Configuration path identifier.
- stream
Packaging stringConfig Id - Unique Stream Packaging Configuration path identifier.
- stream_
packaging_ strconfig_ id - Unique Stream Packaging Configuration path identifier.
- stream
Packaging StringConfig Id - Unique Stream Packaging Configuration path identifier.
getStreamPackagingConfig Result
The following output properties are available:
- Compartment
Id string - The compartment ID of the lock.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - The name of the stream packaging configuration. Avoid entering confidential information.
- Distribution
Channel stringId - Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- Encryptions
List<Get
Stream Packaging Config Encryption> - The encryption used by the stream packaging configuration.
- Dictionary<string, object>
- 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.
- Is
Lock boolOverride - Locks
List<Get
Stream Packaging Config Lock> - Locks associated with this resource.
- Segment
Time intIn Seconds - The duration in seconds for each fragment.
- State string
- The current state of the Packaging Configuration.
- Stream
Packaging stringConfig Id - Stream
Packaging stringFormat - The output format for the package.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- Compartment
Id string - The compartment ID of the lock.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - The name of the stream packaging configuration. Avoid entering confidential information.
- Distribution
Channel stringId - Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- Encryptions
[]Get
Stream Packaging Config Encryption - The encryption used by the stream packaging configuration.
- map[string]interface{}
- 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.
- Is
Lock boolOverride - Locks
[]Get
Stream Packaging Config Lock - Locks associated with this resource.
- Segment
Time intIn Seconds - The duration in seconds for each fragment.
- State string
- The current state of the Packaging Configuration.
- Stream
Packaging stringConfig Id - Stream
Packaging stringFormat - The output format for the package.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- compartment
Id String - The compartment ID of the lock.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - The name of the stream packaging configuration. Avoid entering confidential information.
- distribution
Channel StringId - Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- encryptions
List<Get
Stream Packaging Config Encryption> - The encryption used by the stream packaging configuration.
- Map<String,Object>
- 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.
- is
Lock BooleanOverride - locks
List<Get
Stream Packaging Config Lock> - Locks associated with this resource.
- segment
Time IntegerIn Seconds - The duration in seconds for each fragment.
- state String
- The current state of the Packaging Configuration.
- stream
Packaging StringConfig Id - stream
Packaging StringFormat - The output format for the package.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
- compartment
Id string - The compartment ID of the lock.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - The name of the stream packaging configuration. Avoid entering confidential information.
- distribution
Channel stringId - Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- encryptions
Get
Stream Packaging Config Encryption[] - The encryption used by the stream packaging configuration.
- {[key: string]: any}
- 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.
- is
Lock booleanOverride - locks
Get
Stream Packaging Config Lock[] - Locks associated with this resource.
- segment
Time numberIn Seconds - The duration in seconds for each fragment.
- state string
- The current state of the Packaging Configuration.
- stream
Packaging stringConfig Id - stream
Packaging stringFormat - The output format for the package.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- time
Updated 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, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - The name of the stream packaging configuration. Avoid entering confidential information.
- distribution_
channel_ strid - Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- encryptions
Sequence[mediaservices.
Get Stream Packaging Config Encryption] - The encryption used by the stream packaging configuration.
- Mapping[str, Any]
- 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[mediaservices.
Get Stream Packaging Config Lock] - Locks associated with this resource.
- segment_
time_ intin_ seconds - The duration in seconds for each fragment.
- state str
- The current state of the Packaging Configuration.
- stream_
packaging_ strconfig_ id - stream_
packaging_ strformat - The output format for the package.
- Mapping[str, Any]
- 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.
- compartment
Id String - The compartment ID of the lock.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - The name of the stream packaging configuration. Avoid entering confidential information.
- distribution
Channel StringId - Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.
- encryptions List<Property Map>
- The encryption used by the stream packaging configuration.
- Map<Any>
- 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.
- is
Lock BooleanOverride - locks List<Property Map>
- Locks associated with this resource.
- segment
Time NumberIn Seconds - The duration in seconds for each fragment.
- state String
- The current state of the Packaging Configuration.
- stream
Packaging StringConfig Id - stream
Packaging StringFormat - The output format for the package.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Packaging Configuration was updated. An RFC3339 formatted datetime string.
Supporting Types
GetStreamPackagingConfigEncryption
- 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).
GetStreamPackagingConfigLock
- Compartment
Id 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.
- Time
Created string - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- Compartment
Id 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.
- Time
Created string - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- compartment
Id 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.
- time
Created String - The time when the Packaging Configuration was created. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
- compartment
Id 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.
- time
Created 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.
- compartment
Id 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.
- time
Created 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
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi