Create Role Membership
quicksight_create_role_membership | R Documentation |
Use CreateRoleMembership to add an existing Amazon QuickSight group to an existing role¶
Description¶
Use create_role_membership
to add an existing Amazon QuickSight group
to an existing role.
Usage¶
quicksight_create_role_membership(MemberName, AwsAccountId, Namespace,
Role)
Arguments¶
MemberName |
[required] The name of the group that you want to add to the role. |
AwsAccountId |
[required] The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account. |
Namespace |
[required] The namespace that the role belongs to. |
Role |
[required] The role that you want to add a group to. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$create_role_membership(
MemberName = "string",
AwsAccountId = "string",
Namespace = "string",
Role = "ADMIN"|"AUTHOR"|"READER"|"ADMIN_PRO"|"AUTHOR_PRO"|"READER_PRO"
)