# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 Feature: Verify CloudFormation actions Scenario Outline: Check if the CloudFormation actions are allowed Given I invoke : When the region selected is Then the status should be Examples: | service | action | region | result | | cloudformation | SetStackPolicy | eu-west-2 | allowed | | cloudformation | TagResource | eu-west-2 | allowed | | cloudformation | DescribeAccountLimits | eu-west-2 | allowed | | cloudformation | CreateChangeSet | eu-west-2 | allowed | | cloudformation | DescribeStacks | eu-west-2 | allowed |