AWS Native is in preview. AWS Classic is fully supported.
aws-native.mediapackagev2.getChannel
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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)
// Output-based functions aren't available in Java yet
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> - Modified
At string - 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 - Modified
At string - Tag
- The tags associated with the channel.
- arn String
- created
At String - description String
- ingest
Endpoint List<String>Urls - ingest
Endpoints List<ChannelIngest Endpoint> - modified
At String - List<Tag>
- The tags associated with the channel.
- arn string
- created
At string - description string
- ingest
Endpoint string[]Urls - ingest
Endpoints ChannelIngest Endpoint[] - modified
At string - Tag[]
- The tags associated with the channel.
- arn str
- created_
at str - description str
- ingest_
endpoint_ Sequence[str]urls - ingest_
endpoints Sequence[ChannelIngest Endpoint] - modified_
at str - 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> - modified
At String - List<Property Map>
- The tags associated with the channel.
Supporting Types
ChannelIngestEndpoint
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.