Skip to content

/AWS1/CL_IAM=>GETROLE()

About GetRole

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.

Policies returned by this operation are URL-encoded compliant with RFC 3986. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the decode method of the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide similar functionality.

Method Signature

IMPORTING

Required arguments:

IV_ROLENAME TYPE /AWS1/IAMROLENAMETYPE /AWS1/IAMROLENAMETYPE

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: _+=,.@-

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_IAMGETROLERESPONSE /AWS1/CL_IAMGETROLERESPONSE