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.
Namespace: Amazon.MediaPackageV2.Model
Assembly: AWSSDK.MediaPackageV2.dll
Version: 3.x.y.z
public class GetOriginEndpointRequest : AmazonMediaPackageV2Request IAmazonWebServiceRequest
The GetOriginEndpointRequest type exposes the following members
Name | Description | |
---|---|---|
GetOriginEndpointRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
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. |
var client = new AmazonMediaPackageV2Client(); var response = client.CancelHarvestJob(new CancelHarvestJobRequest { ChannelGroupName = "exampleChannelGroup", ChannelName = "exampleChannelName", HarvestJobName = "HarvestJobName", OriginEndpointName = "exampleOriginEndpointName" });
.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