@aws-solutions-constructs/aws-fargate-kinesisstreams 2.63.0 → 2.65.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 +6 -6
- package/lib/index.js +1 -1
- package/package.json +7 -7
- package/test/integ.farkin-existingFargateService.js.snapshot/farkin-existingFargateService.assets.json +2 -2
- package/test/integ.farkin-existingFargateService.js.snapshot/farkin-existingFargateService.template.json +5 -0
- package/test/integ.farkin-existingFargateService.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-existingFargateService.js.snapshot/tree.json +92 -92
- package/test/integ.farkin-existingStream.js.snapshot/farkin-existingStream.assets.json +2 -2
- package/test/integ.farkin-existingStream.js.snapshot/farkin-existingStream.template.json +5 -0
- package/test/integ.farkin-existingStream.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-existingStream.js.snapshot/tree.json +92 -92
- package/test/integ.farkin-existingVpc.js.snapshot/farkin-existingVpc.assets.json +2 -2
- package/test/integ.farkin-existingVpc.js.snapshot/farkin-existingVpc.template.json +5 -0
- package/test/integ.farkin-existingVpc.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-existingVpc.js.snapshot/tree.json +92 -92
- package/test/integ.farkin-fargateServiceFromProps.js.snapshot/farkin-fargateServiceFromProps.assets.json +2 -2
- package/test/integ.farkin-fargateServiceFromProps.js.snapshot/farkin-fargateServiceFromProps.template.json +5 -0
- package/test/integ.farkin-fargateServiceFromProps.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-fargateServiceFromProps.js.snapshot/tree.json +92 -92
- package/test/integ.farkin-noArguments.js.snapshot/farkin-noArguments.assets.json +2 -2
- package/test/integ.farkin-noArguments.js.snapshot/farkin-noArguments.template.json +5 -0
- package/test/integ.farkin-noArguments.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-noArguments.js.snapshot/tree.json +92 -92
- package/test/integ.farkin-streamFromProps.js.snapshot/farkin-streamFromProps.assets.json +2 -2
- package/test/integ.farkin-streamFromProps.js.snapshot/farkin-streamFromProps.template.json +5 -0
- package/test/integ.farkin-streamFromProps.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-streamFromProps.js.snapshot/tree.json +92 -92
- package/test/integ.farkin-vpcFromProps.js.snapshot/farkin-vpcFromProps.assets.json +2 -2
- package/test/integ.farkin-vpcFromProps.js.snapshot/farkin-vpcFromProps.template.json +5 -0
- package/test/integ.farkin-vpcFromProps.js.snapshot/manifest.json +1 -1
- package/test/integ.farkin-vpcFromProps.js.snapshot/tree.json +92 -92
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"
|
|
17
|
+
"6c070517b1b20a616b1e030689053bc48c278dee702688dab38eb3e8b6b08483": {
|
|
18
18
|
"source": {
|
|
19
19
|
"path": "farkin-fargateServiceFromProps.template.json",
|
|
20
20
|
"packaging": "file"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"destinations": {
|
|
23
23
|
"current_account-current_region": {
|
|
24
24
|
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
|
|
25
|
-
"objectKey": "
|
|
25
|
+
"objectKey": "6c070517b1b20a616b1e030689053bc48c278dee702688dab38eb3e8b6b08483.json",
|
|
26
26
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/6c070517b1b20a616b1e030689053bc48c278dee702688dab38eb3e8b6b08483.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|