Show / Hide Table of Contents

Class CfnChannel.IngestEndpointProperty

The input URL where the source stream should be sent.

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.MediaPackageV2
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-mediapackagev2-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.MediaPackageV2;

             var ingestEndpointProperty = new IngestEndpointProperty {
                 Id = "id",
                 Url = "url"
             };

Synopsis

Constructors

IngestEndpointProperty()

The input URL where the source stream should be sent.

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

The input URL where the source stream should be sent.

public IngestEndpointProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-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.MediaPackageV2;

             var ingestEndpointProperty = new IngestEndpointProperty {
                 Id = "id",
                 Url = "url"
             };

Properties

Id

The identifier associated with the ingest endpoint of the channel.

public string? Id { get; set; }
Property Value

string

Remarks

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

Url

The URL associated with the ingest endpoint of the channel.

public string? Url { get; set; }
Property Value

string

Remarks

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

Implements

CfnChannel.IIngestEndpointProperty
Back to top Generated by DocFX