//
pkg.gl
Category
github.com/OS-M/aws-sdk-go
aws
arn
package
1.0.3
Repository:
https://github.com/os-m/aws-sdk-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
5
Files
72 SLOC
#
Functions
IsARN
IsARN returns whether the given string is an ARN by looking for whether the string starts with "arn:" and contains the correct number of sections delimited by colons(:).
Parse
Parse parses an ARN into its constituent parts.
#
Structs
ARN
ARN captures the individual fields of an Amazon Resource Name.