阅读236 返回首页    go windows


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__资源列表_资源编排-阿里云