Show / Hide Table of Contents

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 Source

Id

The id of the topic. The value is set to name.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LoggingEnabled

Whether to enable logging.

Declaration
public readonly bool LoggingEnabled
Field Value
Type Description
System.Boolean
View Source

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

Name

The name of the topic.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.