AWSStepFunctionsConsoleFullAccess - AWS Managed Policy

AWSStepFunctionsConsoleFullAccess

Description: An access policy for providing a user/role/etc access to the AWS StepFunctions console. For a full console experience, in addition to this policy, a user may need iam:PassRole permission on other IAM roles that can be assumed by the service.

AWSStepFunctionsConsoleFullAccess is an AWS managed policy.

Using this policy

You can attach AWSStepFunctionsConsoleFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: January 11, 2017, 21:54 UTC

  • Edited time: January 12, 2017, 00:19 UTC

  • ARN: arn:aws:iam::aws:policy/AWSStepFunctionsConsoleFullAccess

Policy version

Policy version: v2 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : "states:*", "Resource" : "*" }, { "Effect" : "Allow", "Action" : "iam:ListRoles", "Resource" : "*" }, { "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "arn:aws:iam::*:role/service-role/StatesExecutionRole*" }, { "Effect" : "Allow", "Action" : "lambda:ListFunctions", "Resource" : "*" } ] }

Learn more