m2:CreateEnvironment

Write

m2:CreateEnvironment is a Write access-level action in the m2 service. Grants permission to Create an environment

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Dependent actions

To use m2:CreateEnvironment you may also need to grant:

Example IAM policy

A minimal policy that allows m2:CreateEnvironment. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowM2CreateEnvironment",
      "Effect": "Allow",
      "Action": "m2:CreateEnvironment",
      "Resource": "*"
    }
  ]
}

Related actions in m2

View all m2 actions →