arn
arn copied to clipboard
A Python library for parsing AWS ARNs.
Results
2
arn issues
Sort by
recently updated
recently updated
newest added
A boto3 Session object has the `Session.region_name` field, and can call `Session.client('sts').get_caller_identity()` to discover the account in which it is operating (this call has no authorization check, so it is...
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...