Values.PendingResourceSourceA structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn't completed yet.
type nonrec t = {resourceArn : ResourceArn.t option;The Amazon resource name (ARN) of the resource that's in a pending state.
*)}