[][src]Crate aws_arn

Provides types, builders, and other helpers to manipulate AWS Amazon Resource Name (ARN) strings.

For more, see the AWS documentation for Amazon Resource Name (ARN).

Modules

builder

Provides a more natural builder interface for constructing ARNs.

Structs

ARN

Amazon Resource Names (ARNs) uniquely identify AWS resources. We require an ARN when you need to specify a resource unambiguously across all of AWS, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls.

Enums

ArnError

Errors that may arise parsing an ARN with FromStr::from_str().

Resource

Contains the resource part of the ARN. There mus be a resource-id, there *may be a resource-type, and there may be a qualifier. The separator between type and id may be prefix-like (':') or path-like ('/').

Constants

WILD

The wildcard character.