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 GetDataEndpoint operation. Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to read from the specified stream (using the GetMedia or GetMediaForFragmentList operations) or write to it (using the PutMedia operation).

The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.

In the request, specify the stream either by StreamName or StreamARN.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.KinesisVideo.AmazonKinesisVideoRequest
      Amazon.KinesisVideo.Model.GetDataEndpointRequest

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

Syntax

C#
public class GetDataEndpointRequest : AmazonKinesisVideoRequest
         IAmazonWebServiceRequest

The GetDataEndpointRequest type exposes the following members

Constructors

NameDescription
Public Method GetDataEndpointRequest()

Properties

NameTypeDescription
Public Property APIName Amazon.KinesisVideo.APIName

Gets and sets the property APIName.

The name of the API action for which to get an endpoint.

Public Property StreamARN System.String

Gets and sets the property StreamARN.

The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName in the request.

Public Property StreamName System.String

Gets and sets the property StreamName.

The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN in the request.

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