Show / Hide Table of Contents

Class ProjectState

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectState
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.Datahub
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ProjectState : ResourceArgs

Constructors

View Source

ProjectState()

Declaration
public ProjectState()

Properties

View Source

Comment

Comment of the datahub project. It cannot be longer than 255 characters.

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

CreateTime

Create time of the datahub project. 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>
View Source

LastModifyTime

Last modify time of the datahub project. 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>
View Source

Name

The name of the datahub project. 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> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.