aws-cdk.cx-api 2.232.2__tar.gz → 2.234.1__tar.gz
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.
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/LICENSE +1 -1
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/NOTICE +1 -1
- {aws_cdk_cx_api-2.232.2/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.234.1}/PKG-INFO +2 -44
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/README.md +0 -42
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/setup.py +3 -3
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk/cx_api/__init__.py +67 -108
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk_cx_api-2.234.1/src/aws_cdk/cx_api/_jsii/cx-api@2.234.1.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1/src/aws_cdk.cx_api.egg-info}/PKG-INFO +2 -44
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk.cx_api.egg-info/requires.txt +1 -1
- aws_cdk_cx_api-2.232.2/src/aws_cdk/cx_api/_jsii/cx-api@2.232.2.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/MANIFEST.in +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/pyproject.toml +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/setup.cfg +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-
|
|
189
|
+
Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
AWS Cloud Development Kit (AWS CDK)
|
|
2
|
-
Copyright 2018-
|
|
2
|
+
Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
|
|
4
4
|
-------------------------------------------------------------------------------
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.234.1
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
25
|
Requires-Dist: aws-cdk.cloud-assembly-schema>=45.0.0
|
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.125.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
28
28
|
Requires-Dist: typeguard==2.13.3
|
|
29
29
|
|
|
@@ -557,48 +557,6 @@ If the flag is set to false then a custom resource will be created when using `U
|
|
|
557
557
|
}
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
* `@aws-cdk/aws-ecs:disableEcsImdsBlocking`
|
|
561
|
-
|
|
562
|
-
When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false.
|
|
563
|
-
|
|
564
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
565
|
-
accessing IMDS. CDK cannot guarantee the correct execution of the feature in all platforms. Setting this feature flag
|
|
566
|
-
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
567
|
-
IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
568
|
-
|
|
569
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
570
|
-
|
|
571
|
-
*cdk.json*
|
|
572
|
-
|
|
573
|
-
```json
|
|
574
|
-
{
|
|
575
|
-
"context": {
|
|
576
|
-
"@aws-cdk/aws-ecs:disableEcsImdsBlocking": true
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
```
|
|
580
|
-
|
|
581
|
-
* `@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature`
|
|
582
|
-
|
|
583
|
-
When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only.**
|
|
584
|
-
|
|
585
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
586
|
-
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
587
|
-
feature alone with this feature flag will be deprecated by <ins>end of 2025</ins> as CDK cannot
|
|
588
|
-
guarantee the correct execution of the feature in all platforms. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
589
|
-
|
|
590
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
591
|
-
|
|
592
|
-
*cdk.json*
|
|
593
|
-
|
|
594
|
-
```json
|
|
595
|
-
{
|
|
596
|
-
"context": {
|
|
597
|
-
"@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature": false,
|
|
598
|
-
},
|
|
599
|
-
}
|
|
600
|
-
```
|
|
601
|
-
|
|
602
560
|
* `@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault`
|
|
603
561
|
|
|
604
562
|
When enabled, the default security group ingress rules will allow IPv6 ingress from anywhere,
|
|
@@ -528,48 +528,6 @@ If the flag is set to false then a custom resource will be created when using `U
|
|
|
528
528
|
}
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
* `@aws-cdk/aws-ecs:disableEcsImdsBlocking`
|
|
532
|
-
|
|
533
|
-
When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false.
|
|
534
|
-
|
|
535
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
536
|
-
accessing IMDS. CDK cannot guarantee the correct execution of the feature in all platforms. Setting this feature flag
|
|
537
|
-
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
538
|
-
IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
539
|
-
|
|
540
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
541
|
-
|
|
542
|
-
*cdk.json*
|
|
543
|
-
|
|
544
|
-
```json
|
|
545
|
-
{
|
|
546
|
-
"context": {
|
|
547
|
-
"@aws-cdk/aws-ecs:disableEcsImdsBlocking": true
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
```
|
|
551
|
-
|
|
552
|
-
* `@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature`
|
|
553
|
-
|
|
554
|
-
When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only.**
|
|
555
|
-
|
|
556
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
557
|
-
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
558
|
-
feature alone with this feature flag will be deprecated by <ins>end of 2025</ins> as CDK cannot
|
|
559
|
-
guarantee the correct execution of the feature in all platforms. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
560
|
-
|
|
561
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
562
|
-
|
|
563
|
-
*cdk.json*
|
|
564
|
-
|
|
565
|
-
```json
|
|
566
|
-
{
|
|
567
|
-
"context": {
|
|
568
|
-
"@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature": false,
|
|
569
|
-
},
|
|
570
|
-
}
|
|
571
|
-
```
|
|
572
|
-
|
|
573
531
|
* `@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault`
|
|
574
532
|
|
|
575
533
|
When enabled, the default security group ingress rules will allow IPv6 ingress from anywhere,
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.234.1",
|
|
9
9
|
"description": "Cloud executable protocol",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_cdk.cx_api._jsii": [
|
|
29
|
-
"cx-api@2.
|
|
29
|
+
"cx-api@2.234.1.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -35,7 +35,7 @@ kwargs = json.loads(
|
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk.cloud-assembly-schema>=45.0.0",
|
|
38
|
-
"jsii>=1.
|
|
38
|
+
"jsii>=1.125.0, <2.0.0",
|
|
39
39
|
"publication>=0.0.3",
|
|
40
40
|
"typeguard==2.13.3"
|
|
41
41
|
],
|
|
@@ -529,48 +529,6 @@ If the flag is set to false then a custom resource will be created when using `U
|
|
|
529
529
|
}
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
* `@aws-cdk/aws-ecs:disableEcsImdsBlocking`
|
|
533
|
-
|
|
534
|
-
When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false.
|
|
535
|
-
|
|
536
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
537
|
-
accessing IMDS. CDK cannot guarantee the correct execution of the feature in all platforms. Setting this feature flag
|
|
538
|
-
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
539
|
-
IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
540
|
-
|
|
541
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
542
|
-
|
|
543
|
-
*cdk.json*
|
|
544
|
-
|
|
545
|
-
```json
|
|
546
|
-
{
|
|
547
|
-
"context": {
|
|
548
|
-
"@aws-cdk/aws-ecs:disableEcsImdsBlocking": true
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
```
|
|
552
|
-
|
|
553
|
-
* `@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature`
|
|
554
|
-
|
|
555
|
-
When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only.**
|
|
556
|
-
|
|
557
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
558
|
-
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
559
|
-
feature alone with this feature flag will be deprecated by <ins>end of 2025</ins> as CDK cannot
|
|
560
|
-
guarantee the correct execution of the feature in all platforms. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
561
|
-
|
|
562
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
563
|
-
|
|
564
|
-
*cdk.json*
|
|
565
|
-
|
|
566
|
-
```json
|
|
567
|
-
{
|
|
568
|
-
"context": {
|
|
569
|
-
"@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature": false,
|
|
570
|
-
},
|
|
571
|
-
}
|
|
572
|
-
```
|
|
573
|
-
|
|
574
532
|
* `@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault`
|
|
575
533
|
|
|
576
534
|
When enabled, the default security group ingress rules will allow IPv6 ingress from anywhere,
|
|
@@ -1099,12 +1057,12 @@ class CloudArtifact(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudArt
|
|
|
1099
1057
|
assembly: "CloudAssembly",
|
|
1100
1058
|
id: builtins.str,
|
|
1101
1059
|
*,
|
|
1102
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
1060
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
1103
1061
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1104
1062
|
display_name: typing.Optional[builtins.str] = None,
|
|
1105
1063
|
environment: typing.Optional[builtins.str] = None,
|
|
1106
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1107
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1064
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1065
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1108
1066
|
) -> None:
|
|
1109
1067
|
'''
|
|
1110
1068
|
:param assembly: -
|
|
@@ -1138,12 +1096,12 @@ class CloudArtifact(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudArt
|
|
|
1138
1096
|
assembly: "CloudAssembly",
|
|
1139
1097
|
id: builtins.str,
|
|
1140
1098
|
*,
|
|
1141
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
1099
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
1142
1100
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1143
1101
|
display_name: typing.Optional[builtins.str] = None,
|
|
1144
1102
|
environment: typing.Optional[builtins.str] = None,
|
|
1145
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1146
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1103
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1104
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1147
1105
|
) -> typing.Optional["CloudArtifact"]:
|
|
1148
1106
|
'''Returns a subclass of ``CloudArtifact`` based on the artifact type defined in the artifact manifest.
|
|
1149
1107
|
|
|
@@ -1216,9 +1174,9 @@ class CloudArtifact(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudArt
|
|
|
1216
1174
|
|
|
1217
1175
|
@builtins.property
|
|
1218
1176
|
@jsii.member(jsii_name="manifest")
|
|
1219
|
-
def manifest(self) -> _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactManifest:
|
|
1177
|
+
def manifest(self) -> "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactManifest":
|
|
1220
1178
|
'''The artifact's manifest.'''
|
|
1221
|
-
return typing.cast(_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactManifest, jsii.get(self, "manifest"))
|
|
1179
|
+
return typing.cast("_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactManifest", jsii.get(self, "manifest"))
|
|
1222
1180
|
|
|
1223
1181
|
@builtins.property
|
|
1224
1182
|
@jsii.member(jsii_name="messages")
|
|
@@ -1417,7 +1375,7 @@ class CloudAssembly(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudAss
|
|
|
1417
1375
|
return typing.cast(typing.Optional["TreeCloudArtifact"], jsii.invoke(self, "tree", []))
|
|
1418
1376
|
|
|
1419
1377
|
@jsii.member(jsii_name="tryGetArtifact")
|
|
1420
|
-
def try_get_artifact(self, id: builtins.str) -> typing.Optional[CloudArtifact]:
|
|
1378
|
+
def try_get_artifact(self, id: builtins.str) -> typing.Optional["CloudArtifact"]:
|
|
1421
1379
|
'''Attempts to find an artifact with a specific identity.
|
|
1422
1380
|
|
|
1423
1381
|
:param id: The artifact ID.
|
|
@@ -1427,13 +1385,13 @@ class CloudAssembly(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudAss
|
|
|
1427
1385
|
if __debug__:
|
|
1428
1386
|
type_hints = typing.get_type_hints(_typecheckingstub__e63d4b9de8dea3f9eae2c52ce338ea515eba253503b1e6e804b839ce0360de2f)
|
|
1429
1387
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1430
|
-
return typing.cast(typing.Optional[CloudArtifact], jsii.invoke(self, "tryGetArtifact", [id]))
|
|
1388
|
+
return typing.cast(typing.Optional["CloudArtifact"], jsii.invoke(self, "tryGetArtifact", [id]))
|
|
1431
1389
|
|
|
1432
1390
|
@builtins.property
|
|
1433
1391
|
@jsii.member(jsii_name="artifacts")
|
|
1434
|
-
def artifacts(self) -> typing.List[CloudArtifact]:
|
|
1392
|
+
def artifacts(self) -> typing.List["CloudArtifact"]:
|
|
1435
1393
|
'''All artifacts included in this assembly.'''
|
|
1436
|
-
return typing.cast(typing.List[CloudArtifact], jsii.get(self, "artifacts"))
|
|
1394
|
+
return typing.cast(typing.List["CloudArtifact"], jsii.get(self, "artifacts"))
|
|
1437
1395
|
|
|
1438
1396
|
@builtins.property
|
|
1439
1397
|
@jsii.member(jsii_name="directory")
|
|
@@ -1443,9 +1401,9 @@ class CloudAssembly(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudAss
|
|
|
1443
1401
|
|
|
1444
1402
|
@builtins.property
|
|
1445
1403
|
@jsii.member(jsii_name="manifest")
|
|
1446
|
-
def manifest(self) -> _aws_cdk_cloud_assembly_schema_cae1d136.AssemblyManifest:
|
|
1404
|
+
def manifest(self) -> "_aws_cdk_cloud_assembly_schema_cae1d136.AssemblyManifest":
|
|
1447
1405
|
'''The raw assembly manifest.'''
|
|
1448
|
-
return typing.cast(_aws_cdk_cloud_assembly_schema_cae1d136.AssemblyManifest, jsii.get(self, "manifest"))
|
|
1406
|
+
return typing.cast("_aws_cdk_cloud_assembly_schema_cae1d136.AssemblyManifest", jsii.get(self, "manifest"))
|
|
1449
1407
|
|
|
1450
1408
|
@builtins.property
|
|
1451
1409
|
@jsii.member(jsii_name="nestedAssemblies")
|
|
@@ -1455,9 +1413,9 @@ class CloudAssembly(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudAss
|
|
|
1455
1413
|
|
|
1456
1414
|
@builtins.property
|
|
1457
1415
|
@jsii.member(jsii_name="runtime")
|
|
1458
|
-
def runtime(self) -> _aws_cdk_cloud_assembly_schema_cae1d136.RuntimeInfo:
|
|
1416
|
+
def runtime(self) -> "_aws_cdk_cloud_assembly_schema_cae1d136.RuntimeInfo":
|
|
1459
1417
|
'''Runtime information such as module versions used to synthesize this assembly.'''
|
|
1460
|
-
return typing.cast(_aws_cdk_cloud_assembly_schema_cae1d136.RuntimeInfo, jsii.get(self, "runtime"))
|
|
1418
|
+
return typing.cast("_aws_cdk_cloud_assembly_schema_cae1d136.RuntimeInfo", jsii.get(self, "runtime"))
|
|
1461
1419
|
|
|
1462
1420
|
@builtins.property
|
|
1463
1421
|
@jsii.member(jsii_name="stacks")
|
|
@@ -1529,12 +1487,12 @@ class CloudAssemblyBuilder(
|
|
|
1529
1487
|
self,
|
|
1530
1488
|
id: builtins.str,
|
|
1531
1489
|
*,
|
|
1532
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
1490
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
1533
1491
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1534
1492
|
display_name: typing.Optional[builtins.str] = None,
|
|
1535
1493
|
environment: typing.Optional[builtins.str] = None,
|
|
1536
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1537
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1494
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1495
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1538
1496
|
) -> None:
|
|
1539
1497
|
'''Adds an artifact into the cloud assembly.
|
|
1540
1498
|
|
|
@@ -1565,8 +1523,8 @@ class CloudAssemblyBuilder(
|
|
|
1565
1523
|
self,
|
|
1566
1524
|
*,
|
|
1567
1525
|
key: builtins.str,
|
|
1568
|
-
props: typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AmiContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AvailabilityZonesContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.HostedZoneContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.SSMParameterContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.VpcContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.EndpointServiceAvailabilityZonesContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.LoadBalancerContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.LoadBalancerListenerContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.SecurityGroupContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.KeyContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.CcApiContextQuery, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.PluginContextQuery, typing.Dict[builtins.str, typing.Any]]],
|
|
1569
|
-
provider: _aws_cdk_cloud_assembly_schema_cae1d136.ContextProvider,
|
|
1526
|
+
props: typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AmiContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AvailabilityZonesContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.HostedZoneContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.SSMParameterContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.VpcContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.EndpointServiceAvailabilityZonesContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.LoadBalancerContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.LoadBalancerListenerContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.SecurityGroupContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.KeyContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.CcApiContextQuery", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.PluginContextQuery", typing.Dict[builtins.str, typing.Any]]],
|
|
1527
|
+
provider: "_aws_cdk_cloud_assembly_schema_cae1d136.ContextProvider",
|
|
1570
1528
|
) -> None:
|
|
1571
1529
|
'''Reports that some context is missing in order for this cloud assembly to be fully synthesized.
|
|
1572
1530
|
|
|
@@ -1585,14 +1543,14 @@ class CloudAssemblyBuilder(
|
|
|
1585
1543
|
self,
|
|
1586
1544
|
*,
|
|
1587
1545
|
runtime_info: typing.Optional[typing.Union["RuntimeInfo", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1588
|
-
) -> CloudAssembly:
|
|
1546
|
+
) -> "CloudAssembly":
|
|
1589
1547
|
'''Finalizes the cloud assembly into the output directory returns a ``CloudAssembly`` object that can be used to inspect the assembly.
|
|
1590
1548
|
|
|
1591
1549
|
:param runtime_info: (deprecated) Include the specified runtime information (module versions) in manifest. Default: - if this option is not specified, runtime info will not be included
|
|
1592
1550
|
'''
|
|
1593
1551
|
options = AssemblyBuildOptions(runtime_info=runtime_info)
|
|
1594
1552
|
|
|
1595
|
-
return typing.cast(CloudAssembly, jsii.invoke(self, "buildAssembly", [options]))
|
|
1553
|
+
return typing.cast("CloudAssembly", jsii.invoke(self, "buildAssembly", [options]))
|
|
1596
1554
|
|
|
1597
1555
|
@jsii.member(jsii_name="createNestedAssembly")
|
|
1598
1556
|
def create_nested_assembly(
|
|
@@ -1639,7 +1597,7 @@ class CloudAssemblyBuilderProps:
|
|
|
1639
1597
|
self,
|
|
1640
1598
|
*,
|
|
1641
1599
|
asset_outdir: typing.Optional[builtins.str] = None,
|
|
1642
|
-
parent_builder: typing.Optional[CloudAssemblyBuilder] = None,
|
|
1600
|
+
parent_builder: typing.Optional["CloudAssemblyBuilder"] = None,
|
|
1643
1601
|
) -> None:
|
|
1644
1602
|
'''Construction properties for CloudAssemblyBuilder.
|
|
1645
1603
|
|
|
@@ -1681,13 +1639,13 @@ class CloudAssemblyBuilderProps:
|
|
|
1681
1639
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1682
1640
|
|
|
1683
1641
|
@builtins.property
|
|
1684
|
-
def parent_builder(self) -> typing.Optional[CloudAssemblyBuilder]:
|
|
1642
|
+
def parent_builder(self) -> typing.Optional["CloudAssemblyBuilder"]:
|
|
1685
1643
|
'''If this builder is for a nested assembly, the parent assembly builder.
|
|
1686
1644
|
|
|
1687
1645
|
:default: - This is a root assembly
|
|
1688
1646
|
'''
|
|
1689
1647
|
result = self._values.get("parent_builder")
|
|
1690
|
-
return typing.cast(typing.Optional[CloudAssemblyBuilder], result)
|
|
1648
|
+
return typing.cast(typing.Optional["CloudAssemblyBuilder"], result)
|
|
1691
1649
|
|
|
1692
1650
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1693
1651
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -1775,15 +1733,15 @@ class CloudFormationStackArtifact(
|
|
|
1775
1733
|
|
|
1776
1734
|
def __init__(
|
|
1777
1735
|
self,
|
|
1778
|
-
assembly: CloudAssembly,
|
|
1736
|
+
assembly: "CloudAssembly",
|
|
1779
1737
|
artifact_id: builtins.str,
|
|
1780
1738
|
*,
|
|
1781
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
1739
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
1782
1740
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1783
1741
|
display_name: typing.Optional[builtins.str] = None,
|
|
1784
1742
|
environment: typing.Optional[builtins.str] = None,
|
|
1785
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1786
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1743
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1744
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1787
1745
|
) -> None:
|
|
1788
1746
|
'''
|
|
1789
1747
|
:param assembly: -
|
|
@@ -1840,9 +1798,9 @@ class CloudFormationStackArtifact(
|
|
|
1840
1798
|
@jsii.member(jsii_name="assets")
|
|
1841
1799
|
def assets(
|
|
1842
1800
|
self,
|
|
1843
|
-
) -> typing.List[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry]]:
|
|
1801
|
+
) -> typing.List[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", "_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry"]]:
|
|
1844
1802
|
'''Any assets associated with this stack.'''
|
|
1845
|
-
return typing.cast(typing.List[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry]], jsii.get(self, "assets"))
|
|
1803
|
+
return typing.cast(typing.List[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", "_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry"]], jsii.get(self, "assets"))
|
|
1846
1804
|
|
|
1847
1805
|
@builtins.property
|
|
1848
1806
|
@jsii.member(jsii_name="displayName")
|
|
@@ -1972,12 +1930,12 @@ class CloudFormationStackArtifact(
|
|
|
1972
1930
|
@jsii.member(jsii_name="lookupRole")
|
|
1973
1931
|
def lookup_role(
|
|
1974
1932
|
self,
|
|
1975
|
-
) -> typing.Optional[_aws_cdk_cloud_assembly_schema_cae1d136.BootstrapRole]:
|
|
1933
|
+
) -> typing.Optional["_aws_cdk_cloud_assembly_schema_cae1d136.BootstrapRole"]:
|
|
1976
1934
|
'''The role to use to look up values from the target AWS account.
|
|
1977
1935
|
|
|
1978
1936
|
:default: - No role is assumed (current credentials are used)
|
|
1979
1937
|
'''
|
|
1980
|
-
return typing.cast(typing.Optional[_aws_cdk_cloud_assembly_schema_cae1d136.BootstrapRole], jsii.get(self, "lookupRole"))
|
|
1938
|
+
return typing.cast(typing.Optional["_aws_cdk_cloud_assembly_schema_cae1d136.BootstrapRole"], jsii.get(self, "lookupRole"))
|
|
1981
1939
|
|
|
1982
1940
|
@builtins.property
|
|
1983
1941
|
@jsii.member(jsii_name="notificationArns")
|
|
@@ -2381,7 +2339,7 @@ class EnvironmentUtils(
|
|
|
2381
2339
|
|
|
2382
2340
|
@jsii.member(jsii_name="make")
|
|
2383
2341
|
@builtins.classmethod
|
|
2384
|
-
def make(cls, account: builtins.str, region: builtins.str) -> Environment:
|
|
2342
|
+
def make(cls, account: builtins.str, region: builtins.str) -> "Environment":
|
|
2385
2343
|
'''Build an environment object from an account and region.
|
|
2386
2344
|
|
|
2387
2345
|
:param account: -
|
|
@@ -2391,18 +2349,18 @@ class EnvironmentUtils(
|
|
|
2391
2349
|
type_hints = typing.get_type_hints(_typecheckingstub__0cfb55df07761ce610adba5578402205172bce1da7a531dc6bee64c6545f6202)
|
|
2392
2350
|
check_type(argname="argument account", value=account, expected_type=type_hints["account"])
|
|
2393
2351
|
check_type(argname="argument region", value=region, expected_type=type_hints["region"])
|
|
2394
|
-
return typing.cast(Environment, jsii.sinvoke(cls, "make", [account, region]))
|
|
2352
|
+
return typing.cast("Environment", jsii.sinvoke(cls, "make", [account, region]))
|
|
2395
2353
|
|
|
2396
2354
|
@jsii.member(jsii_name="parse")
|
|
2397
2355
|
@builtins.classmethod
|
|
2398
|
-
def parse(cls, environment: builtins.str) -> Environment:
|
|
2356
|
+
def parse(cls, environment: builtins.str) -> "Environment":
|
|
2399
2357
|
'''
|
|
2400
2358
|
:param environment: -
|
|
2401
2359
|
'''
|
|
2402
2360
|
if __debug__:
|
|
2403
2361
|
type_hints = typing.get_type_hints(_typecheckingstub__a2ed84c3997c13929dd0a6a30eb314cba65838a150b4138c07d5a1ae458e1a45)
|
|
2404
2362
|
check_type(argname="argument environment", value=environment, expected_type=type_hints["environment"])
|
|
2405
|
-
return typing.cast(Environment, jsii.sinvoke(cls, "parse", [environment]))
|
|
2363
|
+
return typing.cast("Environment", jsii.sinvoke(cls, "parse", [environment]))
|
|
2406
2364
|
|
|
2407
2365
|
|
|
2408
2366
|
@jsii.interface(jsii_type="@aws-cdk/cx-api.IEnvironmentPlaceholderProvider")
|
|
@@ -2721,7 +2679,7 @@ class MetadataEntry(_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry):
|
|
|
2721
2679
|
self,
|
|
2722
2680
|
*,
|
|
2723
2681
|
type: builtins.str,
|
|
2724
|
-
data: typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry, typing.Dict[builtins.str, typing.Any]], typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.Tag, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
2682
|
+
data: typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry", typing.Dict[builtins.str, typing.Any]], typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.Tag", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
2725
2683
|
trace: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2726
2684
|
) -> None:
|
|
2727
2685
|
'''(deprecated) Backwards compatibility for when ``MetadataEntry`` was defined here.
|
|
@@ -2776,13 +2734,13 @@ class MetadataEntry(_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry):
|
|
|
2776
2734
|
@builtins.property
|
|
2777
2735
|
def data(
|
|
2778
2736
|
self,
|
|
2779
|
-
) -> typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, _aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry, typing.List[_aws_cdk_cloud_assembly_schema_cae1d136.Tag]]]:
|
|
2737
|
+
) -> typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, "_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", "_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry", typing.List["_aws_cdk_cloud_assembly_schema_cae1d136.Tag"]]]:
|
|
2780
2738
|
'''The data.
|
|
2781
2739
|
|
|
2782
2740
|
:default: - no data.
|
|
2783
2741
|
'''
|
|
2784
2742
|
result = self._values.get("data")
|
|
2785
|
-
return typing.cast(typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, _aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry, typing.List[_aws_cdk_cloud_assembly_schema_cae1d136.Tag]]], result)
|
|
2743
|
+
return typing.cast(typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, "_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", "_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry", typing.List["_aws_cdk_cloud_assembly_schema_cae1d136.Tag"]]], result)
|
|
2786
2744
|
|
|
2787
2745
|
@builtins.property
|
|
2788
2746
|
def trace(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -2815,7 +2773,7 @@ class MetadataEntryResult(_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry)
|
|
|
2815
2773
|
self,
|
|
2816
2774
|
*,
|
|
2817
2775
|
type: builtins.str,
|
|
2818
|
-
data: typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry, typing.Dict[builtins.str, typing.Any]], typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.Tag, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
2776
|
+
data: typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry", typing.Dict[builtins.str, typing.Any]], typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.Tag", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
2819
2777
|
trace: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2820
2778
|
path: builtins.str,
|
|
2821
2779
|
) -> None:
|
|
@@ -2867,13 +2825,13 @@ class MetadataEntryResult(_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry)
|
|
|
2867
2825
|
@builtins.property
|
|
2868
2826
|
def data(
|
|
2869
2827
|
self,
|
|
2870
|
-
) -> typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, _aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry, typing.List[_aws_cdk_cloud_assembly_schema_cae1d136.Tag]]]:
|
|
2828
|
+
) -> typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, "_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", "_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry", typing.List["_aws_cdk_cloud_assembly_schema_cae1d136.Tag"]]]:
|
|
2871
2829
|
'''The data.
|
|
2872
2830
|
|
|
2873
2831
|
:default: - no data.
|
|
2874
2832
|
'''
|
|
2875
2833
|
result = self._values.get("data")
|
|
2876
|
-
return typing.cast(typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, _aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry, typing.List[_aws_cdk_cloud_assembly_schema_cae1d136.Tag]]], result)
|
|
2834
|
+
return typing.cast(typing.Optional[typing.Union[builtins.str, jsii.Number, builtins.bool, "_aws_cdk_cloud_assembly_schema_cae1d136.FileAssetMetadataEntry", "_aws_cdk_cloud_assembly_schema_cae1d136.ContainerImageAssetMetadataEntry", typing.List["_aws_cdk_cloud_assembly_schema_cae1d136.Tag"]]], result)
|
|
2877
2835
|
|
|
2878
2836
|
@builtins.property
|
|
2879
2837
|
def trace(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -3081,15 +3039,15 @@ class NestedCloudAssemblyArtifact(
|
|
|
3081
3039
|
|
|
3082
3040
|
def __init__(
|
|
3083
3041
|
self,
|
|
3084
|
-
assembly: CloudAssembly,
|
|
3042
|
+
assembly: "CloudAssembly",
|
|
3085
3043
|
name: builtins.str,
|
|
3086
3044
|
*,
|
|
3087
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
3045
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
3088
3046
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3089
3047
|
display_name: typing.Optional[builtins.str] = None,
|
|
3090
3048
|
environment: typing.Optional[builtins.str] = None,
|
|
3091
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3092
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3049
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3050
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3093
3051
|
) -> None:
|
|
3094
3052
|
'''
|
|
3095
3053
|
:param assembly: -
|
|
@@ -3162,9 +3120,9 @@ class NestedCloudAssemblyArtifact(
|
|
|
3162
3120
|
|
|
3163
3121
|
@builtins.property
|
|
3164
3122
|
@jsii.member(jsii_name="nestedAssembly")
|
|
3165
|
-
def nested_assembly(self) -> CloudAssembly:
|
|
3123
|
+
def nested_assembly(self) -> "CloudAssembly":
|
|
3166
3124
|
'''The nested Assembly.'''
|
|
3167
|
-
return typing.cast(CloudAssembly, jsii.get(self, "nestedAssembly"))
|
|
3125
|
+
return typing.cast("CloudAssembly", jsii.get(self, "nestedAssembly"))
|
|
3168
3126
|
|
|
3169
3127
|
|
|
3170
3128
|
@jsii.data_type(
|
|
@@ -3311,7 +3269,7 @@ class SynthesisMessage:
|
|
|
3311
3269
|
def __init__(
|
|
3312
3270
|
self,
|
|
3313
3271
|
*,
|
|
3314
|
-
entry: typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]],
|
|
3272
|
+
entry: typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]],
|
|
3315
3273
|
id: builtins.str,
|
|
3316
3274
|
level: "SynthesisMessageLevel",
|
|
3317
3275
|
) -> None:
|
|
@@ -3324,6 +3282,7 @@ class SynthesisMessage:
|
|
|
3324
3282
|
|
|
3325
3283
|
Example::
|
|
3326
3284
|
|
|
3285
|
+
from aws_cdk.cloud_assembly_schema import MetadataEntry
|
|
3327
3286
|
# The code below shows an example of how to instantiate this type.
|
|
3328
3287
|
# The values are placeholders you should change.
|
|
3329
3288
|
import aws_cdk.cx_api as cx_api
|
|
@@ -3354,10 +3313,10 @@ class SynthesisMessage:
|
|
|
3354
3313
|
}
|
|
3355
3314
|
|
|
3356
3315
|
@builtins.property
|
|
3357
|
-
def entry(self) -> _aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry:
|
|
3316
|
+
def entry(self) -> "_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry":
|
|
3358
3317
|
result = self._values.get("entry")
|
|
3359
3318
|
assert result is not None, "Required property 'entry' is missing"
|
|
3360
|
-
return typing.cast(_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, result)
|
|
3319
|
+
return typing.cast("_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", result)
|
|
3361
3320
|
|
|
3362
3321
|
@builtins.property
|
|
3363
3322
|
def id(self) -> builtins.str:
|
|
@@ -3464,15 +3423,15 @@ class TreeCloudArtifact(
|
|
|
3464
3423
|
|
|
3465
3424
|
def __init__(
|
|
3466
3425
|
self,
|
|
3467
|
-
assembly: CloudAssembly,
|
|
3426
|
+
assembly: "CloudAssembly",
|
|
3468
3427
|
name: builtins.str,
|
|
3469
3428
|
*,
|
|
3470
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
3429
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
3471
3430
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3472
3431
|
display_name: typing.Optional[builtins.str] = None,
|
|
3473
3432
|
environment: typing.Optional[builtins.str] = None,
|
|
3474
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3475
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3433
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3434
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3476
3435
|
) -> None:
|
|
3477
3436
|
'''
|
|
3478
3437
|
:param assembly: -
|
|
@@ -3953,7 +3912,7 @@ class VpcSubnetGroup:
|
|
|
3953
3912
|
self,
|
|
3954
3913
|
*,
|
|
3955
3914
|
name: builtins.str,
|
|
3956
|
-
subnets: typing.Sequence[typing.Union[VpcSubnet, typing.Dict[builtins.str, typing.Any]]],
|
|
3915
|
+
subnets: typing.Sequence[typing.Union["VpcSubnet", typing.Dict[builtins.str, typing.Any]]],
|
|
3957
3916
|
type: "VpcSubnetGroupType",
|
|
3958
3917
|
) -> None:
|
|
3959
3918
|
'''A group of subnets returned by the VPC provider.
|
|
@@ -4004,7 +3963,7 @@ class VpcSubnetGroup:
|
|
|
4004
3963
|
return typing.cast(builtins.str, result)
|
|
4005
3964
|
|
|
4006
3965
|
@builtins.property
|
|
4007
|
-
def subnets(self) -> typing.List[VpcSubnet]:
|
|
3966
|
+
def subnets(self) -> typing.List["VpcSubnet"]:
|
|
4008
3967
|
'''The subnets that are part of this group.
|
|
4009
3968
|
|
|
4010
3969
|
There is no condition that the subnets have to be symmetric
|
|
@@ -4012,7 +3971,7 @@ class VpcSubnetGroup:
|
|
|
4012
3971
|
'''
|
|
4013
3972
|
result = self._values.get("subnets")
|
|
4014
3973
|
assert result is not None, "Required property 'subnets' is missing"
|
|
4015
|
-
return typing.cast(typing.List[VpcSubnet], result)
|
|
3974
|
+
return typing.cast(typing.List["VpcSubnet"], result)
|
|
4016
3975
|
|
|
4017
3976
|
@builtins.property
|
|
4018
3977
|
def type(self) -> "VpcSubnetGroupType":
|
|
@@ -4124,15 +4083,15 @@ class AssetManifestArtifact(
|
|
|
4124
4083
|
|
|
4125
4084
|
def __init__(
|
|
4126
4085
|
self,
|
|
4127
|
-
assembly: CloudAssembly,
|
|
4086
|
+
assembly: "CloudAssembly",
|
|
4128
4087
|
name: builtins.str,
|
|
4129
4088
|
*,
|
|
4130
|
-
type: _aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType,
|
|
4089
|
+
type: "_aws_cdk_cloud_assembly_schema_cae1d136.ArtifactType",
|
|
4131
4090
|
dependencies: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4132
4091
|
display_name: typing.Optional[builtins.str] = None,
|
|
4133
4092
|
environment: typing.Optional[builtins.str] = None,
|
|
4134
|
-
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4135
|
-
properties: typing.Optional[typing.Union[typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4093
|
+
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4094
|
+
properties: typing.Optional[typing.Union[typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["_aws_cdk_cloud_assembly_schema_cae1d136.FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4136
4095
|
) -> None:
|
|
4137
4096
|
'''
|
|
4138
4097
|
:param assembly: -
|
|
@@ -4187,9 +4146,9 @@ class AssetManifestArtifact(
|
|
|
4187
4146
|
|
|
4188
4147
|
@builtins.property
|
|
4189
4148
|
@jsii.member(jsii_name="contents")
|
|
4190
|
-
def contents(self) -> _aws_cdk_cloud_assembly_schema_cae1d136.AssetManifest:
|
|
4149
|
+
def contents(self) -> "_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifest":
|
|
4191
4150
|
'''The Asset Manifest contents.'''
|
|
4192
|
-
return typing.cast(_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifest, jsii.get(self, "contents"))
|
|
4151
|
+
return typing.cast("_aws_cdk_cloud_assembly_schema_cae1d136.AssetManifest", jsii.get(self, "contents"))
|
|
4193
4152
|
|
|
4194
4153
|
@builtins.property
|
|
4195
4154
|
@jsii.member(jsii_name="file")
|
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"@aws-cdk/cx-api", "2.
|
|
34
|
+
"@aws-cdk/cx-api", "2.234.1", __name__[0:-6], "cx-api@2.234.1.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.234.1
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
25
|
Requires-Dist: aws-cdk.cloud-assembly-schema>=45.0.0
|
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.125.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
28
28
|
Requires-Dist: typeguard==2.13.3
|
|
29
29
|
|
|
@@ -557,48 +557,6 @@ If the flag is set to false then a custom resource will be created when using `U
|
|
|
557
557
|
}
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
* `@aws-cdk/aws-ecs:disableEcsImdsBlocking`
|
|
561
|
-
|
|
562
|
-
When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false.
|
|
563
|
-
|
|
564
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
565
|
-
accessing IMDS. CDK cannot guarantee the correct execution of the feature in all platforms. Setting this feature flag
|
|
566
|
-
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
567
|
-
IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
568
|
-
|
|
569
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
570
|
-
|
|
571
|
-
*cdk.json*
|
|
572
|
-
|
|
573
|
-
```json
|
|
574
|
-
{
|
|
575
|
-
"context": {
|
|
576
|
-
"@aws-cdk/aws-ecs:disableEcsImdsBlocking": true
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
```
|
|
580
|
-
|
|
581
|
-
* `@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature`
|
|
582
|
-
|
|
583
|
-
When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only.**
|
|
584
|
-
|
|
585
|
-
In an ECS Cluster with `MachineImageType.AMAZON_LINUX_2`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
586
|
-
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
587
|
-
feature alone with this feature flag will be deprecated by <ins>end of 2025</ins> as CDK cannot
|
|
588
|
-
guarantee the correct execution of the feature in all platforms. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
589
|
-
|
|
590
|
-
**It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.**
|
|
591
|
-
|
|
592
|
-
*cdk.json*
|
|
593
|
-
|
|
594
|
-
```json
|
|
595
|
-
{
|
|
596
|
-
"context": {
|
|
597
|
-
"@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature": false,
|
|
598
|
-
},
|
|
599
|
-
}
|
|
600
|
-
```
|
|
601
|
-
|
|
602
560
|
* `@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault`
|
|
603
561
|
|
|
604
562
|
When enabled, the default security group ingress rules will allow IPv6 ingress from anywhere,
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_cdk_cx_api-2.232.2 → aws_cdk_cx_api-2.234.1}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|