本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
使用 AWS Command Line Interface 或 AWS SDKs
您可以使用 AWS CLI 或 來啟用和停用堆疊的主資料夾 AWS SDKs。
使用以下 create-stack 命令來在建立新堆疊時產生主資料夾:
aws appstream create-stack --name
ExampleStack
--storage-connectors ConnectorType=HOMEFOLDERS
使用以下 update-stack 命令來為現有堆疊啟用主資料夾:
aws appstream update-stack --name
ExistingStack
--storage-connectors ConnectorType=HOMEFOLDERS
使用以下命令來為現有堆疊停用主資料夾:此命令不會刪除任何使用者資料。
aws appstream update-stack --name
ExistingStack
--delete-storage-connectors