AWS-ARN

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA


Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) 19xx name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the
appropriate parts of the General Public License.  Of course, the
commands you use may be called something other than `show w' and `show
c'; they could even be mouse-clicks or menu items--whatever suits your
program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here a sample; alter the names:

META.json  view on Meta::CPAN

         "file" : "lib/AWS/ARN.pm",
         "version" : "0.007"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/tehmoth/AWS-ARN/issues"
      },
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/tehmoth/AWS-ARN.git",
         "web" : "https://github.com/tehmoth/AWS-ARN"
      },
      "x_IRC" : "irc://irc.styxnet.tech/#perl"
   },
   "version" : "0.007",
   "x_serialization_backend" : "JSON::PP version 4.02",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

README  view on Meta::CPAN


    The ID of the AWS account that owns the resource, without the hyphens.
    For example, 123456789012.

 resource_id

    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>

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

The Region. For example, us-east-2 for US East (Ohio).

=head2 account_id

The ID of the AWS account that owns the resource, without the hyphens. For example, 123456789012.

=head2 resource_id

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

metamerge.yml  view on Meta::CPAN

resources:
    repository:
        type: git
        url: https://github.com/tehmoth/AWS-ARN.git
        web: https://github.com/tehmoth/AWS-ARN
    bugtracker:
        web: https://github.com/tehmoth/AWS-ARN/issues
    x_IRC: irc://irc.styxnet.tech/#perl



( run in 1.814 second using v1.01-cache-2.11-cpan-64ef6c95b5d )