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.

Returns information about a cluster operation.

Inheritance Hierarchy

System.Object
  Amazon.Kafka.Model.ClusterOperationV2

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

Syntax

C#
public class ClusterOperationV2

The ClusterOperationV2 type exposes the following members

Constructors

NameDescription
Public Method ClusterOperationV2()

Properties

NameTypeDescription
Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

ARN of the cluster.

Public Property ClusterType Amazon.Kafka.ClusterType

Gets and sets the property ClusterType.

Type of the backend cluster.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time at which the operation finished.

Public Property ErrorInfo Amazon.Kafka.Model.ErrorInfo

Gets and sets the property ErrorInfo.

If cluster operation failed from an error, it describes the error.

Public Property OperationArn System.String

Gets and sets the property OperationArn.

ARN of the cluster operation.

Public Property OperationState System.String

Gets and sets the property OperationState.

State of the cluster operation.

Public Property OperationType System.String

Gets and sets the property OperationType.

Type of the cluster operation.

Public Property Provisioned Amazon.Kafka.Model.ClusterOperationV2Provisioned

Gets and sets the property Provisioned.

Properties of a provisioned cluster.

Public Property Serverless Amazon.Kafka.Model.ClusterOperationV2Serverless

Gets and sets the property Serverless.

Properties of a serverless cluster.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time at which operation was started.

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