interface IngestEndpointProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2.CfnChannelPropsMixin.IngestEndpointProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediapackagev2#CfnChannelPropsMixin_IngestEndpointProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelPropsMixin.IngestEndpointProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediapackagev2.CfnChannelPropsMixin.IngestEndpointProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediapackagev2 » CfnChannelPropsMixin » IngestEndpointProperty |
The input URL where the source stream should be sent.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from '@aws-cdk/cfn-property-mixins';
const ingestEndpointProperty: mediapackagev2.CfnChannelPropsMixin.IngestEndpointProperty = {
id: 'id',
url: 'url',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | The identifier associated with the ingest endpoint of the channel. |
| url? | string | The URL associated with the ingest endpoint of the channel. |
id?
Type:
string
(optional)
The identifier associated with the ingest endpoint of the channel.
url?
Type:
string
(optional)
The URL associated with the ingest endpoint of the channel.

.NET
Go
Java
Python
TypeScript