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 UpdateStreamMode operation. Updates the capacity mode of the data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data stream.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Kinesis.AmazonKinesisRequest
      Amazon.Kinesis.Model.UpdateStreamModeRequest

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

Syntax

C#
public class UpdateStreamModeRequest : AmazonKinesisRequest
         IAmazonWebServiceRequest

The UpdateStreamModeRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateStreamModeRequest()

Properties

NameTypeDescription
Public Property StreamARN System.String

Gets and sets the property StreamARN.

Specifies the ARN of the data stream whose capacity mode you want to update.

Public Property StreamModeDetails Amazon.Kinesis.Model.StreamModeDetails

Gets and sets the property StreamModeDetails.

Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.

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