Show / Hide Table of Contents

Class ConsumerGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
ConsumerGroupState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.AliKafka
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConsumerGroupState : ResourceArgs

Constructors

View Source

ConsumerGroupState()

Declaration
public ConsumerGroupState()

Properties

View Source

ConsumerId

ID of the consumer group. The length cannot exceed 64 characters.

Declaration
public Input<string> ConsumerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InstanceId

ID of the ALIKAFKA Instance that owns the groups.

Declaration
public Input<string> InstanceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.