Skip to content

Commit

Permalink
Merge pull request #159 from fwftest/master
Browse files Browse the repository at this point in the history
Synchronize documents and update templates
xiao201208 authored Nov 22, 2023
2 parents f9a5b77 + acc3eb6 commit 8cccfa9
Showing 1 changed file with 40 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -58,19 +58,43 @@ Parameters:
Description:
zh-cn: >-
3到63个字符,不以连字符(-)开头和结尾,可以包含小写字母、数字和连字符(-);<br>备注:<font
color='blue'><b>需要保证整个网络的唯一性,已经存在的无法创建</b></font>
color='blue'><b>需要保证整个网络的唯一性,已经存在的无法创建</b></font>
en: >-
3 to 63 characters, not beginning and ending with a hyphen (-), can
contain lowercase letters, Numbers and hyphens (-);<br>Note: <font
color='blue'><b>need whole network uniqueness, already existing can not
be created.</b></font>
Default: example-bucket-data-lake
MinLength: 3
Label:
zh-cn: 存储空间名称
en: Bucket Name
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 3
Prefix: example-bucket-data-lake
CharacterClasses:
- Class: lowercase
min: 1
AllowedPattern: '^[a-z0-9]+[a-z0-9\-]*[a-z0-9]+$'
MaxLength: 63
MinLength: 3
Type: String
WorkspaceName:
Label:
zh-cn: 工作空间名称。
en: The name of the dataset.
Description:
zh-cn: 工作空间名称,长度为3~23 个字符,可以包含字母、下划线或数字。必须以大小字母开头。<br>备注:<font
color='blue'><b>需要保证当前地域内唯一,已经存在的无法创建。</b></font>
en: The workspace name contains 3 to 23 characters and can contain letters, underscores (_), or digits. Must start with a small or large letter. <br> Note:<font color='blue'><b> Must be unique in the current locale. An existing one cannot be created. </b></font>
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 2
Prefix: hymenoptera_workspace
CharacterClasses:
- Class: lowercase
min: 1
MaxLength: 23
MinLength: 3
Type: String
Resources:
Vpc:
@@ -203,6 +227,15 @@ Resources:
BucketName:
Ref: BucketName
DeletionForce: true
Workspace:
Type: ALIYUN::PAI::Workspace
Properties:
EnvTypes:
- prod
- dev
Description: Workspace
WorkspaceName:
Ref: WorkspaceName
Metadata:
ALIYUN::ROS::Interface:
ParameterGroups:
@@ -217,6 +250,10 @@ Metadata:
- BucketName
Label:
default: OSS
- Parameters:
- WorkspaceName
Label:
default: PAI
TemplateTags:
- acs:technical-solution:data-analysis:云原生企业级数据湖
Hidden:

0 comments on commit 8cccfa9

Please sign in to comment.