PromoteResourceShareCreatedFromPolicy
When you attach a resource-based permission policy to a resource, it automatically creates a resource share. However, resource shares created this way are visible only to the resource share owner, and the resource share can't be modified in Amazon RAM.
You can use this operation to promote the resource share to a full Amazon RAM resource share. When you promote a resource share, you can then manage the resource share in Amazon RAM and it becomes visible to all of the principals you shared it with.
Request Syntax
POST /promoteresourcesharecreatedfrompolicy?resourceShareArn=resourceShareArn
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- resourceShareArn
-
Specifies the Amazon Resoure Name (ARN) of the resource share to promote.
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"returnValue": boolean
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- returnValue
-
A return value of
true
indicates that the request succeeded. A value offalse
indicates that the request failed.Type: Boolean
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidParameterException
-
A parameter is not valid.
HTTP Status Code: 400
- MalformedArnException
-
The format of an Amazon Resource Name (ARN) is not valid.
HTTP Status Code: 400
- MissingRequiredParameterException
-
A required input parameter is missing.
HTTP Status Code: 400
- OperationNotPermittedException
-
The requested operation is not permitted.
HTTP Status Code: 400
- ResourceShareLimitExceededException
-
This request would exceed the limit for resource shares for your account.
HTTP Status Code: 400
- ServerInternalException
-
The service could not respond to the request due to an internal problem.
HTTP Status Code: 500
- ServiceUnavailableException
-
The service is not available.
HTTP Status Code: 503
- UnknownResourceException
-
A specified resource was not found.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: