ARN classes should understand whether they have region or account values
Open
- Dominant language
- Python
- Stars
- 44
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Some ARNs, like for S3 buckets, have neither region nor account in them. Others, like IAM resources, don't have region but do have account. The ARN subclasses should be aware of this and, I would say, both refuse to create incorrect ARNs, and throw errors when parsing incorrect ARNs.
Contributor guide
Assessment
This issue has not been assessed yet.