Updates the specified resource share that you own.
ram_update_resource_share(resourceShareArn, name,
allowExternalPrincipals, clientToken)
A list with the following syntax:
list(
resourceShare = list(
resourceShareArn = "string",
name = "string",
owningAccountId = "string",
allowExternalPrincipals = TRUE|FALSE,
status = "PENDING"|"ACTIVE"|"FAILED"|"DELETING"|"DELETED",
statusMessage = "string",
tags = list(
list(
key = "string",
value = "string"
)
),
creationTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedTime = as.POSIXct(
"2015-01-01"
),
featureSet = "CREATED_FROM_POLICY"|"PROMOTING_TO_STANDARD"|"STANDARD"
),
clientToken = "string"
)
[required] The Amazon Resource Name (ARN) of the resource share.
The name of the resource share.
Indicates whether principals outside your AWS organization can be associated with a resource share.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$update_resource_share(
resourceShareArn = "string",
name = "string",
allowExternalPrincipals = TRUE|FALSE,
clientToken = "string"
)