Class CfnChannel.IngestEndpointProperty
The input URL where the source stream should be sent.
Inheritance
Implements
Namespace: Amazon.CDK.AwsMediapackagev2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IngestEndpointProperty : Object, CfnChannel.IIngestEndpointProperty
Syntax (vb)
Public Class IngestEndpointProperty
Inherits Object
Implements CfnChannel.IIngestEndpointProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_mediapackagev2;
var ingestEndpointProperty = new IngestEndpointProperty {
Id = "id",
Url = "url"
};
Synopsis
Constructors
Ingest |
Properties
Id | The identifier associated with the ingest endpoint of the channel. |
Url | The URL associated with the ingest endpoint of the channel. |
Constructors
IngestEndpointProperty()
public IngestEndpointProperty()
Properties
Id
The identifier associated with the ingest endpoint of the channel.
public string Id { get; set; }
Property Value
System.
Remarks
Url
The URL associated with the ingest endpoint of the channel.
public string Url { get; set; }
Property Value
System.