Back to Amazon IAM Integrations
Handler · Version 1

AWS IAM Create Role Amazon IAM

Download GitHub

About

This handler uses the AWS REST API to create an AWS IAM (Identify and Access Management) Role. For more information see the AWS Amazon Virtual Private Cloud User Guide online.

Parameters
Name Description Sample
Role Name The name of the role to create. No spaces allowed, alphanumeric characters and any of these '+=,.@_-' only. Dev_Role
Path The path for the policy (for more information see AWS IAM documentation on IAM Identifiers. If not included it defaults to a slash (/). /desired/path
Assume Role Policy Document The policy document. JSON
Results
Name Description
Role Name The name of the role created.
Role Id The ID of the role created.
Role Arn
Role Path The path of the role created.
Role Create Date The create date of the role created.
Role Assume Role Policy Document The role assume role policy document of the role created.
Role ARN
Changelog

AWS IAM Create Role V1 (2017-08-31)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top