interface HlsIngestProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MediaPackage.CfnChannel.HlsIngestProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnChannel_HlsIngestProperty | 
|  Java | software.amazon.awscdk.services.mediapackage.CfnChannel.HlsIngestProperty | 
|  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| ingest | IResolvable | (IResolvable | Ingest)[] | The input URL where the source stream should be sent. | 
ingestEndpoints?
Type:
IResolvable | (IResolvable | Ingest)[]
(optional)
The input URL where the source stream should be sent.
