aws-cdk-lib 2.201.0__py3-none-any.whl → 2.203.0__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +70 -71
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.201.0.jsii.tgz → aws-cdk-lib@2.203.0.jsii.tgz} +0 -0
- aws_cdk/aws_accessanalyzer/__init__.py +310 -4
- aws_cdk/aws_aiops/__init__.py +964 -0
- aws_cdk/aws_amplify/__init__.py +127 -0
- aws_cdk/aws_arczonalshift/__init__.py +8 -8
- aws_cdk/aws_athena/__init__.py +12 -11
- aws_cdk/aws_b2bi/__init__.py +782 -3
- aws_cdk/aws_backup/__init__.py +22 -0
- aws_cdk/aws_batch/__init__.py +53 -1
- aws_cdk/aws_bedrock/__init__.py +123 -9
- aws_cdk/aws_cleanrooms/__init__.py +157 -154
- aws_cdk/aws_cloudformation/__init__.py +28 -28
- aws_cdk/aws_cloudfront/__init__.py +92 -57
- aws_cdk/aws_cloudfront/experimental/__init__.py +42 -3
- aws_cdk/aws_cloudwatch/__init__.py +228 -2
- aws_cdk/aws_connect/__init__.py +120 -8
- aws_cdk/aws_connectcampaignsv2/__init__.py +25 -4
- aws_cdk/aws_customerprofiles/__init__.py +150 -30
- aws_cdk/aws_datazone/__init__.py +23 -4
- aws_cdk/aws_deadline/__init__.py +4 -4
- aws_cdk/aws_dsql/__init__.py +148 -0
- aws_cdk/aws_ec2/__init__.py +321 -19
- aws_cdk/aws_ecr/__init__.py +3 -3
- aws_cdk/aws_ecs/__init__.py +48 -13
- aws_cdk/aws_efs/__init__.py +17 -6
- aws_cdk/aws_eks/__init__.py +180 -158
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +4 -2
- aws_cdk/aws_emrserverless/__init__.py +118 -0
- aws_cdk/aws_fsx/__init__.py +891 -0
- aws_cdk/aws_glue/__init__.py +58 -24
- aws_cdk/aws_iam/__init__.py +11 -11
- aws_cdk/aws_inspectorv2/__init__.py +442 -3
- aws_cdk/aws_kendra/__init__.py +10 -5
- aws_cdk/aws_kms/__init__.py +24 -12
- aws_cdk/aws_lambda/__init__.py +938 -36
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +37 -3
- aws_cdk/aws_lex/__init__.py +703 -0
- aws_cdk/aws_logs/__init__.py +144 -0
- aws_cdk/aws_mediatailor/__init__.py +399 -0
- aws_cdk/aws_mpa/__init__.py +1475 -0
- aws_cdk/aws_msk/__init__.py +21 -2
- aws_cdk/aws_mwaa/__init__.py +45 -2
- aws_cdk/aws_networkfirewall/__init__.py +4 -2
- aws_cdk/aws_networkmanager/__init__.py +51 -3
- aws_cdk/aws_opsworkscm/__init__.py +44 -2
- aws_cdk/aws_rds/__init__.py +175 -42
- aws_cdk/aws_redshiftserverless/__init__.py +632 -0
- aws_cdk/aws_route53resolver/__init__.py +58 -10
- aws_cdk/aws_s3/__init__.py +19 -1
- aws_cdk/aws_s3tables/__init__.py +230 -0
- aws_cdk/aws_sagemaker/__init__.py +14 -10
- aws_cdk/aws_securityhub/__init__.py +2887 -56
- aws_cdk/aws_synthetics/__init__.py +21 -0
- aws_cdk/aws_vpclattice/__init__.py +6 -4
- aws_cdk/aws_wafv2/__init__.py +849 -18
- aws_cdk/aws_workspacesinstances/__init__.py +3243 -0
- aws_cdk/cloud_assembly_schema/__init__.py +200 -4
- aws_cdk/cx_api/__init__.py +29 -14
- aws_cdk/pipelines/__init__.py +178 -41
- aws_cdk/triggers/__init__.py +41 -4
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/RECORD +69 -66
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/top_level.txt +0 -0
|
@@ -109,7 +109,7 @@ class ArtifactManifest:
|
|
|
109
109
|
display_name: typing.Optional[builtins.str] = None,
|
|
110
110
|
environment: typing.Optional[builtins.str] = None,
|
|
111
111
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
112
|
-
properties: typing.Optional[typing.Union[typing.Union["AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
112
|
+
properties: typing.Optional[typing.Union[typing.Union["AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
113
113
|
) -> None:
|
|
114
114
|
'''A manifest for a single artifact within the cloud assembly.
|
|
115
115
|
|
|
@@ -258,13 +258,13 @@ class ArtifactManifest:
|
|
|
258
258
|
@builtins.property
|
|
259
259
|
def properties(
|
|
260
260
|
self,
|
|
261
|
-
) -> typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties"]]:
|
|
261
|
+
) -> typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties", "FeatureFlagReportProperties"]]:
|
|
262
262
|
'''The set of properties for this artifact (depends on type).
|
|
263
263
|
|
|
264
264
|
:default: - no properties.
|
|
265
265
|
'''
|
|
266
266
|
result = self._values.get("properties")
|
|
267
|
-
return typing.cast(typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties"]], result)
|
|
267
|
+
return typing.cast(typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties", "FeatureFlagReportProperties"]], result)
|
|
268
268
|
|
|
269
269
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
270
270
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -312,6 +312,8 @@ class ArtifactType(enum.Enum):
|
|
|
312
312
|
'''Manifest for all assets in the Cloud Assembly.'''
|
|
313
313
|
NESTED_CLOUD_ASSEMBLY = "NESTED_CLOUD_ASSEMBLY"
|
|
314
314
|
'''Nested Cloud Assembly.'''
|
|
315
|
+
FEATURE_FLAG_REPORT = "FEATURE_FLAG_REPORT"
|
|
316
|
+
'''Feature flag report.'''
|
|
315
317
|
|
|
316
318
|
|
|
317
319
|
@jsii.data_type(
|
|
@@ -4857,6 +4859,181 @@ class EndpointServiceAvailabilityZonesContextQuery(ContextLookupRoleOptions):
|
|
|
4857
4859
|
)
|
|
4858
4860
|
|
|
4859
4861
|
|
|
4862
|
+
@jsii.data_type(
|
|
4863
|
+
jsii_type="aws-cdk-lib.cloud_assembly_schema.FeatureFlag",
|
|
4864
|
+
jsii_struct_bases=[],
|
|
4865
|
+
name_mapping={
|
|
4866
|
+
"explanation": "explanation",
|
|
4867
|
+
"recommended_value": "recommendedValue",
|
|
4868
|
+
"user_value": "userValue",
|
|
4869
|
+
},
|
|
4870
|
+
)
|
|
4871
|
+
class FeatureFlag:
|
|
4872
|
+
def __init__(
|
|
4873
|
+
self,
|
|
4874
|
+
*,
|
|
4875
|
+
explanation: typing.Optional[builtins.str] = None,
|
|
4876
|
+
recommended_value: typing.Any = None,
|
|
4877
|
+
user_value: typing.Any = None,
|
|
4878
|
+
) -> None:
|
|
4879
|
+
'''A single feature flag.
|
|
4880
|
+
|
|
4881
|
+
:param explanation: Explanation about the purpose of this flag that can be shown to the user. Default: - No description
|
|
4882
|
+
:param recommended_value: The library-recommended value for this flag, if any. It is possible that there is no recommended value. Default: - No recommended value.
|
|
4883
|
+
:param user_value: The value configured by the user. This is the value configured at the root of the tree. Users may also have configured values at specific locations in the tree; we don't report on those. Default: - Not configured by the user
|
|
4884
|
+
|
|
4885
|
+
:exampleMetadata: fixture=_generated
|
|
4886
|
+
|
|
4887
|
+
Example::
|
|
4888
|
+
|
|
4889
|
+
# The code below shows an example of how to instantiate this type.
|
|
4890
|
+
# The values are placeholders you should change.
|
|
4891
|
+
from aws_cdk import cloud_assembly_schema
|
|
4892
|
+
|
|
4893
|
+
# recommended_value: Any
|
|
4894
|
+
# user_value: Any
|
|
4895
|
+
|
|
4896
|
+
feature_flag = FeatureFlag(
|
|
4897
|
+
explanation="explanation",
|
|
4898
|
+
recommended_value=recommended_value,
|
|
4899
|
+
user_value=user_value
|
|
4900
|
+
)
|
|
4901
|
+
'''
|
|
4902
|
+
if __debug__:
|
|
4903
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d7ccfacd89aa44cd30dd2b6b40d937da9546cf5f11f13266ca45710d4e373233)
|
|
4904
|
+
check_type(argname="argument explanation", value=explanation, expected_type=type_hints["explanation"])
|
|
4905
|
+
check_type(argname="argument recommended_value", value=recommended_value, expected_type=type_hints["recommended_value"])
|
|
4906
|
+
check_type(argname="argument user_value", value=user_value, expected_type=type_hints["user_value"])
|
|
4907
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4908
|
+
if explanation is not None:
|
|
4909
|
+
self._values["explanation"] = explanation
|
|
4910
|
+
if recommended_value is not None:
|
|
4911
|
+
self._values["recommended_value"] = recommended_value
|
|
4912
|
+
if user_value is not None:
|
|
4913
|
+
self._values["user_value"] = user_value
|
|
4914
|
+
|
|
4915
|
+
@builtins.property
|
|
4916
|
+
def explanation(self) -> typing.Optional[builtins.str]:
|
|
4917
|
+
'''Explanation about the purpose of this flag that can be shown to the user.
|
|
4918
|
+
|
|
4919
|
+
:default: - No description
|
|
4920
|
+
'''
|
|
4921
|
+
result = self._values.get("explanation")
|
|
4922
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4923
|
+
|
|
4924
|
+
@builtins.property
|
|
4925
|
+
def recommended_value(self) -> typing.Any:
|
|
4926
|
+
'''The library-recommended value for this flag, if any.
|
|
4927
|
+
|
|
4928
|
+
It is possible that there is no recommended value.
|
|
4929
|
+
|
|
4930
|
+
:default: - No recommended value.
|
|
4931
|
+
'''
|
|
4932
|
+
result = self._values.get("recommended_value")
|
|
4933
|
+
return typing.cast(typing.Any, result)
|
|
4934
|
+
|
|
4935
|
+
@builtins.property
|
|
4936
|
+
def user_value(self) -> typing.Any:
|
|
4937
|
+
'''The value configured by the user.
|
|
4938
|
+
|
|
4939
|
+
This is the value configured at the root of the tree. Users may also have
|
|
4940
|
+
configured values at specific locations in the tree; we don't report on
|
|
4941
|
+
those.
|
|
4942
|
+
|
|
4943
|
+
:default: - Not configured by the user
|
|
4944
|
+
'''
|
|
4945
|
+
result = self._values.get("user_value")
|
|
4946
|
+
return typing.cast(typing.Any, result)
|
|
4947
|
+
|
|
4948
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4949
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4950
|
+
|
|
4951
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4952
|
+
return not (rhs == self)
|
|
4953
|
+
|
|
4954
|
+
def __repr__(self) -> str:
|
|
4955
|
+
return "FeatureFlag(%s)" % ", ".join(
|
|
4956
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4957
|
+
)
|
|
4958
|
+
|
|
4959
|
+
|
|
4960
|
+
@jsii.data_type(
|
|
4961
|
+
jsii_type="aws-cdk-lib.cloud_assembly_schema.FeatureFlagReportProperties",
|
|
4962
|
+
jsii_struct_bases=[],
|
|
4963
|
+
name_mapping={"flags": "flags", "module": "module"},
|
|
4964
|
+
)
|
|
4965
|
+
class FeatureFlagReportProperties:
|
|
4966
|
+
def __init__(
|
|
4967
|
+
self,
|
|
4968
|
+
*,
|
|
4969
|
+
flags: typing.Mapping[builtins.str, typing.Union[FeatureFlag, typing.Dict[builtins.str, typing.Any]]],
|
|
4970
|
+
module: builtins.str,
|
|
4971
|
+
) -> None:
|
|
4972
|
+
'''Artifact properties for a feature flag report.
|
|
4973
|
+
|
|
4974
|
+
A feature flag report is small enough that all the properties can be inlined
|
|
4975
|
+
here, and doesn't need an additional file.
|
|
4976
|
+
|
|
4977
|
+
:param flags: Information about every feature flag supported by this library.
|
|
4978
|
+
:param module: The library that this feature flag report applies to.
|
|
4979
|
+
|
|
4980
|
+
:exampleMetadata: fixture=_generated
|
|
4981
|
+
|
|
4982
|
+
Example::
|
|
4983
|
+
|
|
4984
|
+
# The code below shows an example of how to instantiate this type.
|
|
4985
|
+
# The values are placeholders you should change.
|
|
4986
|
+
from aws_cdk import cloud_assembly_schema
|
|
4987
|
+
|
|
4988
|
+
# recommended_value: Any
|
|
4989
|
+
# user_value: Any
|
|
4990
|
+
|
|
4991
|
+
feature_flag_report_properties = FeatureFlagReportProperties(
|
|
4992
|
+
flags={
|
|
4993
|
+
"flags_key": FeatureFlag(
|
|
4994
|
+
explanation="explanation",
|
|
4995
|
+
recommended_value=recommended_value,
|
|
4996
|
+
user_value=user_value
|
|
4997
|
+
)
|
|
4998
|
+
},
|
|
4999
|
+
module="module"
|
|
5000
|
+
)
|
|
5001
|
+
'''
|
|
5002
|
+
if __debug__:
|
|
5003
|
+
type_hints = typing.get_type_hints(_typecheckingstub__028d9005a883d2bec5fe9dc6270df8f73f5150cc394cf0043b71cf90072d2ce5)
|
|
5004
|
+
check_type(argname="argument flags", value=flags, expected_type=type_hints["flags"])
|
|
5005
|
+
check_type(argname="argument module", value=module, expected_type=type_hints["module"])
|
|
5006
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
5007
|
+
"flags": flags,
|
|
5008
|
+
"module": module,
|
|
5009
|
+
}
|
|
5010
|
+
|
|
5011
|
+
@builtins.property
|
|
5012
|
+
def flags(self) -> typing.Mapping[builtins.str, FeatureFlag]:
|
|
5013
|
+
'''Information about every feature flag supported by this library.'''
|
|
5014
|
+
result = self._values.get("flags")
|
|
5015
|
+
assert result is not None, "Required property 'flags' is missing"
|
|
5016
|
+
return typing.cast(typing.Mapping[builtins.str, FeatureFlag], result)
|
|
5017
|
+
|
|
5018
|
+
@builtins.property
|
|
5019
|
+
def module(self) -> builtins.str:
|
|
5020
|
+
'''The library that this feature flag report applies to.'''
|
|
5021
|
+
result = self._values.get("module")
|
|
5022
|
+
assert result is not None, "Required property 'module' is missing"
|
|
5023
|
+
return typing.cast(builtins.str, result)
|
|
5024
|
+
|
|
5025
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5026
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5027
|
+
|
|
5028
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5029
|
+
return not (rhs == self)
|
|
5030
|
+
|
|
5031
|
+
def __repr__(self) -> str:
|
|
5032
|
+
return "FeatureFlagReportProperties(%s)" % ", ".join(
|
|
5033
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5034
|
+
)
|
|
5035
|
+
|
|
5036
|
+
|
|
4860
5037
|
@jsii.data_type(
|
|
4861
5038
|
jsii_type="aws-cdk-lib.cloud_assembly_schema.FileAsset",
|
|
4862
5039
|
jsii_struct_bases=[],
|
|
@@ -9019,6 +9196,8 @@ __all__ = [
|
|
|
9019
9196
|
"DockerImageDestination",
|
|
9020
9197
|
"DockerImageSource",
|
|
9021
9198
|
"EndpointServiceAvailabilityZonesContextQuery",
|
|
9199
|
+
"FeatureFlag",
|
|
9200
|
+
"FeatureFlagReportProperties",
|
|
9022
9201
|
"FileAsset",
|
|
9023
9202
|
"FileAssetMetadataEntry",
|
|
9024
9203
|
"FileAssetPackaging",
|
|
@@ -9060,7 +9239,7 @@ def _typecheckingstub__c0fe0dea35f8750630dc6eb16d5f979ef40079f01dc4afec1b7ebf62d
|
|
|
9060
9239
|
display_name: typing.Optional[builtins.str] = None,
|
|
9061
9240
|
environment: typing.Optional[builtins.str] = None,
|
|
9062
9241
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
9063
|
-
properties: typing.Optional[typing.Union[typing.Union[AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9242
|
+
properties: typing.Optional[typing.Union[typing.Union[AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9064
9243
|
) -> None:
|
|
9065
9244
|
"""Type checking stubs"""
|
|
9066
9245
|
pass
|
|
@@ -9386,6 +9565,23 @@ def _typecheckingstub__b028a59a345f6074485bae83f874fa7eca8081fea4616b491a43cfb78
|
|
|
9386
9565
|
"""Type checking stubs"""
|
|
9387
9566
|
pass
|
|
9388
9567
|
|
|
9568
|
+
def _typecheckingstub__d7ccfacd89aa44cd30dd2b6b40d937da9546cf5f11f13266ca45710d4e373233(
|
|
9569
|
+
*,
|
|
9570
|
+
explanation: typing.Optional[builtins.str] = None,
|
|
9571
|
+
recommended_value: typing.Any = None,
|
|
9572
|
+
user_value: typing.Any = None,
|
|
9573
|
+
) -> None:
|
|
9574
|
+
"""Type checking stubs"""
|
|
9575
|
+
pass
|
|
9576
|
+
|
|
9577
|
+
def _typecheckingstub__028d9005a883d2bec5fe9dc6270df8f73f5150cc394cf0043b71cf90072d2ce5(
|
|
9578
|
+
*,
|
|
9579
|
+
flags: typing.Mapping[builtins.str, typing.Union[FeatureFlag, typing.Dict[builtins.str, typing.Any]]],
|
|
9580
|
+
module: builtins.str,
|
|
9581
|
+
) -> None:
|
|
9582
|
+
"""Type checking stubs"""
|
|
9583
|
+
pass
|
|
9584
|
+
|
|
9389
9585
|
def _typecheckingstub__a482db8874b6a4a96f9be44511cc506737e4b70dff2a99f6ee0f1566bc96c3d8(
|
|
9390
9586
|
*,
|
|
9391
9587
|
destinations: typing.Mapping[builtins.str, typing.Union[FileDestination, typing.Dict[builtins.str, typing.Any]]],
|
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -311,6 +311,20 @@ When this feature flag is enabled and calling KMS key grant method, the created
|
|
|
311
311
|
}
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
+
* `@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal`
|
|
315
|
+
|
|
316
|
+
Enable grant methods on imported KMS Aliases to apply permissions scoped by the alias using the `kms:ResourceAliases` condition key. When this flag is disabled, grant* methods on `Alias.fromAliasName` remain no-ops to preserve existing behavior.
|
|
317
|
+
|
|
318
|
+
*cdk.json*
|
|
319
|
+
|
|
320
|
+
```json
|
|
321
|
+
{
|
|
322
|
+
"context": {
|
|
323
|
+
"@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal": true
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
```
|
|
327
|
+
|
|
314
328
|
* `@aws-cdk/aws-eks:nodegroupNameAttribute`
|
|
315
329
|
|
|
316
330
|
When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.
|
|
@@ -798,6 +812,7 @@ from ..cloud_assembly_schema import (
|
|
|
798
812
|
ContainerImageAssetMetadataEntry as _ContainerImageAssetMetadataEntry_0a212d1d,
|
|
799
813
|
ContextProvider as _ContextProvider_fa789bb5,
|
|
800
814
|
EndpointServiceAvailabilityZonesContextQuery as _EndpointServiceAvailabilityZonesContextQuery_ea3ca0d1,
|
|
815
|
+
FeatureFlagReportProperties as _FeatureFlagReportProperties_2cfd3047,
|
|
801
816
|
FileAssetMetadataEntry as _FileAssetMetadataEntry_50173f8f,
|
|
802
817
|
HostedZoneContextQuery as _HostedZoneContextQuery_8e6ca28f,
|
|
803
818
|
ICloudAssembly as _ICloudAssembly_3b620685,
|
|
@@ -1036,7 +1051,7 @@ class CloudArtifact(
|
|
|
1036
1051
|
display_name: typing.Optional[builtins.str] = None,
|
|
1037
1052
|
environment: typing.Optional[builtins.str] = None,
|
|
1038
1053
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1039
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1054
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1040
1055
|
) -> None:
|
|
1041
1056
|
'''
|
|
1042
1057
|
:param assembly: -
|
|
@@ -1075,7 +1090,7 @@ class CloudArtifact(
|
|
|
1075
1090
|
display_name: typing.Optional[builtins.str] = None,
|
|
1076
1091
|
environment: typing.Optional[builtins.str] = None,
|
|
1077
1092
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1078
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1093
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1079
1094
|
) -> typing.Optional["CloudArtifact"]:
|
|
1080
1095
|
'''Returns a subclass of ``CloudArtifact`` based on the artifact type defined in the artifact manifest.
|
|
1081
1096
|
|
|
@@ -1415,7 +1430,7 @@ class CloudAssemblyBuilder(
|
|
|
1415
1430
|
display_name: typing.Optional[builtins.str] = None,
|
|
1416
1431
|
environment: typing.Optional[builtins.str] = None,
|
|
1417
1432
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1418
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1433
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1419
1434
|
) -> None:
|
|
1420
1435
|
'''Adds an artifact into the cloud assembly.
|
|
1421
1436
|
|
|
@@ -1655,7 +1670,7 @@ class CloudFormationStackArtifact(
|
|
|
1655
1670
|
display_name: typing.Optional[builtins.str] = None,
|
|
1656
1671
|
environment: typing.Optional[builtins.str] = None,
|
|
1657
1672
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1658
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1673
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1659
1674
|
) -> None:
|
|
1660
1675
|
'''
|
|
1661
1676
|
:param assembly: -
|
|
@@ -2751,7 +2766,7 @@ class NestedCloudAssemblyArtifact(
|
|
|
2751
2766
|
display_name: typing.Optional[builtins.str] = None,
|
|
2752
2767
|
environment: typing.Optional[builtins.str] = None,
|
|
2753
2768
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
2754
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2769
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2755
2770
|
) -> None:
|
|
2756
2771
|
'''
|
|
2757
2772
|
:param assembly: -
|
|
@@ -3072,7 +3087,7 @@ class TreeCloudArtifact(
|
|
|
3072
3087
|
display_name: typing.Optional[builtins.str] = None,
|
|
3073
3088
|
environment: typing.Optional[builtins.str] = None,
|
|
3074
3089
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3075
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3090
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3076
3091
|
) -> None:
|
|
3077
3092
|
'''
|
|
3078
3093
|
:param assembly: -
|
|
@@ -3732,7 +3747,7 @@ class AssetManifestArtifact(
|
|
|
3732
3747
|
display_name: typing.Optional[builtins.str] = None,
|
|
3733
3748
|
environment: typing.Optional[builtins.str] = None,
|
|
3734
3749
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3735
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3750
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3736
3751
|
) -> None:
|
|
3737
3752
|
'''
|
|
3738
3753
|
:param assembly: -
|
|
@@ -3865,7 +3880,7 @@ def _typecheckingstub__25d9df0767e898e3c7d2743835aa9ce65467ceb2a717a448ad988e9d7
|
|
|
3865
3880
|
display_name: typing.Optional[builtins.str] = None,
|
|
3866
3881
|
environment: typing.Optional[builtins.str] = None,
|
|
3867
3882
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3868
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3883
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3869
3884
|
) -> None:
|
|
3870
3885
|
"""Type checking stubs"""
|
|
3871
3886
|
pass
|
|
@@ -3879,7 +3894,7 @@ def _typecheckingstub__a43b33c096c23def76559e7ae04cbbfebe9400c25a9d7ec0ac79410d9
|
|
|
3879
3894
|
display_name: typing.Optional[builtins.str] = None,
|
|
3880
3895
|
environment: typing.Optional[builtins.str] = None,
|
|
3881
3896
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3882
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3897
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3883
3898
|
) -> None:
|
|
3884
3899
|
"""Type checking stubs"""
|
|
3885
3900
|
pass
|
|
@@ -3953,7 +3968,7 @@ def _typecheckingstub__261d018bdb1dc9a71bf2eedbb2cef096556840e4a312cda97d5254271
|
|
|
3953
3968
|
display_name: typing.Optional[builtins.str] = None,
|
|
3954
3969
|
environment: typing.Optional[builtins.str] = None,
|
|
3955
3970
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3956
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3971
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3957
3972
|
) -> None:
|
|
3958
3973
|
"""Type checking stubs"""
|
|
3959
3974
|
pass
|
|
@@ -3982,7 +3997,7 @@ def _typecheckingstub__efbcfecbcc773b1f90d568df2c82e4e67168ad418a9cd97880b975d21
|
|
|
3982
3997
|
display_name: typing.Optional[builtins.str] = None,
|
|
3983
3998
|
environment: typing.Optional[builtins.str] = None,
|
|
3984
3999
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3985
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4000
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3986
4001
|
) -> None:
|
|
3987
4002
|
"""Type checking stubs"""
|
|
3988
4003
|
pass
|
|
@@ -4104,7 +4119,7 @@ def _typecheckingstub__58cd751fc0676bdece56072cebc370619182e12e08433ef6415db29d4
|
|
|
4104
4119
|
display_name: typing.Optional[builtins.str] = None,
|
|
4105
4120
|
environment: typing.Optional[builtins.str] = None,
|
|
4106
4121
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4107
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4122
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4108
4123
|
) -> None:
|
|
4109
4124
|
"""Type checking stubs"""
|
|
4110
4125
|
pass
|
|
@@ -4141,7 +4156,7 @@ def _typecheckingstub__3ac926e1ee09e8dfca43023911e9514e33e19b8a91828eab4d450a48d
|
|
|
4141
4156
|
display_name: typing.Optional[builtins.str] = None,
|
|
4142
4157
|
environment: typing.Optional[builtins.str] = None,
|
|
4143
4158
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4144
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4159
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4145
4160
|
) -> None:
|
|
4146
4161
|
"""Type checking stubs"""
|
|
4147
4162
|
pass
|
|
@@ -4202,7 +4217,7 @@ def _typecheckingstub__4d3ca09f65f0b6d82995f24fb98a9330c17865775e1a04d254348d053
|
|
|
4202
4217
|
display_name: typing.Optional[builtins.str] = None,
|
|
4203
4218
|
environment: typing.Optional[builtins.str] = None,
|
|
4204
4219
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4205
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4220
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4206
4221
|
) -> None:
|
|
4207
4222
|
"""Type checking stubs"""
|
|
4208
4223
|
pass
|