Class ConsumerGroupState
Inherited Members
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 SourceConsumerGroupState()
Declaration
public ConsumerGroupState()
Properties
View SourceConsumerId
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> |
InstanceId
ID of the ALIKAFKA Instance that owns the groups.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |