Back to Amazon IAM Integrations
Handler · Version 1

AWS IAM Create Policy Amazon IAM

Download GitHub

About

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

Parameters
Name Description Sample
Policy Name The name of the policy document. Dev_Policy
Path The path for the policy. /directory
Policy Document The policy document. iam_policy
Description A friendly description of the policy. This a a sample description for an IAM policy.
Results
Name Description
Policy Name Policy name of the policy you just created.
Policy ID ID of the policy you just made.
Policy ARN ARN of the policy you just created.
Policy Path Policy path for the policy that you just created.
Policy Default Version ID Version ID created for policy.
Policy Attachment Count Count of attachments to policy.
Policy Is Attachable Boolean value for whether or not the policy will accept attachments.
Policy Description Description of the policy created.
Policy Create Date Date you created the policy.
Policy Update Date Date policy was last updated.
Changelog

AWS IAM Create Policy 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