AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetOriginEndpoint operation. Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaPackageV2.AmazonMediaPackageV2Request
      Amazon.MediaPackageV2.Model.GetOriginEndpointRequest

Namespace: Amazon.MediaPackageV2.Model
Assembly: AWSSDK.MediaPackageV2.dll
Version: 3.x.y.z

Syntax

C#
public class GetOriginEndpointRequest : AmazonMediaPackageV2Request
         IAmazonWebServiceRequest

The GetOriginEndpointRequest type exposes the following members

Constructors

NameDescription
Public Method GetOriginEndpointRequest()

Properties

NameTypeDescription
Public Property ChannelGroupName System.String

Gets and sets the property ChannelGroupName.

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

Public Property ChannelName System.String

Gets and sets the property ChannelName.

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

Public Property OriginEndpointName System.String

Gets and sets the property OriginEndpointName.

The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

Examples

Getting an OriginEndpoint


var client = new AmazonMediaPackageV2Client();
var response = client.CancelHarvestJob(new CancelHarvestJobRequest 
{
    ChannelGroupName = "exampleChannelGroup",
    ChannelName = "exampleChannelName",
    HarvestJobName = "HarvestJobName",
    OriginEndpointName = "exampleOriginEndpointName"
});


            

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5