Class TopicArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class TopicArgs : ResourceArgs
Constructors
View SourceTopicArgs()
Declaration
public TopicArgs()
Properties
View SourceLoggingEnabled
Is logging enabled? true or false. Default value to false.
Declaration
public Input<bool> LoggingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MaximumMessageSize
This indicates the maximum length, in bytes, of any message body sent to the topic. Valid value range: 1024-65536, i.e., 1K to 64K. Default value to 65536.
Declaration
public Input<int> MaximumMessageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Two topics on a single account in the same region cannot have the same name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 256 characters.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |