AWS-ARN

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

 account_id

    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

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



( run in 0.269 second using v1.01-cache-2.11-cpan-a5abf4f5562 )