Class CfnChannel.IngestEndpointProperty
An endpoint for ingesting source content for a channel.
Inheritance
System.Object
CfnChannel.IngestEndpointProperty
Implements
Namespace: Amazon.CDK.AWS.MediaPackage
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.MediaPackage;
var ingestEndpointProperty = new IngestEndpointProperty {
Id = "id",
Password = "password",
Url = "url",
Username = "username"
};
Synopsis
Constructors
IngestEndpointProperty() |
Properties
Id | The endpoint identifier. |
Password | The system-generated password for WebDAV input authentication. |
Url | The input URL where the source stream should be sent. |
Username | The system-generated username for WebDAV input authentication. |
Constructors
IngestEndpointProperty()
public IngestEndpointProperty()
Properties
Id
The endpoint identifier.
public string Id { get; set; }
Property Value
System.String
Remarks
Password
The system-generated password for WebDAV input authentication.
public string Password { get; set; }
Property Value
System.String
Remarks
Url
The input URL where the source stream should be sent.
public string Url { get; set; }
Property Value
System.String
Remarks
Username
The system-generated username for WebDAV input authentication.
public string Username { get; set; }
Property Value
System.String