quicksight_update_role_custom_permission {paws.analytics} | R Documentation |
Updates the custom permissions that are associated with a role
Description
Updates the custom permissions that are associated with a role.
See https://www.paws-r-sdk.com/docs/quicksight_update_role_custom_permission/ for full documentation.
Usage
quicksight_update_role_custom_permission(
CustomPermissionsName,
Role,
AwsAccountId,
Namespace
)
Arguments
CustomPermissionsName |
[required] The name of the custom permission that you want to update the role with. |
Role |
[required] The name of role tht you want to update. |
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 contains the role that you want to update. |
[Package paws.analytics version 0.7.0 Index]