Accept Account Link Invitation
workspaces_accept_account_link_invitation | R Documentation |
Accepts the account link invitation¶
Description¶
Accepts the account link invitation.
There's currently no unlinking capability after you accept the account linking invitation.
Usage¶
Arguments¶
LinkId
[required] The identifier of the account link.
ClientToken
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
Value¶
A list with the following syntax:
list(
AccountLink = list(
AccountLinkId = "string",
AccountLinkStatus = "LINKED"|"LINKING_FAILED"|"LINK_NOT_FOUND"|"PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT"|"REJECTED",
SourceAccountId = "string",
TargetAccountId = "string"
)
)