// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`snapshot test: multiple actions 1`] = ` Object { "Parameters": Object { "BootstrapVersion": Object { "Default": "/cdk-bootstrap/hnb659fds/version", "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]", "Type": "AWS::SSM::Parameter::Value", }, }, "Resources": Object { "DummyAlarm234203A9": Object { "Properties": Object { "AlarmActions": Array [ Object { "Ref": "DummyTopic18541D2D0", }, Object { "Ref": "DummyTopic2F00C887A", }, Object { "Ref": "DummyTopic389AA825B", }, ], "ComparisonOperator": "GreaterThanOrEqualToThreshold", "EvaluationPeriods": 1, "MetricName": "Dummy", "Namespace": "Dummy", "Period": 300, "Statistic": "Average", "Threshold": 0, }, "Type": "AWS::CloudWatch::Alarm", }, "DummyTopic18541D2D0": Object { "Type": "AWS::SNS::Topic", }, "DummyTopic2F00C887A": Object { "Type": "AWS::SNS::Topic", }, "DummyTopic389AA825B": Object { "Type": "AWS::SNS::Topic", }, }, "Rules": Object { "CheckBootstrapVersion": Object { "Assertions": Array [ Object { "Assert": Object { "Fn::Not": Array [ Object { "Fn::Contains": Array [ Array [ "1", "2", "3", "4", "5", ], Object { "Ref": "BootstrapVersion", }, ], }, ], }, "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI.", }, ], }, }, } `;