Liking cljdoc? Tell your friends :D
Clojure only.

aws-arn.core

ARN handling support

ARN handling support
raw docstring

parse-arnclj

(parse-arn arn)

Extract a map of partition, service, region, account-id, resource and resource-type from a complete AWS ARN. Partial ARNs will be parsed as far as possible. Partial parses with return a map with all keys but nil values for missing information. The nil ARN will return nil.

Extract a map of partition, service, region, account-id, resource
and resource-type from a complete AWS ARN. Partial ARNs will be
parsed as far as possible. Partial parses with return a map with all
keys but nil values for missing information. The nil ARN will return
nil.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close