aws-cdk.cloud-assembly-schema

Schema for the protocol between CDK framework and CDK CLI

Apache-2.0 684 个版本 Python >=3.10
Amazon Web Services
安装
pip install aws-cdk.cloud-assembly-schema
poetry add aws-cdk.cloud-assembly-schema
pipenv install aws-cdk.cloud-assembly-schema
conda install aws-cdk.cloud-assembly-schema
描述

Cloud Assembly Schema

This module is part of the AWS Cloud Development Kit project.

Cloud Assembly

The Cloud Assembly is the output of the synthesis operation. It is produced as part of the cdk synth command, or the app.synth() method invocation.

Its essentially a set of files and directories, one of which is the manifest.json file. It defines the set of instructions that are needed in order to deploy the assembly directory.

For example, when cdk deploy is executed, the CLI reads this file and performs its instructions:

  • Build container images.
  • Upload assets.
  • Deploy CloudFormation templates.

Therefore, the assembly is how the CDK class library and CDK CLI (or any other consumer) communicate. To ensure compatibility between the assembly and its consumers, we treat the manifest file as a well defined, versioned schema.

Schema

This module contains the typescript structs that comprise the manifest.json file, as well as the generated json-schema.

Versioning

The schema version is specified my the major version of the package release. It follows semantic versioning, but with a small twist.

When we add instructions to the assembly, they are reflected in the manifest file and the json-schema accordingly. Every such instruction, is crucial for ensuring the correct deployment behavior. This means that to properly deploy a cloud assembly, consumers must be aware of every such instruction modification.

For this reason, every change to the schema, even though it might not strictly break validation of the json-schema format, is considered major version bump. All changes that do not impact the schema are considered a minor version bump.

How to consume

If you'd like to consume the schema file in order to do validations on manifest.json files, simply download it from this repo and run it against standard json-schema validators, such as jsonschema.

Consumers must take into account the major version of the schema they are consuming. They should reject cloud assemblies with a major version that is higher than what they expect. While schema validation might pass on such assemblies, the deployment integrity cannot be guaranteed because some instructions will be ignored.

For example, if your consumer was built when the schema version was 2.0.0, you should reject deploying cloud assemblies with a manifest version of 3.0.0.

Contributing

See Contribution Guide

版本列表
54.5.0 2026-06-22
54.4.0 2026-06-17
54.3.0 2026-06-15
54.2.0 2026-06-03
54.1.0 2026-06-03
54.0.0 2026-06-03
53.28.0 2026-05-27
53.27.0 2026-05-20
53.26.0 2026-05-20
53.25.0 2026-05-19
53.24.0 2026-05-14
53.23.0 2026-05-13
53.22.0 2026-05-06
53.21.0 2026-05-06
53.20.0 2026-04-30
53.19.0 2026-04-29
53.18.0 2026-04-23
53.17.0 2026-04-20
53.16.0 2026-04-16
53.15.0 2026-04-16
53.14.0 2026-04-08
53.13.0 2026-04-03
53.12.0 2026-04-01
53.11.0 2026-03-31
53.10.0 2026-03-30
53.9.0 2026-03-26
53.8.0 2026-03-26
53.7.0 2026-03-23
53.6.0 2026-03-18
53.5.0 2026-03-11
53.4.0 2026-03-10
53.3.0 2026-03-09
53.2.0 2026-03-09
53.1.0 2026-03-04
53.0.0 2026-02-26
52.2.0 2026-02-23
52.1.0 2026-02-18
52.0.0 2026-02-12
50.4.0 2026-02-05
50.3.0 2026-01-28
50.2.0 2026-01-25
50.1.0 2026-01-22
50.0.0 2026-01-15
49.4.0 2026-01-06
49.3.0 2026-01-05
49.2.0 2025-12-17
49.1.0 2025-12-15
49.0.0 2025-12-11
48.20.0 2025-11-19
48.19.0 2025-11-17
48.18.0 2025-11-06
48.17.0 2025-10-30
48.16.0 2025-10-22
48.15.0 2025-10-15
48.14.0 2025-10-10
48.13.0 2025-10-09
48.12.0 2025-10-01
48.11.0 2025-09-24
48.10.0 2025-09-17
48.9.0 2025-09-11
48.8.0 2025-09-05
48.7.0 2025-09-03
48.6.0 2025-08-27
48.5.0 2025-08-22
48.4.0 2025-08-13
48.3.0 2025-08-06
48.2.0 2025-07-29
48.1.0 2025-07-24
48.0.0 2025-07-16
45.2.0 2025-07-07
45.1.0 2025-07-03
45.0.0 2025-07-02
44.9.0 2025-07-01
44.8.0 2025-06-25
44.7.0 2025-06-19
44.6.0 2025-06-18
44.5.0 2025-06-12
44.4.0 2025-06-11
44.3.0 2025-06-11
44.2.0 2025-06-05
44.1.0 2025-05-30
44.0.0 2025-05-28
43.12.0 2025-05-21
43.11.0 2025-05-16
43.10.0 2025-05-14
43.9.0 2025-05-08
43.8.0 2025-05-08
43.7.0 2025-05-08
43.6.0 2025-04-30
43.5.0 2025-04-23
43.4.0 2025-04-16
43.3.0 2025-04-16
43.2.0 2025-04-16
43.1.0 2025-04-09
43.0.0 2025-04-02
42.0.0 2025-03-25
41.2.0 2025-03-19
41.1.0 2025-03-13
41.0.0 2025-03-06
40.7.0 2025-03-03
40.6.0 2025-02-26
40.5.0 2025-02-26
40.4.0 2025-02-25
40.3.0 2025-02-24
40.2.0 2025-02-20
40.1.0 2025-02-20
40.0.7 2025-02-17
40.0.6 2025-02-16
40.0.5 2025-02-15
40.0.4 2025-02-14
40.0.3 2025-02-13
40.0.2 2025-02-12
40.0.1 2025-02-11
40.0.0 2025-02-10
39.2.20 2025-02-10
39.2.19 2025-02-09
39.2.18 2025-02-08
39.2.17 2025-02-07
39.2.16 2025-02-06
39.2.15 2025-02-05
39.2.14 2025-02-04
39.2.13 2025-02-03
39.2.12 2025-02-02
39.2.11 2025-02-01
39.2.10 2025-01-31
39.2.9 2025-01-30
39.2.8 2025-01-29
39.2.7 2025-01-28
39.2.6 2025-01-27
39.2.5 2025-01-25
39.2.4 2025-01-24
39.2.3 2025-01-23
39.2.2 2025-01-22
39.2.1 2025-01-21
39.2.0 2025-01-20
39.1.50 2025-01-20
39.1.49 2025-01-19
39.1.48 2025-01-17
39.1.47 2025-01-16
39.1.46 2025-01-15
39.1.45 2025-01-14
39.1.44 2025-01-11
39.1.43 2025-01-10
39.1.42 2025-01-09
39.1.41 2025-01-08
39.1.40 2025-01-08
39.1.39 2025-01-08
39.1.38 2025-01-06
39.1.37 2025-01-04
39.1.36 2025-01-03
39.1.35 2025-01-02
39.1.34 2025-01-01
39.1.33 2024-12-31
39.1.32 2024-12-30
39.1.31 2024-12-26
39.1.30 2024-12-24
39.1.29 2024-12-23
39.1.28 2024-12-22
39.1.27 2024-12-21
39.1.26 2024-12-20
39.1.25 2024-12-19
39.1.24 2024-12-18
39.1.23 2024-12-17
39.1.22 2024-12-16
39.1.21 2024-12-15
39.1.20 2024-12-14
39.1.19 2024-12-13
39.1.18 2024-12-13
39.1.17 2024-12-12
39.1.16 2024-12-11
39.1.15 2024-12-10
39.1.14 2024-12-09
39.1.13 2024-12-08
39.1.12 2024-12-07
39.1.11 2024-12-06
39.1.10 2024-12-05
39.1.9 2024-12-04
39.1.8 2024-12-03
39.1.7 2024-12-02
39.1.6 2024-12-01
39.1.5 2024-11-30
39.1.4 2024-11-29
39.1.3 2024-11-28
39.1.2 2024-11-27
39.1.1 2024-11-26
39.1.0 2024-11-25
39.0.13 2024-11-25
39.0.12 2024-11-24
39.0.11 2024-11-23
39.0.10 2024-11-22
39.0.9 2024-11-21
39.0.8 2024-11-20
39.0.7 2024-11-19
39.0.6 2024-11-19
39.0.5 2024-11-16
39.0.4 2024-11-15
39.0.3 2024-11-14
39.0.2 2024-11-13
39.0.1 2024-11-07
39.0.0 2024-11-07
38.0.1 2024-09-18
38.0.0 2024-09-18
37.0.0 2024-09-18
36.3.0 2024-09-18
36.2.2 2024-09-18
36.2.1 2024-09-18
36.2.0 2024-09-18
36.1.1 2024-09-17
36.1.0 2024-09-17
36.0.25 2024-09-11
36.0.24 2024-09-02
36.0.23 2024-09-01
36.0.22 2024-08-31
36.0.21 2024-08-30
36.0.20 2024-08-29
36.0.19 2024-08-28
36.0.18 2024-08-27
36.0.17 2024-08-26
36.0.16 2024-08-25
36.0.15 2024-08-24
36.0.14 2024-08-22
36.0.13 2024-08-21
36.0.12 2024-08-20
36.0.11 2024-08-19
36.0.10 2024-08-18
36.0.9 2024-08-17
36.0.8 2024-08-16
36.0.7 2024-08-15
36.0.6 2024-08-14
36.0.5 2024-08-13
36.0.4 2024-08-13
36.0.3 2024-08-13
36.0.2 2024-08-10
36.0.1 2024-08-07
2.153.0 2024-08-20
2.152.0 2024-08-15
2.151.1 2024-08-14
2.151.0 2024-08-02
2.150.0 2024-07-23
2.149.0 2024-07-12
2.148.1 2024-07-11
2.148.0 2024-07-05
2.147.3 2024-07-02
2.147.2 2024-06-28
2.147.1 2024-06-24
2.147.0 2024-06-20
2.146.0 2024-06-13
2.145.0 2024-06-07
2.144.0 2024-05-31
2.143.1 2024-05-30
2.143.0 2024-05-24
2.142.1 2024-05-17
2.142.0 2024-05-15
2.141.0 2024-05-08
2.140.0 2024-05-02
2.139.1 2024-04-30
2.139.0 2024-04-24
2.138.0 2024-04-18
2.137.0 2024-04-11
2.136.1 2024-04-10
2.136.0 2024-04-06
2.135.0 2024-04-02
2.134.0 2024-03-26
2.133.0 2024-03-15
2.132.1 2024-03-12
2.132.0 2024-03-09
2.131.0 2024-03-01
2.130.0 2024-02-23
2.129.0 2024-02-21
2.128.0 2024-02-14
2.127.0 2024-02-10
2.126.0 2024-02-02
2.125.0 2024-02-01
2.124.0 2024-01-26
2.123.0 2024-01-24
2.122.0 2024-01-18
2.121.1 2024-01-13
2.121.0 2024-01-12
2.120.0 2024-01-12
2.119.0 2024-01-11
2.118.0 2024-01-03
2.117.0 2023-12-27
2.116.1 2023-12-22
2.116.0 2023-12-22
2.115.0 2023-12-14
2.114.1 2023-12-06
2.114.0 2023-12-05
2.113.0 2023-12-01
2.112.0 2023-12-01
2.111.0 2023-11-27
2.110.1 2023-11-22
2.110.0 2023-11-17
2.109.0 2023-11-16
2.108.1 2023-11-14
2.108.0 2023-11-14
2.107.0 2023-11-13
2.106.1 2023-11-11
2.106.0 2023-11-10
2.105.0 2023-11-08
2.104.0 2023-11-02
2.103.1 2023-10-27
2.103.0 2023-10-26
2.102.1 2023-10-25
2.102.0 2023-10-19
2.101.1 2023-10-16
2.101.0 2023-10-13
2.100.0 2023-10-06
2.99.1 2023-09-30
2.99.0 2023-09-27
2.98.0 2023-09-26
2.97.1 2023-09-26
2.97.0 2023-09-22
2.96.2 2023-09-15
2.96.1 2023-09-14
2.96.0 2023-09-13
2.95.1 2023-09-09
2.95.0 2023-09-07
2.94.0 2023-09-01
2.93.0 2023-08-23
2.92.0 2023-08-15
2.91.0 2023-08-10
2.90.0 2023-08-04
2.89.0 2023-07-28
2.88.0 2023-07-20
2.87.0 2023-07-06
2.86.0 2023-06-29
2.85.0 2023-06-21
2.84.0 2023-06-14
2.83.1 2023-06-09
2.83.0 2023-06-07
2.82.0 2023-06-02
2.81.0 2023-05-25
2.80.0 2023-05-20
2.79.1 2023-05-11
2.79.0 2023-05-10
2.78.0 2023-05-04
2.77.0 2023-04-26
2.76.0 2023-04-20
2.75.1 2023-04-19
2.75.0 2023-04-18
2.74.0 2023-04-13
2.73.0 2023-04-06
2.72.1 2023-03-31
2.72.0 2023-03-29
2.71.0 2023-03-29
2.70.0 2023-03-22
2.69.0 2023-03-14
2.68.0 2023-03-08
2.67.0 2023-03-02
2.66.1 2023-02-24
2.66.0 2023-02-21
2.65.0 2023-02-15
2.64.0 2023-02-09
2.63.2 2023-02-04
2.63.1 2023-02-03
2.63.0 2023-01-31
2.62.2 2023-01-27
2.62.1 2023-01-26
2.62.0 2023-01-25
2.61.1 2023-01-20
2.61.0 2023-01-19
2.60.0 2023-01-12
2.59.0 2023-01-03
2.58.1 2022-12-30
2.58.0 2022-12-29
2.57.0 2022-12-27
2.56.1 2022-12-23
2.56.0 2022-12-21
2.55.1 2022-12-16
2.55.0 2022-12-14
2.54.0 2022-12-07
2.53.0 2022-11-29
2.52.1 2022-11-29
2.52.0 2022-11-27
2.51.1 2022-11-18
2.51.0 2022-11-18
2.50.0 2022-11-01
2.49.1 2022-11-01
2.49.0 2022-10-28
2.48.0 2022-10-27
2.47.0 2022-10-20
2.46.0 2022-10-13
2.45.0 2022-10-06
2.44.0 2022-09-29
2.43.1 2022-09-23
2.43.0 2022-09-21
2.42.1 2022-09-19
2.42.0 2022-09-16
2.41.0 2022-09-08
2.40.0 2022-09-01
2.39.1 2022-08-29
2.39.0 2022-08-25
2.38.1 2022-08-18
2.38.0 2022-08-17
2.37.1 2022-08-10
2.37.0 2022-08-09
2.36.0 2022-08-08
2.35.0 2022-08-02
2.34.2 2022-07-30
2.34.1 2022-07-29
2.34.0 2022-07-29
2.33.0 2022-07-19
2.32.1 2022-07-16
2.32.0 2022-07-14
2.31.2 2022-07-14
2.31.1 2022-07-09
2.31.0 2022-07-06
2.30.0 2022-07-01
2.29.1 2022-06-24
2.29.0 2022-06-23
2.28.1 2022-06-16
2.28.0 2022-06-14
2.27.0 2022-06-03
2.26.0 2022-05-30
2.25.0 2022-05-21
2.24.1 2022-05-13
2.24.0 2022-05-12
2.23.0 2022-05-04
2.22.0 2022-04-28
2.21.1 2022-04-23
2.21.0 2022-04-22
2.20.0 2022-04-07
2.19.0 2022-04-01
2.18.0 2022-03-29
2.17.0 2022-03-17
2.16.0 2022-03-12
2.15.0 2022-03-01
2.14.0 2022-02-25
2.13.0 2022-02-19
2.12.0 2022-02-09
2.11.0 2022-02-08
2.10.0 2022-01-29
2.9.0 2022-01-26
2.8.0 2022-01-13
2.7.0 2022-01-12
2.6.0 2022-01-12
2.5.0 2022-01-09
2.4.0 2022-01-06
2.3.0 2021-12-22
2.2.0 2021-12-15
2.1.0 2021-12-08
2.0.0 2021-12-02
2.0.0rc9 2021-06-23
2.0.0rc8 2021-06-16
2.0.0rc7 2021-06-09
2.0.0rc6 2021-06-02
2.0.0rc5 2021-05-28
2.0.0rc4 2021-05-19
2.0.0rc33 2021-11-26
2.0.0rc32 2021-11-25
2.0.0rc31 2021-11-23
2.0.0rc30 2021-11-17
2.0.0rc3 2021-05-12
2.0.0rc29 2021-11-10
2.0.0rc28 2021-11-09
2.0.0rc27 2021-10-27
2.0.0rc26 2021-10-26
2.0.0rc25 2021-10-22
2.0.0rc24 2021-10-13
2.0.0rc23 2021-09-23
2.0.0rc22 2021-09-22
2.0.0rc21 2021-09-08
2.0.0rc20 2021-09-01
2.0.0rc19 2021-08-25
2.0.0rc18 2021-08-18
2.0.0rc17 2021-08-11
2.0.0rc16 2021-08-04
2.0.0rc15 2021-07-28
2.0.0rc14 2021-07-21
2.0.0rc13 2021-07-20
2.0.0rc12 2021-07-19
2.0.0rc11 2021-07-07
2.0.0rc10 2021-06-30
2.0.0rc1 2021-04-29
2.0.0a6 2021-03-03
2.0.0a5 2021-02-22
2.0.0a4 2021-02-10
2.0.0a3 2021-02-03
2.0.0a2 2021-01-27
2.0.0a14 2021-04-28
2.0.0a13 2021-04-21
2.0.0a12 2021-04-21
2.0.0a11 2021-04-19
2.0.0a10 2021-04-14
2.0.0a1 2021-01-21
1.204.0 2023-06-19
1.203.0 2023-05-31
1.202.0 2023-05-22
1.201.0 2023-05-10
1.200.0 2023-04-26
1.199.0 2023-04-20
1.198.1 2023-03-31
1.198.0 2023-03-22
1.197.0 2023-03-14
1.196.0 2023-03-08
1.195.0 2023-03-02
1.194.0 2023-02-21
1.193.0 2023-02-15
1.192.0 2023-02-09
1.191.0 2023-01-31
1.190.0 2023-01-25
1.189.0 2023-01-19
1.188.0 2023-01-11
1.187.0 2023-01-03
1.186.1 2022-12-30
1.186.0 2022-12-29
1.185.0 2022-12-28
1.184.1 2022-12-23
1.184.0 2022-12-22
1.183.0 2022-12-15
1.182.0 2022-12-07
1.181.1 2022-11-29
1.181.0 2022-11-18
1.180.0 2022-11-01
1.179.0 2022-10-27
1.178.0 2022-10-20
1.177.0 2022-10-13
1.176.0 2022-10-06
1.175.0 2022-09-29
1.174.0 2022-09-22
1.173.0 2022-09-16
1.172.0 2022-09-08
1.171.0 2022-08-31
1.170.1 2022-08-31
1.170.0 2022-08-25
1.169.0 2022-08-18
1.168.0 2022-08-09
1.167.0 2022-08-02
1.166.1 2022-07-29
1.165.0 2022-07-19
1.164.0 2022-07-16
1.163.2 2022-07-14
1.163.1 2022-07-09
1.163.0 2022-07-06
1.162.0 2022-07-01
1.161.0 2022-06-23
1.160.0 2022-06-14
1.159.0 2022-06-03
1.158.0 2022-05-27
1.157.0 2022-05-21
1.156.1 2022-05-13
1.156.0 2022-05-12
1.155.0 2022-05-04
1.154.0 2022-04-28
1.153.1 2022-04-23
1.153.0 2022-04-22
1.152.0 2022-04-07
1.151.0 2022-04-01
1.150.0 2022-03-26
1.149.0 2022-03-17
1.148.0 2022-03-10
1.147.0 2022-03-01
1.146.0 2022-02-25
1.145.0 2022-02-19
1.144.0 2022-02-08
1.143.0 2022-02-02
1.142.0 2022-01-29
1.141.0 2022-01-27
1.140.0 2022-01-20
1.139.0 2022-01-11
1.138.2 2022-01-10
1.138.1 2022-01-07
1.138.0 2022-01-04
1.137.0 2021-12-21
1.136.0 2021-12-15
1.135.0 2021-12-10
1.134.0 2021-11-23
1.133.0 2021-11-19
1.132.0 2021-11-09
1.131.0 2021-11-07
1.130.0 2021-10-29
1.129.0 2021-10-21
1.128.0 2021-10-14
1.127.0 2021-10-08
1.126.0 2021-10-05
1.125.0 2021-09-29
1.124.0 2021-09-21
1.123.0 2021-09-17
1.122.0 2021-09-08
1.121.0 2021-09-01
1.120.0 2021-08-26
1.119.0 2021-08-17
1.118.0 2021-08-11
1.117.0 2021-08-05
1.116.0 2021-07-28
1.115.0 2021-07-21
1.114.0 2021-07-15
1.113.0 2021-07-12
1.112.0 2021-07-09
1.111.0 2021-07-02
1.110.1 2021-06-28
1.110.0 2021-06-24
1.109.0 2021-06-17
1.108.1 2021-06-11
1.108.0 2021-06-09
1.107.0 2021-06-02
1.106.1 2021-05-26
1.106.0 2021-05-25
1.105.0 2021-05-19
1.104.0 2021-05-15
1.103.0 2021-05-10
1.102.0 2021-05-04
1.101.0 2021-04-28
1.100.0 2021-04-20
1.99.0 2021-04-19
1.98.0 2021-04-12
1.97.0 2021-04-06
1.96.0 2021-04-01
1.95.2 2021-04-01
1.95.1 2021-03-26
1.95.0 2021-03-25
1.94.1 2021-03-17
1.94.0 2021-03-16
1.93.0 2021-03-11
1.92.0 2021-03-06
1.91.0 2021-02-23
1.90.1 2021-02-19
1.90.0 2021-02-17
1.89.0 2021-02-09
1.88.0 2021-02-04
1.87.1 2021-01-28
1.87.0 2021-01-27
1.86.0 2021-01-21
1.85.0 2021-01-14
1.84.0 2021-01-12
1.83.0 2021-01-06
1.82.0 2021-01-03
1.81.0 2020-12-31
1.80.0 2020-12-22
1.79.0 2020-12-17
1.78.0 2020-12-12
1.77.0 2020-12-07
1.76.0 2020-12-01
1.75.0 2020-11-24
1.74.0 2020-11-17
1.73.0 2020-11-11
1.72.0 2020-11-06
1.71.0 2020-10-29
1.70.0 2020-10-24
1.69.0 2020-10-19
1.68.0 2020-10-15
1.67.0 2020-10-07
1.66.0 2020-10-02
1.65.0 2020-10-01
1.64.1 2020-09-25
1.64.0 2020-09-24
1.63.0 2020-09-14
1.62.0 2020-09-04
1.61.1 2020-08-28
1.61.0 2020-08-27
1.60.0 2020-08-20
1.59.0 2020-08-15
1.58.0 2020-08-12
1.57.0 2020-08-07
1.56.0 2020-08-01
1.55.0 2020-07-28
1.54.0 2020-07-22
1.53.0 2020-07-20
1.52.0 2020-07-18
1.51.0 2020-07-09
1.50.0 2020-07-07
1.49.1 2020-07-02
1.49.0 2020-07-02
1.48.0 2020-07-01
1.47.1 2020-06-30
1.47.0 2020-06-24
1.46.0 2020-06-20
1.45.0 2020-06-09
1.44.0 2020-06-04
1.43.0 2020-06-04
1.42.1 2020-06-01
1.42.0 2020-05-27
1.41.0 2020-05-21
1.40.0 2020-05-20
1.39.0 2020-05-16
1.38.0 2020-05-08
1.37.0 2020-05-05
1.36.1 2020-04-29
1.36.0 2020-04-28
1.35.0 2020-04-24
1.34.1 2020-04-22
1.34.0 2020-04-21
1.33.1 2020-04-19
1.33.0 2020-04-17