Adds a group as a member of another GitLab group
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "GitLab::Groups::GroupAccessToGroup", "Properties" : { "SharedGroupId" : Integer, "SharedWithGroupId" : Integer, "AccessLevel" : String } }
Type: GitLab::Groups::GroupAccessToGroup Properties: SharedGroupId: Integer SharedWithGroupId: Integer AccessLevel: String
ID of the group which should be shared, i.e. the group to which access is being granted
Required: Yes
Type: Integer
Update requires: Replacement
ID of the group to share with, i.e. the group being given access to another group
Required: Yes
Type: Integer
Update requires: Replacement
The access level to grant to the shared-with group for acessing the shared group, e.g. 'Guest', 'Developer', or 'Maintainer'. Note the GitLab API may not allow all values.
Required: Yes
Type: String
Allowed Values: None
| Minimal Access
| Guest
| Reporter
| Developer
| Maintainer
| Owner
| Admin
Update requires: No interruption
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt.
Unique identifier for this membership resource, constructed by concatenating the other IDs