Skip to content

Commit

Permalink
fix tech solu 68
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao201208 committed Feb 29, 2024
1 parent ad1074b commit 9a519e9
Showing 1 changed file with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,49 @@ Description:
zh-cn: 企业多账号配置统一合规审计
en: Configure unified compliance audit for multiple accounts.
Parameters:
FolderName:
Type: String
Label:
zh-cn: 资源目录名称
en: Resource directory folder name
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 5
Prefix: ros-folder-
CharacterClasses:
- Class: lowercase
RDAccountName1:
Default: Alice1
Type: String
Label:
zh-cn: 资源目录成员名称1
en: Resource directory member name 1
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 5
Prefix: account1-
CharacterClasses:
- Class: lowercase
RDAccountName2:
Default: Tom1
Type: String
Label:
zh-cn: 资源目录成员名称2
en: Resource directory member name 2
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 5
Prefix: account2-
CharacterClasses:
- Class: lowercase
Resources:
RDFolder:
Type: ALIYUN::ResourceManager::Folder
Properties:
FolderName:
Ref: ALIYUN::StackId
Ref: FolderName
RDAccount1:
Type: ALIYUN::ResourceManager::Account
Properties:
DeleteAccount: true
DisplayName:
Ref: RDAccountName1
FolderId:
Expand All @@ -33,6 +55,7 @@ Resources:
RDAccount2:
Type: ALIYUN::ResourceManager::Account
Properties:
DeleteAccount: true
DisplayName:
Ref: RDAccountName2
FolderId:
Expand Down

0 comments on commit 9a519e9

Please sign in to comment.