Learn R Programming

paws.security.identity (version 0.1.12)

ram_promote_resource_share_created_from_policy: 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

Description

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.

Usage

ram_promote_resource_share_created_from_policy(resourceShareArn)

Value

A list with the following syntax:

list(
  returnValue = TRUE|FALSE
)

Arguments

resourceShareArn

[required] The ARN of the resource share to promote.

Request syntax

svc$promote_resource_share_created_from_policy(
  resourceShareArn = "string"
)