Ensure Bucket join works properly
blimmer opened this issue · 1 comments
blimmer commented
The CloudTrails
and LogArchives
properties require a comma-separated list of buckets if you're providing more than one. Currently, this repo will join them but, because the CDK representation is a "Token", I'm not sure if it will work properly.
I should validate this. If it doesn't work properly, change the type to accept a single bucket instead of an Array.