Class GroupState
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 GroupState : ResourceArgs
Constructors
View SourceGroupState()
Declaration
public GroupState()
Properties
View SourceGroupId
Name of the group. Two groups on a single instance cannot have the same name. A group_id starts with "GID_" or "GID-", and contains letters, numbers, hyphens (-), and underscores (_).
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
ID of the ONS Instance that owns the groups.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReadEnable
This attribute is used to set the message reading enabled or disabled. It can only be set after the group is used by the client.
Declaration
public Input<bool> ReadEnable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Remark
This attribute is a concise description of group. The length cannot exceed 256.
Declaration
public Input<string> Remark { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |