We recommend new projects start with resources from the AWS provider.
aws-native.mediapackagev2.getChannel
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.
Using getChannel
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 getChannel(args: GetChannelArgs, opts?: InvokeOptions): Promise<GetChannelResult>
function getChannelOutput(args: GetChannelOutputArgs, opts?: InvokeOptions): Output<GetChannelResult>
def get_channel(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetChannelResult
def get_channel_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetChannelResult]
func LookupChannel(ctx *Context, args *LookupChannelArgs, opts ...InvokeOption) (*LookupChannelResult, error)
func LookupChannelOutput(ctx *Context, args *LookupChannelOutputArgs, opts ...InvokeOption) LookupChannelResultOutput
> Note: This function is named LookupChannel
in the Go SDK.
public static class GetChannel
{
public static Task<GetChannelResult> InvokeAsync(GetChannelArgs args, InvokeOptions? opts = null)
public static Output<GetChannelResult> Invoke(GetChannelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetChannelResult> getChannel(GetChannelArgs args, InvokeOptions options)
public static Output<GetChannelResult> getChannel(GetChannelArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:mediapackagev2:getChannel
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- Arn string
- arn String
- arn string
- arn str
- arn String
getChannel Result
The following output properties are available:
- Arn string
- Created
At string - Description string
- Ingest
Endpoint List<string>Urls - Ingest
Endpoints List<Pulumi.Aws Native. Media Package V2. Outputs. Channel Ingest Endpoint> - Input
Switch Pulumi.Configuration Aws Native. Media Package V2. Outputs. Channel Input Switch Configuration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
- Modified
At string - Output
Header Pulumi.Configuration Aws Native. Media Package V2. Outputs. Channel Output Header Configuration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags associated with the channel.
- Arn string
- Created
At string - Description string
- Ingest
Endpoint []stringUrls - Ingest
Endpoints []ChannelIngest Endpoint - Input
Switch ChannelConfiguration Input Switch Configuration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
- Modified
At string - Output
Header ChannelConfiguration Output Header Configuration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
- Tag
- The tags associated with the channel.
- arn String
- created
At String - description String
- ingest
Endpoint List<String>Urls - ingest
Endpoints List<ChannelIngest Endpoint> - input
Switch ChannelConfiguration Input Switch Configuration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
- modified
At String - output
Header ChannelConfiguration Output Header Configuration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
- List<Tag>
- The tags associated with the channel.
- arn string
- created
At string - description string
- ingest
Endpoint string[]Urls - ingest
Endpoints ChannelIngest Endpoint[] - input
Switch ChannelConfiguration Input Switch Configuration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
- modified
At string - output
Header ChannelConfiguration Output Header Configuration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
- Tag[]
- The tags associated with the channel.
- arn str
- created_
at str - description str
- ingest_
endpoint_ Sequence[str]urls - ingest_
endpoints Sequence[ChannelIngest Endpoint] - input_
switch_ Channelconfiguration Input Switch Configuration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
- modified_
at str - output_
header_ Channelconfiguration Output Header Configuration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
- Sequence[root_Tag]
- The tags associated with the channel.
- arn String
- created
At String - description String
- ingest
Endpoint List<String>Urls - ingest
Endpoints List<Property Map> - input
Switch Property MapConfiguration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.
- modified
At String - output
Header Property MapConfiguration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
- List<Property Map>
- The tags associated with the channel.
Supporting Types
ChannelIngestEndpoint
ChannelInputSwitchConfiguration
- Mqcs
Input boolSwitching
- Mqcs
Input boolSwitching
- mqcs
Input BooleanSwitching
- mqcs
Input booleanSwitching
- mqcs_
input_ boolswitching
- mqcs
Input BooleanSwitching
ChannelOutputHeaderConfiguration
- Publish
Mqcs bool
- Publish
Mqcs bool
- publish
Mqcs Boolean
- publish
Mqcs boolean
- publish_
mqcs bool
- publish
Mqcs Boolean
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.