Class GetTopicsTopicResult
Inheritance
System.Object
GetTopicsTopicResult
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.Mns.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTopicsTopicResult
Fields
View SourceId
The id of the topic. The value is set to name.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LoggingEnabled
Whether to enable logging.
Declaration
public readonly bool LoggingEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MaximumMessageSize
This indicates the maximum length, in bytes, of any message body sent to the topic.
Declaration
public readonly int MaximumMessageSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The name of the topic.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |