I'm trying to add tags to a Redshift cluster using CreateTags, http://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateTags.html and you'll notice it requires an ARN for the resource.
But when you call DescribeClusters, http://docs.aws.amazon.com/redshift/latest/APIReference/API_DescribeClusters.html no ARN is returned.
Is there some other API call to retrieve the ARN or do I have to construct it manually?