閱讀236 返回首頁    go 財經資訊


ALIYUN::RAM::UserToGroupAddition__資源列表_資源編排-阿裏雲

ALIYUN::RAM::UserToGroupAddition 類型可用於把多個 RAM 用戶加入 RAM 群組

語法

  1. {
  2. "Type" : "ALIYUN::RAM::UserToGroupAddition",
  3. "Properties" : {
  4. "GroupName" : String,
  5. "Users" : List
  6. }
  7. }

屬性

屬性名稱 類型 必須 描述 約束
GroupName string 指定群組名 長度為1-64個字符,允許英文字母、數字,或”-“
Users list 指定用戶名

返回值

示例

  1. {
  2. "ROSTemplateFormatVersion" : "2015-09-01",
  3. "Resources" : {
  4. "RamUserToGroup": {
  5. "Type": "ALIYUN::RAM::UserToGroupAddition",
  6. "Properties": {
  7. "GroupName": "hope",
  8. "Users": ["hope"]
  9. }
  10. }
  11. },
  12. "Outputs": {
  13. "GroupName": {
  14. "Value" : {"Fn::GetAtt": ["RamGroup", "GroupName"]}
  15. }
  16. }
  17. }

最後更新:2016-12-16 14:14:39

  上一篇:go ALIYUN::RAM::User__資源列表_資源編排-阿裏雲
  下一篇:go ALIYUN::ROS::WaitCondition__資源列表_資源編排-阿裏雲