Expand description
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.
Modules§
- utils
- Validation utilities used internally, but may be useful elsewhere.
Structs§
- Arn
- An Amazon Resource Name (ARN) representing an exact resource.
Enums§
- ArnError
- Errors that can be raise during the parsing of ARNs.