Class TopicState
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 TopicState : ResourceArgs
Constructors
View SourceTopicState()
Declaration
public TopicState()
Properties
View SourceInstanceId
ID of the ONS Instance that owns the topics.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MessageType
The type of the message. Read Ons Topic Create for further details.
Declaration
public Input<int> MessageType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Perm
This attribute is used to set the read-write mode for the topic. Read Request parameters for further details.
Declaration
public Input<int> Perm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Remark
This attribute is a concise description of topic. The length cannot exceed 128.
Declaration
public Input<string> Remark { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TopicName
Name of the topic. Two topics on a single instance cannot have the same name and the name cannot start with 'GID' or 'CID'. The length cannot exceed 64 characters.
Declaration
public Input<string> TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |