Class GetConsumerGroupsArgs
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.ActionTrail
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetConsumerGroupsArgs : InvokeArgs
Constructors
View SourceGetConsumerGroupsArgs()
Declaration
public GetConsumerGroupsArgs()
Properties
View SourceConsumerIdRegex
A regex string to filter results by the consumer group id.
Declaration
public string ConsumerIdRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceId
ID of the ALIKAFKA Instance that owns the consumer groups.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |