aws-cdk-lib.aws_mediapackage.CfnChannel.HlsIngestProperty

interface HlsIngestProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaPackage.CfnChannel.HlsIngestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnChannel_HlsIngestProperty
Javasoftware.amazon.awscdk.services.mediapackage.CfnChannel.HlsIngestProperty
Pythonaws_cdk.aws_mediapackage.CfnChannel.HlsIngestProperty
TypeScript aws-cdk-lib » aws_mediapackage » CfnChannel » HlsIngestProperty

HLS ingest configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackage as mediapackage } from 'aws-cdk-lib';
const hlsIngestProperty: mediapackage.CfnChannel.HlsIngestProperty = {
  ingestEndpoints: [{
    id: 'id',
    password: 'password',
    url: 'url',
    username: 'username',
  }],
};

Properties

NameTypeDescription
ingestEndpoints?IResolvable | IResolvable | IngestEndpointProperty[]The input URL where the source stream should be sent.

ingestEndpoints?

Type: IResolvable | IResolvable | IngestEndpointProperty[] (optional)

The input URL where the source stream should be sent.