Amazon Lake Formation · Arazzo Workflow
Amazon Lake Formation Migrate Principal Permissions
Version 1.0.0
Grant a destination principal the same permissions and then revoke them from the source principal.
Provider
Workflows
migrate-principal-permissions
Transfer resource permissions from a source principal to a destination principal.
Lists the source principal's permissions, grants the same permissions to the destination principal, and revokes them from the source principal to complete the handoff.
1
listSource
ListPermissions
List the source principal's current permissions on the resource to confirm there is something to migrate.
2
grantDestination
GrantPermissions
Grant the destination principal the same permissions on the resource.
3
revokeSource
RevokePermissions
Revoke the permissions from the source principal to complete the transfer.
4
listDestination
ListPermissions
List the destination principal's permissions to confirm the migration landed.