Show / Hide Table of Contents

Class CfnChannel.IngestEndpointProperty

An endpoint for ingesting source content for a channel.

Inheritance
object
CfnChannel.IngestEndpointProperty
Implements
CfnChannel.IIngestEndpointProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.IngestEndpointProperty : CfnChannel.IIngestEndpointProperty
Syntax (vb)
Public Class CfnChannel.IngestEndpointProperty Implements CfnChannel.IIngestEndpointProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-channel-ingestendpoint.html

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()

An endpoint for ingesting source content for a channel.

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()

An endpoint for ingesting source content for a channel.

public IngestEndpointProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-channel-ingestendpoint.html

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"
             };

Properties

Id

The endpoint identifier.

public string Id { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-channel-ingestendpoint.html#cfn-mediapackage-channel-ingestendpoint-id

Password

The system-generated password for WebDAV input authentication.

public string Password { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-channel-ingestendpoint.html#cfn-mediapackage-channel-ingestendpoint-password

Url

The input URL where the source stream should be sent.

public string Url { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-channel-ingestendpoint.html#cfn-mediapackage-channel-ingestendpoint-url

Username

The system-generated username for WebDAV input authentication.

public string Username { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-channel-ingestendpoint.html#cfn-mediapackage-channel-ingestendpoint-username

Implements

CfnChannel.IIngestEndpointProperty
Back to top Generated by DocFX