paws.security.identity (version 0.5.0)

iam_get_role: Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role

Description

Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role. For more information about roles, see IAM roles in the IAM User Guide.

See https://www.paws-r-sdk.com/docs/iam_get_role/ for full documentation.

Usage

iam_get_role(RoleName)

Arguments

RoleName

[required] The name of the IAM role to get information about.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-