Class SubscriptionState
Inherited Members
Namespace: Pulumi.AliCloud.Datahub
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SubscriptionState : ResourceArgs
Constructors
View SourceSubscriptionState()
Declaration
public SubscriptionState()
Properties
View SourceComment
Comment of the datahub subscription. It cannot be longer than 255 characters.
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreateTime
Create time of the datahub subscription. It is a human-readable string rather than 64-bits UTC.
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LastModifyTime
Last modify time of the datahub subscription. It is the same as create_time at the beginning. It is also a human-readable string rather than 64-bits UTC.
Declaration
public Input<string> LastModifyTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectName
The name of the datahub project that the subscription belongs to. Its length is limited to 3-32 and only characters such as letters, digits and '_' are allowed. It is case-insensitive.
Declaration
public Input<string> ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubId
The identidy of the subscritpion, generate from server side.
Declaration
public Input<string> SubId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TopicName
The name of the datahub topic that the subscription belongs to. Its length is limited to 1-128 and only characters such as letters, digits and '_' are allowed. It is case-insensitive.
Declaration
public Input<string> TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |