Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.MediaServices.getStreamDistributionChannel
Explore with Pulumi AI
This data source provides details about a specific Stream Distribution Channel resource in Oracle Cloud Infrastructure Media Services service.
Gets a Stream Distribution Channel by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testStreamDistributionChannel = oci.MediaServices.getStreamDistributionChannel({
streamDistributionChannelId: testStreamDistributionChannelOciMediaServicesStreamDistributionChannel.id,
});
import pulumi
import pulumi_oci as oci
test_stream_distribution_channel = oci.MediaServices.get_stream_distribution_channel(stream_distribution_channel_id=test_stream_distribution_channel_oci_media_services_stream_distribution_channel["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.GetStreamDistributionChannel(ctx, &mediaservices.GetStreamDistributionChannelArgs{
StreamDistributionChannelId: testStreamDistributionChannelOciMediaServicesStreamDistributionChannel.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 testStreamDistributionChannel = Oci.MediaServices.GetStreamDistributionChannel.Invoke(new()
{
StreamDistributionChannelId = testStreamDistributionChannelOciMediaServicesStreamDistributionChannel.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.GetStreamDistributionChannelArgs;
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 testStreamDistributionChannel = MediaServicesFunctions.getStreamDistributionChannel(GetStreamDistributionChannelArgs.builder()
.streamDistributionChannelId(testStreamDistributionChannelOciMediaServicesStreamDistributionChannel.id())
.build());
}
}
variables:
testStreamDistributionChannel:
fn::invoke:
Function: oci:MediaServices:getStreamDistributionChannel
Arguments:
streamDistributionChannelId: ${testStreamDistributionChannelOciMediaServicesStreamDistributionChannel.id}
Using getStreamDistributionChannel
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 getStreamDistributionChannel(args: GetStreamDistributionChannelArgs, opts?: InvokeOptions): Promise<GetStreamDistributionChannelResult>
function getStreamDistributionChannelOutput(args: GetStreamDistributionChannelOutputArgs, opts?: InvokeOptions): Output<GetStreamDistributionChannelResult>
def get_stream_distribution_channel(stream_distribution_channel_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamDistributionChannelResult
def get_stream_distribution_channel_output(stream_distribution_channel_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamDistributionChannelResult]
func GetStreamDistributionChannel(ctx *Context, args *GetStreamDistributionChannelArgs, opts ...InvokeOption) (*GetStreamDistributionChannelResult, error)
func GetStreamDistributionChannelOutput(ctx *Context, args *GetStreamDistributionChannelOutputArgs, opts ...InvokeOption) GetStreamDistributionChannelResultOutput
> Note: This function is named GetStreamDistributionChannel
in the Go SDK.
public static class GetStreamDistributionChannel
{
public static Task<GetStreamDistributionChannelResult> InvokeAsync(GetStreamDistributionChannelArgs args, InvokeOptions? opts = null)
public static Output<GetStreamDistributionChannelResult> Invoke(GetStreamDistributionChannelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStreamDistributionChannelResult> getStreamDistributionChannel(GetStreamDistributionChannelArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:MediaServices/getStreamDistributionChannel:getStreamDistributionChannel
arguments:
# arguments dictionary
The following arguments are supported:
- Stream
Distribution stringChannel Id - Unique Stream Distribution Channel path identifier.
- Stream
Distribution stringChannel Id - Unique Stream Distribution Channel path identifier.
- stream
Distribution StringChannel Id - Unique Stream Distribution Channel path identifier.
- stream
Distribution stringChannel Id - Unique Stream Distribution Channel path identifier.
- stream_
distribution_ strchannel_ id - Unique Stream Distribution Channel path identifier.
- stream
Distribution StringChannel Id - Unique Stream Distribution Channel path identifier.
getStreamDistributionChannel Result
The following output properties are available:
- Compartment
Id 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"}
- Display
Name string - Stream Distribution Channel display name. Avoid entering confidential information.
- Domain
Name string - Unique domain name of the Distribution Channel.
- 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.
- Is
Lock boolOverride - Locks
List<Get
Stream Distribution Channel Lock> - Locks associated with this resource.
- State string
- The current state of the Stream Distribution Channel.
- Stream
Distribution stringChannel Id - Dictionary<string, string>
- 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 Stream Distribution Channel was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Stream Distribution Channel was updated. An RFC3339 formatted datetime string.
- Compartment
Id 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"}
- Display
Name string - Stream Distribution Channel display name. Avoid entering confidential information.
- Domain
Name string - Unique domain name of the Distribution Channel.
- 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.
- Is
Lock boolOverride - Locks
[]Get
Stream Distribution Channel Lock - Locks associated with this resource.
- State string
- The current state of the Stream Distribution Channel.
- Stream
Distribution stringChannel Id - map[string]string
- 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 Stream Distribution Channel was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the Stream Distribution Channel was updated. An RFC3339 formatted datetime string.
- compartment
Id 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"}
- display
Name String - Stream Distribution Channel display name. Avoid entering confidential information.
- domain
Name String - Unique domain name of the Distribution Channel.
- 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.
- is
Lock BooleanOverride - locks
List<Get
Stream Distribution Channel Lock> - Locks associated with this resource.
- state String
- The current state of the Stream Distribution Channel.
- stream
Distribution StringChannel Id - Map<String,String>
- 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 Stream Distribution Channel was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Stream Distribution Channel was updated. An RFC3339 formatted datetime string.
- compartment
Id 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"}
- display
Name string - Stream Distribution Channel display name. Avoid entering confidential information.
- domain
Name string - Unique domain name of the Distribution Channel.
- {[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.
- is
Lock booleanOverride - locks
Get
Stream Distribution Channel Lock[] - Locks associated with this resource.
- state string
- The current state of the Stream Distribution Channel.
- stream
Distribution stringChannel Id - {[key: string]: string}
- 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 Stream Distribution Channel was created. An RFC3339 formatted datetime string.
- time
Updated string - The time when the Stream Distribution Channel 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 - Stream Distribution Channel display name. Avoid entering confidential information.
- domain_
name str - Unique domain name of the Distribution Channel.
- 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[mediaservices.
Get Stream Distribution Channel Lock] - Locks associated with this resource.
- state str
- The current state of the Stream Distribution Channel.
- stream_
distribution_ strchannel_ id - 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 Stream Distribution Channel was created. An RFC3339 formatted datetime string.
- time_
updated str - The time when the Stream Distribution Channel was updated. An RFC3339 formatted datetime string.
- compartment
Id 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"}
- display
Name String - Stream Distribution Channel display name. Avoid entering confidential information.
- domain
Name String - Unique domain name of the Distribution Channel.
- 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.
- is
Lock BooleanOverride - locks List<Property Map>
- Locks associated with this resource.
- state String
- The current state of the Stream Distribution Channel.
- stream
Distribution StringChannel Id - Map<String>
- 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 Stream Distribution Channel was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the Stream Distribution Channel was updated. An RFC3339 formatted datetime string.
Supporting Types
GetStreamDistributionChannelLock
- 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 Stream Distribution Channel 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 Stream Distribution Channel 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 Stream Distribution Channel 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 Stream Distribution Channel 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 Stream Distribution Channel 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 Stream Distribution Channel 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.