@aws-solutions-constructs/aws-fargate-stepfunctions 2.52.1 → 2.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +5 -5
- package/lib/index.js +1 -1
- package/package.json +7 -7
- package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.assets.json +2 -2
- package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.template.json +6 -31
- package/test/integ.farstp-new-resources.js.snapshot/manifest.json +1 -1
- package/test/integ.farstp-new-resources.js.snapshot/tree.json +101 -129
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.assets.json +2 -2
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.template.json +6 -31
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/manifest.json +1 -1
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/tree.json +95 -123
package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.assets.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"6f4615ff247f8d8ee280206c5ef92d7489a9008da1f2855156bace6f9ba8bad3": {
|
|
19
19
|
"source": {
|
|
20
20
|
"path": "farstp-no-cloudwatch-alarms.template.json",
|
|
21
21
|
"packaging": "file"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"destinations": {
|
|
24
24
|
"current_account-us-east-1": {
|
|
25
25
|
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1",
|
|
26
|
-
"objectKey": "
|
|
26
|
+
"objectKey": "6f4615ff247f8d8ee280206c5ef92d7489a9008da1f2855156bace6f9ba8bad3.json",
|
|
27
27
|
"region": "us-east-1",
|
|
28
28
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-us-east-1"
|
|
29
29
|
}
|
package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.template.json
CHANGED
|
@@ -1112,41 +1112,16 @@
|
|
|
1112
1112
|
{
|
|
1113
1113
|
"Action": [
|
|
1114
1114
|
"logs:CreateLogDelivery",
|
|
1115
|
-
"logs:GetLogDelivery",
|
|
1116
|
-
"logs:UpdateLogDelivery",
|
|
1117
1115
|
"logs:DeleteLogDelivery",
|
|
1118
|
-
"logs:ListLogDeliveries"
|
|
1119
|
-
],
|
|
1120
|
-
"Effect": "Allow",
|
|
1121
|
-
"Resource": "*"
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"Action": [
|
|
1125
1116
|
"logs:DescribeLogGroups",
|
|
1126
1117
|
"logs:DescribeResourcePolicies",
|
|
1127
|
-
"logs:
|
|
1118
|
+
"logs:GetLogDelivery",
|
|
1119
|
+
"logs:ListLogDeliveries",
|
|
1120
|
+
"logs:PutResourcePolicy",
|
|
1121
|
+
"logs:UpdateLogDelivery"
|
|
1128
1122
|
],
|
|
1129
1123
|
"Effect": "Allow",
|
|
1130
|
-
"Resource":
|
|
1131
|
-
"Fn::Join": [
|
|
1132
|
-
"",
|
|
1133
|
-
[
|
|
1134
|
-
"arn:",
|
|
1135
|
-
{
|
|
1136
|
-
"Ref": "AWS::Partition"
|
|
1137
|
-
},
|
|
1138
|
-
":logs:",
|
|
1139
|
-
{
|
|
1140
|
-
"Ref": "AWS::Region"
|
|
1141
|
-
},
|
|
1142
|
-
":",
|
|
1143
|
-
{
|
|
1144
|
-
"Ref": "AWS::AccountId"
|
|
1145
|
-
},
|
|
1146
|
-
":*"
|
|
1147
|
-
]
|
|
1148
|
-
]
|
|
1149
|
-
}
|
|
1124
|
+
"Resource": "*"
|
|
1150
1125
|
}
|
|
1151
1126
|
],
|
|
1152
1127
|
"Version": "2012-10-17"
|
|
@@ -1163,7 +1138,7 @@
|
|
|
1163
1138
|
"rules_to_suppress": [
|
|
1164
1139
|
{
|
|
1165
1140
|
"id": "W12",
|
|
1166
|
-
"reason": "The 'LogDelivery' actions do not support resource-level authorizations"
|
|
1141
|
+
"reason": "These are CDK defaults. The 'LogDelivery' actions do not support resource-level authorizations. Any logging is done by State Machine code"
|
|
1167
1142
|
}
|
|
1168
1143
|
]
|
|
1169
1144
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-us-east-1",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-us-east-1",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/6f4615ff247f8d8ee280206c5ef92d7489a9008da1f2855156bace6f9ba8bad3.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|