Incorrect search filter: invalid characters - *.p[ml]
AWS-ARN

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

                     END OF TERMS AND CONDITIONS

        Appendix: How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.

  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>

README  view on Meta::CPAN


    The resource identifier. This part of the ARN can be the name or ID of
    the resource or a resource path. For example, user/Bob for an IAM user
    or instance/i-1234567890abcdef0 for an EC2 instance. Some resource
    identifiers include a parent resource
    (sub-resource-type/parent-resource/sub-resource) or a qualifier such as
    a version (resource-type:resource-name:qualifier).

NOTES

      * Needs tests

      * Needs more validation

AUTHOR

    James Wright <jwright@cpan.org>

SEE ALSO

      * AWS Resource Names
      <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>

COPYRIGHT AND LICENSE

    This software is copyright (c) 2020 by James Wright.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

lib/AWS/ARN.pm  view on Meta::CPAN


The resource identifier. This part of the ARN can be the name or ID of the resource or a resource path. 
For example, user/Bob for an IAM user or instance/i-1234567890abcdef0 for an EC2 instance. Some resource 
identifiers include a parent resource (sub-resource-type/parent-resource/sub-resource) or a qualifier such 
as a version (resource-type:resource-name:qualifier).

=head1 NOTES

=over 

=item * Needs tests

=item * Needs more validation

=back

=head1 AUTHOR

James Wright <jwright@cpan.org>

=head1 SEE ALSO

=over

=item * L<AWS Resource Names|https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>

=back

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by James Wright.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.



( run in 0.264 second using v1.01-cache-2.11-cpan-87723dcf8b7 )