Creates a project in GitLab
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "GitLab::Projects::Project", "Properties" : { "Name" : String, "Path" : String, "Public" : Boolean, } }
Type: GitLab::Projects::Project Properties: Name: String Path: String Public: Boolean
The name of the project to create
Required: Yes
Type: String
Maximum Length: 64
Update requires: No interruption
The path of the project
Required: No
Type: String
Maximum Length: 64
Pattern: ^[a-zA-Z0-9_';:, !-.*"?]*$
Update requires: Replacement
Whether the project should be public (default false)
Required: No
Type: Boolean
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref returns the Id.
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt.
The ID of the project