Project

Create a Project Resource

new Project(name: string, args?: ProjectArgs, opts?: CustomResourceOptions);
def Project(resource_name, opts=None, comment=None, name=None, __props__=None);
func NewProject(ctx *Context, name string, args *ProjectArgs, opts ...ResourceOption) (*Project, error)
public Project(string name, ProjectArgs? args = null, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Project Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Project resource accepts the following input properties:

Comment string

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

Name string

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.

Comment string

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

Name string

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.

comment string

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

name string

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.

comment str

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

name str

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.

Outputs

All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:

CreateTime string

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

Id string
The provider-assigned unique ID for this managed resource.
LastModifyTime string

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.

CreateTime string

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

Id string
The provider-assigned unique ID for this managed resource.
LastModifyTime string

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.

createTime string

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

id string
The provider-assigned unique ID for this managed resource.
lastModifyTime string

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.

create_time str

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

id str
The provider-assigned unique ID for this managed resource.
last_modify_time str

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.

Look up an Existing Project Resource

Get an existing Project resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ProjectState, opts?: CustomResourceOptions): Project
static get(resource_name, id, opts=None, comment=None, create_time=None, last_modify_time=None, name=None, __props__=None);
func GetProject(ctx *Context, name string, id IDInput, state *ProjectState, opts ...ResourceOption) (*Project, error)
public static Project Get(string name, Input<string> id, ProjectState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Comment string

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

CreateTime string

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

LastModifyTime string

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.

Name string

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.

Comment string

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

CreateTime string

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

LastModifyTime string

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.

Name string

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.

comment string

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

createTime string

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

lastModifyTime string

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.

name string

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.

comment str

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

create_time str

Create time of the datahub project. It is a human-readable string rather than 64-bits UTC.

last_modify_time str

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.

name str

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.

Package Details

Repository
https://github.com/pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.