Resource shares that were created by attaching a policy to a resource are visible only to the resource share owner, and the resource share cannot be modified in AWS RAM.
Use this API action to promote the resource share. When you promote the resource share, it becomes:
Visible to all principals that it is shared with.
Modifiable in AWS RAM.
ram_promote_resource_share_created_from_policy(resourceShareArn)
A list with the following syntax:
list(
returnValue = TRUE|FALSE
)
[required] The ARN of the resource share to promote.
svc$promote_resource_share_created_from_policy(
resourceShareArn = "string"
)