9 releases
0.4.8 | Jan 10, 2023 |
---|---|
0.4.7 | Oct 22, 2022 |
#14 in #iam
43 downloads per month
Used in 3 crates
33KB
544 lines
The scratchstack-arn
crate provides a parser and representation for Amazon Resource Name (ARN) strings.
ARNs are used to uniquely identify resources in AWS.
ARNs here represent fully-qualified resources in the form arn:partition:service:region:account-id:resource
.
No wildcards are allowed in this representation.
Dependencies
~2MB
~58K SLoC