Associates the specified resource share with the specified principals and resources.
ram_associate_resource_share(resourceShareArn, resourceArns, principals,
clientToken)
A list with the following syntax:
list(
resourceShareAssociations = list(
list(
resourceShareArn = "string",
resourceShareName = "string",
associatedEntity = "string",
associationType = "PRINCIPAL"|"RESOURCE",
status = "ASSOCIATING"|"ASSOCIATED"|"FAILED"|"DISASSOCIATING"|"DISASSOCIATED",
statusMessage = "string",
creationTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedTime = as.POSIXct(
"2015-01-01"
),
external = TRUE|FALSE
)
),
clientToken = "string"
)
[required] The Amazon Resource Name (ARN) of the resource share.
The Amazon Resource Names (ARN) of the resources.
The principals.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$associate_resource_share(
resourceShareArn = "string",
resourceArns = list(
"string"
),
principals = list(
"string"
),
clientToken = "string"
)