Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-mediapackage-channel.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::MediaPackage::Channel. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Description string | Aws_CF_FunctionString

A short text description of the Channel.

HlsIngest object

An HTTP Live Streaming (HLS) ingest resource configuration.

1 nested properties
ingestEndpoints IngestEndpoint[]

A list of endpoints to which the source stream should be sent.

Tags Tag[]

A collection of tags associated with a resource

uniqueItems=true
EgressAccessLogs object
1 nested properties
LogGroupName string | Aws_CF_FunctionString

Sets a custom AWS CloudWatch log group name for access logs. If a log group name isn't specified, the defaults are used: /aws/MediaPackage/EgressAccessLogs for egress access logs and /aws/MediaPackage/IngressAccessLogs for ingress access logs.

IngressAccessLogs object
1 nested properties
LogGroupName string | Aws_CF_FunctionString

Sets a custom AWS CloudWatch log group name for access logs. If a log group name isn't specified, the defaults are used: /aws/MediaPackage/EgressAccessLogs for egress access logs and /aws/MediaPackage/IngressAccessLogs for ingress access logs.

Definitions

HlsIngest object

An HTTP Live Streaming (HLS) ingest resource configuration.

ingestEndpoints IngestEndpoint[]

A list of endpoints to which the source stream should be sent.

IngestEndpoint object

An endpoint for ingesting source content for a Channel.

Id string | Aws_CF_FunctionString required

The system generated unique identifier for the IngestEndpoint

Username string | Aws_CF_FunctionString required

The system generated username for ingest authentication.

Password string | Aws_CF_FunctionString required

The system generated password for ingest authentication.

Url string | Aws_CF_FunctionString required

The ingest URL to which the source stream should be sent.

Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required
LogConfiguration object
LogGroupName string | Aws_CF_FunctionString

Sets a custom AWS CloudWatch log group name for access logs. If a log group name isn't specified, the defaults are used: /aws/MediaPackage/EgressAccessLogs for egress access logs and /aws/MediaPackage/IngressAccessLogs for ingress access logs.