The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Amazon::IAM::Role

DESCRIPTION

A class representing a IAM role.

ATTRIBUTES

Arn (required)

The Amazon Resource Name (ARN) specifying the role.

AssumeRolePolicyDocument (optional)

The policy that grants an entity permission to assume the role Will be decoded to Hash from json.

CreateDate (required)

The date and time, in ISO 8601 date-time format, when the role was created.

RoleId (required)

The stable and unique string identifying the role.

RoleName (required)

The friendly name that identifies the role.

Path (required)

The path to the role.

AUTHOR

Igor Tsigankov <tsiganenok@gmail.com>

COPYRIGHT

Copyright (c) 2015 Igor Tsigankov . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.