Skip to content

Commit 4caa844

Browse files
authored
Merge branch 'main' into merge-back/2.146.0
2 parents b368c78 + 0499adf commit 4caa844

File tree

13 files changed

+714
-5
lines changed

13 files changed

+714
-5
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions/test/integ.distributed-map-execution-type.js.snapshot/DistributedMapDefaultTestDeployAssertFD6CBCC4.assets.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions/test/integ.distributed-map-execution-type.js.snapshot/DistributedMapDefaultTestDeployAssertFD6CBCC4.template.json

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions/test/integ.distributed-map-execution-type.js.snapshot/aws-stepfunctions-map-integ-execution-type.assets.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"Resources": {
3+
"StateMachineRoleB840431D": {
4+
"Type": "AWS::IAM::Role",
5+
"Properties": {
6+
"AssumeRolePolicyDocument": {
7+
"Statement": [
8+
{
9+
"Action": "sts:AssumeRole",
10+
"Effect": "Allow",
11+
"Principal": {
12+
"Service": "states.amazonaws.com"
13+
}
14+
}
15+
],
16+
"Version": "2012-10-17"
17+
}
18+
}
19+
},
20+
"StateMachine2E01A3A5": {
21+
"Type": "AWS::StepFunctions::StateMachine",
22+
"Properties": {
23+
"DefinitionString": "{\"StartAt\":\"DistributedMap\",\"States\":{\"DistributedMap\":{\"Type\":\"Map\",\"End\":true,\"ItemProcessor\":{\"ProcessorConfig\":{\"Mode\":\"DISTRIBUTED\",\"ExecutionType\":\"EXPRESS\"},\"StartAt\":\"Pass\",\"States\":{\"Pass\":{\"Type\":\"Pass\",\"End\":true}}}}}}",
24+
"RoleArn": {
25+
"Fn::GetAtt": [
26+
"StateMachineRoleB840431D",
27+
"Arn"
28+
]
29+
}
30+
},
31+
"DependsOn": [
32+
"StateMachineRoleB840431D"
33+
],
34+
"UpdateReplacePolicy": "Delete",
35+
"DeletionPolicy": "Delete"
36+
},
37+
"StateMachineDistributedMapPolicy57C9D8C2": {
38+
"Type": "AWS::IAM::Policy",
39+
"Properties": {
40+
"PolicyDocument": {
41+
"Statement": [
42+
{
43+
"Action": "states:StartExecution",
44+
"Effect": "Allow",
45+
"Resource": {
46+
"Ref": "StateMachine2E01A3A5"
47+
}
48+
},
49+
{
50+
"Action": [
51+
"states:DescribeExecution",
52+
"states:StopExecution"
53+
],
54+
"Effect": "Allow",
55+
"Resource": {
56+
"Fn::Join": [
57+
"",
58+
[
59+
{
60+
"Ref": "StateMachine2E01A3A5"
61+
},
62+
":*"
63+
]
64+
]
65+
}
66+
}
67+
],
68+
"Version": "2012-10-17"
69+
},
70+
"PolicyName": "StateMachineDistributedMapPolicy57C9D8C2",
71+
"Roles": [
72+
{
73+
"Ref": "StateMachineRoleB840431D"
74+
}
75+
]
76+
}
77+
}
78+
},
79+
"Parameters": {
80+
"BootstrapVersion": {
81+
"Type": "AWS::SSM::Parameter::Value<String>",
82+
"Default": "/cdk-bootstrap/hnb659fds/version",
83+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
84+
}
85+
},
86+
"Rules": {
87+
"CheckBootstrapVersion": {
88+
"Assertions": [
89+
{
90+
"Assert": {
91+
"Fn::Not": [
92+
{
93+
"Fn::Contains": [
94+
[
95+
"1",
96+
"2",
97+
"3",
98+
"4",
99+
"5"
100+
],
101+
{
102+
"Ref": "BootstrapVersion"
103+
}
104+
]
105+
}
106+
]
107+
},
108+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
109+
}
110+
]
111+
}
112+
}
113+
}

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions/test/integ.distributed-map-execution-type.js.snapshot/cdk.out

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions/test/integ.distributed-map-execution-type.js.snapshot/integ.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions/test/integ.distributed-map-execution-type.js.snapshot/manifest.json

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)