Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.MediaServices.getStreamDistributionChannels
Explore with Pulumi AI
This data source provides the list of Stream Distribution Channels in Oracle Cloud Infrastructure Media Services service.
Lists the Stream Distribution Channels.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testStreamDistributionChannels = oci.MediaServices.getStreamDistributionChannels({
compartmentId: compartmentId,
displayName: streamDistributionChannelDisplayName,
id: streamDistributionChannelId,
state: streamDistributionChannelState,
});
import pulumi
import pulumi_oci as oci
test_stream_distribution_channels = oci.MediaServices.get_stream_distribution_channels(compartment_id=compartment_id,
display_name=stream_distribution_channel_display_name,
id=stream_distribution_channel_id,
state=stream_distribution_channel_state)
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.GetStreamDistributionChannels(ctx, &mediaservices.GetStreamDistributionChannelsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(streamDistributionChannelDisplayName),
Id: pulumi.StringRef(streamDistributionChannelId),
State: pulumi.StringRef(streamDistributionChannelState),
}, 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 testStreamDistributionChannels = Oci.MediaServices.GetStreamDistributionChannels.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = streamDistributionChannelDisplayName,
Id = streamDistributionChannelId,
State = streamDistributionChannelState,
});
});
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.GetStreamDistributionChannelsArgs;
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 testStreamDistributionChannels = MediaServicesFunctions.getStreamDistributionChannels(GetStreamDistributionChannelsArgs.builder()
.compartmentId(compartmentId)
.displayName(streamDistributionChannelDisplayName)
.id(streamDistributionChannelId)
.state(streamDistributionChannelState)
.build());
}
}
variables:
testStreamDistributionChannels:
fn::invoke:
Function: oci:MediaServices:getStreamDistributionChannels
Arguments:
compartmentId: ${compartmentId}
displayName: ${streamDistributionChannelDisplayName}
id: ${streamDistributionChannelId}
state: ${streamDistributionChannelState}
Using getStreamDistributionChannels
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 getStreamDistributionChannels(args: GetStreamDistributionChannelsArgs, opts?: InvokeOptions): Promise<GetStreamDistributionChannelsResult>
function getStreamDistributionChannelsOutput(args: GetStreamDistributionChannelsOutputArgs, opts?: InvokeOptions): Output<GetStreamDistributionChannelsResult>
def get_stream_distribution_channels(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_mediaservices.GetStreamDistributionChannelsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamDistributionChannelsResult
def get_stream_distribution_channels_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_mediaservices.GetStreamDistributionChannelsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamDistributionChannelsResult]
func GetStreamDistributionChannels(ctx *Context, args *GetStreamDistributionChannelsArgs, opts ...InvokeOption) (*GetStreamDistributionChannelsResult, error)
func GetStreamDistributionChannelsOutput(ctx *Context, args *GetStreamDistributionChannelsOutputArgs, opts ...InvokeOption) GetStreamDistributionChannelsResultOutput
> Note: This function is named GetStreamDistributionChannels
in the Go SDK.
public static class GetStreamDistributionChannels
{
public static Task<GetStreamDistributionChannelsResult> InvokeAsync(GetStreamDistributionChannelsArgs args, InvokeOptions? opts = null)
public static Output<GetStreamDistributionChannelsResult> Invoke(GetStreamDistributionChannelsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStreamDistributionChannelsResult> getStreamDistributionChannels(GetStreamDistributionChannelsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:MediaServices/getStreamDistributionChannels:getStreamDistributionChannels
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire display name given.
- Filters
List<Get
Stream Distribution Channels Filter> - Id string
- Unique Stream Distribution Channel identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire display name given.
- Filters
[]Get
Stream Distribution Channels Filter - Id string
- Unique Stream Distribution Channel identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire display name given.
- filters
List<Get
Stream Distribution Channels Filter> - id String
- Unique Stream Distribution Channel identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only the resources that match the entire display name given.
- filters
Get
Stream Distribution Channels Filter[] - id string
- Unique Stream Distribution Channel 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
Sequence[mediaservices.
Get Stream Distribution Channels Filter] - id str
- Unique Stream Distribution Channel identifier.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire display name given.
- filters List<Property Map>
- id String
- Unique Stream Distribution Channel identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
getStreamDistributionChannels Result
The following output properties are available:
- Stream
Distribution List<GetChannel Collections Stream Distribution Channels Stream Distribution Channel Collection> - The list of stream_distribution_channel_collection.
- Compartment
Id string - The compartment ID of the lock.
- Display
Name string - Stream Distribution Channel display name. Avoid entering confidential information.
- Filters
List<Get
Stream Distribution Channels Filter> - Id string
- Unique identifier that is immutable on creation.
- State string
- The current state of the Stream Distribution Channel.
- Stream
Distribution []GetChannel Collections Stream Distribution Channels Stream Distribution Channel Collection - The list of stream_distribution_channel_collection.
- Compartment
Id string - The compartment ID of the lock.
- Display
Name string - Stream Distribution Channel display name. Avoid entering confidential information.
- Filters
[]Get
Stream Distribution Channels Filter - Id string
- Unique identifier that is immutable on creation.
- State string
- The current state of the Stream Distribution Channel.
- stream
Distribution List<GetChannel Collections Stream Distribution Channels Stream Distribution Channel Collection> - The list of stream_distribution_channel_collection.
- compartment
Id String - The compartment ID of the lock.
- display
Name String - Stream Distribution Channel display name. Avoid entering confidential information.
- filters
List<Get
Stream Distribution Channels Filter> - id String
- Unique identifier that is immutable on creation.
- state String
- The current state of the Stream Distribution Channel.
- stream
Distribution GetChannel Collections Stream Distribution Channels Stream Distribution Channel Collection[] - The list of stream_distribution_channel_collection.
- compartment
Id string - The compartment ID of the lock.
- display
Name string - Stream Distribution Channel display name. Avoid entering confidential information.
- filters
Get
Stream Distribution Channels Filter[] - id string
- Unique identifier that is immutable on creation.
- state string
- The current state of the Stream Distribution Channel.
- stream_
distribution_ Sequence[mediaservices.channel_ collections Get Stream Distribution Channels Stream Distribution Channel Collection] - The list of stream_distribution_channel_collection.
- compartment_
id str - The compartment ID of the lock.
- display_
name str - Stream Distribution Channel display name. Avoid entering confidential information.
- filters
Sequence[mediaservices.
Get Stream Distribution Channels Filter] - id str
- Unique identifier that is immutable on creation.
- state str
- The current state of the Stream Distribution Channel.
- stream
Distribution List<Property Map>Channel Collections - The list of stream_distribution_channel_collection.
- compartment
Id String - The compartment ID of the lock.
- display
Name String - Stream Distribution Channel display name. Avoid entering confidential information.
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation.
- state String
- The current state of the Stream Distribution Channel.
Supporting Types
GetStreamDistributionChannelsFilter
GetStreamDistributionChannelsStreamDistributionChannelCollection
GetStreamDistributionChannelsStreamDistributionChannelCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- 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 - A filter to return only the resources that match the entire display name given.
- 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 Stream Distribution Channel identifier.
- Is
Lock boolOverride - Locks
List<Get
Stream Distribution Channels Stream Distribution Channel Collection Item Lock> - Locks associated with this resource.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- 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 ID of the compartment in which to list resources.
- 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 - A filter to return only the resources that match the entire display name given.
- 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 Stream Distribution Channel identifier.
- Is
Lock boolOverride - Locks
[]Get
Stream Distribution Channels Stream Distribution Channel Collection Item Lock - Locks associated with this resource.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- 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 ID of the compartment in which to list resources.
- 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 - A filter to return only the resources that match the entire display name given.
- 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 Stream Distribution Channel identifier.
- is
Lock BooleanOverride - locks
List<Get
Stream Distribution Channels Stream Distribution Channel Collection Item Lock> - Locks associated with this resource.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- 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 ID of the compartment in which to list resources.
- {[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 - A filter to return only the resources that match the entire display name given.
- 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 Stream Distribution Channel identifier.
- is
Lock booleanOverride - locks
Get
Stream Distribution Channels Stream Distribution Channel Collection Item Lock[] - Locks associated with this resource.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- {[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 ID of the compartment in which to list resources.
- 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.
- 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 Stream Distribution Channel identifier.
- is_
lock_ booloverride - locks
Sequence[mediaservices.
Get Stream Distribution Channels Stream Distribution Channel Collection Item Lock] - Locks associated with this resource.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- 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 ID of the compartment in which to list resources.
- 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 - A filter to return only the resources that match the entire display name given.
- 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 Stream Distribution Channel identifier.
- is
Lock BooleanOverride - locks List<Property Map>
- Locks associated with this resource.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- 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.
GetStreamDistributionChannelsStreamDistributionChannelCollectionItemLock
- Compartment
Id string - The ID of the compartment in which to list resources.
- 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 ID of the compartment in which to list resources.
- 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 ID of the compartment in which to list resources.
- 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 ID of the compartment in which to list resources.
- 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 ID of the compartment in which to list resources.
- 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 ID of the compartment in which to list resources.
- 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.