Show / Hide Table of Contents

Class TopicState

Inheritance
System.Object
InputArgs
ResourceArgs
TopicState
Inherited Members
ResourceArgs.Empty
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 Source

TopicState()

Declaration
public TopicState()

Properties

View Source

InstanceId

ID of the ONS Instance that owns the topics.

Declaration
public Input<string> InstanceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.