Class GetGroupsArgs
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.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetGroupsArgs : InvokeArgs
Constructors
View SourceGetGroupsArgs()
Declaration
public GetGroupsArgs()
Properties
View SourceGroupIdRegex
A regex string to filter results by the group name.
Declaration
public string GroupIdRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceId
ID of the ONS Instance that owns the 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 |