aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.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 +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
|
@@ -307,21 +307,22 @@ class CertificateProps:
|
|
|
307
307
|
|
|
308
308
|
Example::
|
|
309
309
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
example_net = route53.HostedZone(self, "ExampleNet",
|
|
314
|
-
zone_name="example.net"
|
|
315
|
-
)
|
|
310
|
+
# To use your own domain name in a Distribution, you must associate a certificate
|
|
311
|
+
import aws_cdk.aws_certificatemanager as acm
|
|
312
|
+
import aws_cdk.aws_route53 as route53
|
|
316
313
|
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
314
|
+
# hosted_zone: route53.HostedZone
|
|
315
|
+
|
|
316
|
+
# my_bucket: s3.Bucket
|
|
317
|
+
|
|
318
|
+
my_certificate = acm.Certificate(self, "mySiteCert",
|
|
319
|
+
domain_name="www.example.com",
|
|
320
|
+
validation=acm.CertificateValidation.from_dns(hosted_zone)
|
|
321
|
+
)
|
|
322
|
+
cloudfront.Distribution(self, "myDist",
|
|
323
|
+
default_behavior=cloudfront.BehaviorOptions(origin=origins.S3Origin(my_bucket)),
|
|
324
|
+
domain_names=["www.example.com"],
|
|
325
|
+
certificate=my_certificate
|
|
325
326
|
)
|
|
326
327
|
'''
|
|
327
328
|
if __debug__:
|
aws_cdk/aws_chatbot/__init__.py
CHANGED
|
@@ -449,7 +449,7 @@ class CfnCustomAction(
|
|
|
449
449
|
button_text: typing.Optional[builtins.str] = None,
|
|
450
450
|
criteria: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCustomAction.CustomActionAttachmentCriteriaProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
451
451
|
notification_type: typing.Optional[builtins.str] = None,
|
|
452
|
-
variables: typing.Optional[typing.Union[
|
|
452
|
+
variables: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
453
453
|
) -> None:
|
|
454
454
|
'''Defines when a custom action button should be attached to a notification.
|
|
455
455
|
|
|
@@ -530,13 +530,13 @@ class CfnCustomAction(
|
|
|
530
530
|
@builtins.property
|
|
531
531
|
def variables(
|
|
532
532
|
self,
|
|
533
|
-
) -> typing.Optional[typing.Union[
|
|
533
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
534
534
|
'''The variables to extract from the notification.
|
|
535
535
|
|
|
536
536
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-chatbot-customaction-customactionattachment.html#cfn-chatbot-customaction-customactionattachment-variables
|
|
537
537
|
'''
|
|
538
538
|
result = self._values.get("variables")
|
|
539
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
539
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
540
540
|
|
|
541
541
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
542
542
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -2566,7 +2566,7 @@ def _typecheckingstub__bdfcc4d3117af4232f6317084ca1888fc93a1fa63045afd0834da2fec
|
|
|
2566
2566
|
button_text: typing.Optional[builtins.str] = None,
|
|
2567
2567
|
criteria: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCustomAction.CustomActionAttachmentCriteriaProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2568
2568
|
notification_type: typing.Optional[builtins.str] = None,
|
|
2569
|
-
variables: typing.Optional[typing.Union[
|
|
2569
|
+
variables: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2570
2570
|
) -> None:
|
|
2571
2571
|
"""Type checking stubs"""
|
|
2572
2572
|
pass
|
|
@@ -347,7 +347,7 @@ class CfnGuardHook(
|
|
|
347
347
|
:param failure_mode: Specifies how the Hook responds when rules fail their evaluation. - ``FAIL`` : Prevents the action from proceeding. This is helpful for enforcing strict compliance or security policies. - ``WARN`` : Issues warnings to users but allows actions to continue. This is useful for non-critical validations or informational checks. Default: - "WARN"
|
|
348
348
|
:param hook_status: Specifies if the Hook is ``ENABLED`` or ``DISABLED`` . Default: - "DISABLED"
|
|
349
349
|
:param rule_location: Specifies the S3 location of your Guard rules.
|
|
350
|
-
:param target_operations: Specifies
|
|
350
|
+
:param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
|
|
351
351
|
:param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
|
|
352
352
|
:param options: Specifies the S3 location of your input parameters.
|
|
353
353
|
:param stack_filters: Specifies the stack level filters for the Hook.
|
|
@@ -492,7 +492,7 @@ class CfnGuardHook(
|
|
|
492
492
|
@builtins.property
|
|
493
493
|
@jsii.member(jsii_name="targetOperations")
|
|
494
494
|
def target_operations(self) -> typing.List[builtins.str]:
|
|
495
|
-
'''Specifies
|
|
495
|
+
'''Specifies the list of operations the Hook is run against.'''
|
|
496
496
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "targetOperations"))
|
|
497
497
|
|
|
498
498
|
@target_operations.setter
|
|
@@ -1103,7 +1103,7 @@ class CfnGuardHookProps:
|
|
|
1103
1103
|
:param failure_mode: Specifies how the Hook responds when rules fail their evaluation. - ``FAIL`` : Prevents the action from proceeding. This is helpful for enforcing strict compliance or security policies. - ``WARN`` : Issues warnings to users but allows actions to continue. This is useful for non-critical validations or informational checks. Default: - "WARN"
|
|
1104
1104
|
:param hook_status: Specifies if the Hook is ``ENABLED`` or ``DISABLED`` . Default: - "DISABLED"
|
|
1105
1105
|
:param rule_location: Specifies the S3 location of your Guard rules.
|
|
1106
|
-
:param target_operations: Specifies
|
|
1106
|
+
:param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
|
|
1107
1107
|
:param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
|
|
1108
1108
|
:param options: Specifies the S3 location of your input parameters.
|
|
1109
1109
|
:param stack_filters: Specifies the stack level filters for the Hook.
|
|
@@ -1253,7 +1253,9 @@ class CfnGuardHookProps:
|
|
|
1253
1253
|
|
|
1254
1254
|
@builtins.property
|
|
1255
1255
|
def target_operations(self) -> typing.List[builtins.str]:
|
|
1256
|
-
'''Specifies
|
|
1256
|
+
'''Specifies the list of operations the Hook is run against.
|
|
1257
|
+
|
|
1258
|
+
For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* .
|
|
1257
1259
|
|
|
1258
1260
|
Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
|
|
1259
1261
|
|
|
@@ -2322,7 +2324,7 @@ class CfnLambdaHook(
|
|
|
2322
2324
|
:param failure_mode: Specifies how the Hook responds when the Lambda function invoked by the Hook returns a ``FAILED`` response. - ``FAIL`` : Prevents the action from proceeding. This is helpful for enforcing strict compliance or security policies. - ``WARN`` : Issues warnings to users but allows actions to continue. This is useful for non-critical validations or informational checks.
|
|
2323
2325
|
:param hook_status: Specifies if the Hook is ``ENABLED`` or ``DISABLED`` . Default: - "ENABLED"
|
|
2324
2326
|
:param lambda_function: Specifies the Lambda function for the Hook. You can use:. - The full Amazon Resource Name (ARN) without a suffix. - A qualified ARN with a version or alias suffix.
|
|
2325
|
-
:param target_operations: Specifies
|
|
2327
|
+
:param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
|
|
2326
2328
|
:param stack_filters: Specifies the stack level filters for the Hook.
|
|
2327
2329
|
:param target_filters: Specifies the target filters for the Hook.
|
|
2328
2330
|
'''
|
|
@@ -2461,7 +2463,7 @@ class CfnLambdaHook(
|
|
|
2461
2463
|
@builtins.property
|
|
2462
2464
|
@jsii.member(jsii_name="targetOperations")
|
|
2463
2465
|
def target_operations(self) -> typing.List[builtins.str]:
|
|
2464
|
-
'''Specifies
|
|
2466
|
+
'''Specifies the list of operations the Hook is run against.'''
|
|
2465
2467
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "targetOperations"))
|
|
2466
2468
|
|
|
2467
2469
|
@target_operations.setter
|
|
@@ -2896,7 +2898,7 @@ class CfnLambdaHookProps:
|
|
|
2896
2898
|
:param failure_mode: Specifies how the Hook responds when the Lambda function invoked by the Hook returns a ``FAILED`` response. - ``FAIL`` : Prevents the action from proceeding. This is helpful for enforcing strict compliance or security policies. - ``WARN`` : Issues warnings to users but allows actions to continue. This is useful for non-critical validations or informational checks.
|
|
2897
2899
|
:param hook_status: Specifies if the Hook is ``ENABLED`` or ``DISABLED`` . Default: - "ENABLED"
|
|
2898
2900
|
:param lambda_function: Specifies the Lambda function for the Hook. You can use:. - The full Amazon Resource Name (ARN) without a suffix. - A qualified ARN with a version or alias suffix.
|
|
2899
|
-
:param target_operations: Specifies
|
|
2901
|
+
:param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
|
|
2900
2902
|
:param stack_filters: Specifies the stack level filters for the Hook.
|
|
2901
2903
|
:param target_filters: Specifies the target filters for the Hook.
|
|
2902
2904
|
|
|
@@ -3023,7 +3025,9 @@ class CfnLambdaHookProps:
|
|
|
3023
3025
|
|
|
3024
3026
|
@builtins.property
|
|
3025
3027
|
def target_operations(self) -> typing.List[builtins.str]:
|
|
3026
|
-
'''Specifies
|
|
3028
|
+
'''Specifies the list of operations the Hook is run against.
|
|
3029
|
+
|
|
3030
|
+
For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* .
|
|
3027
3031
|
|
|
3028
3032
|
Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
|
|
3029
3033
|
|
|
@@ -5226,7 +5230,7 @@ class CfnStack(
|
|
|
5226
5230
|
id: builtins.str,
|
|
5227
5231
|
*,
|
|
5228
5232
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5229
|
-
parameters: typing.Optional[typing.Union[
|
|
5233
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5230
5234
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5231
5235
|
template_url: typing.Optional[builtins.str] = None,
|
|
5232
5236
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
@@ -5391,14 +5395,14 @@ class CfnStack(
|
|
|
5391
5395
|
@jsii.member(jsii_name="parameters")
|
|
5392
5396
|
def parameters(
|
|
5393
5397
|
self,
|
|
5394
|
-
) -> typing.Optional[typing.Union[
|
|
5398
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
5395
5399
|
'''The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.'''
|
|
5396
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
5400
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "parameters"))
|
|
5397
5401
|
|
|
5398
5402
|
@parameters.setter
|
|
5399
5403
|
def parameters(
|
|
5400
5404
|
self,
|
|
5401
|
-
value: typing.Optional[typing.Union[
|
|
5405
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
5402
5406
|
) -> None:
|
|
5403
5407
|
if __debug__:
|
|
5404
5408
|
type_hints = typing.get_type_hints(_typecheckingstub__26855905eda83610dba6ef5eae36ae6d595846a274f432b31c16b01c431139bd)
|
|
@@ -5566,7 +5570,7 @@ class CfnStackProps:
|
|
|
5566
5570
|
self,
|
|
5567
5571
|
*,
|
|
5568
5572
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5569
|
-
parameters: typing.Optional[typing.Union[
|
|
5573
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5570
5574
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5571
5575
|
template_url: typing.Optional[builtins.str] = None,
|
|
5572
5576
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
@@ -5634,7 +5638,7 @@ class CfnStackProps:
|
|
|
5634
5638
|
@builtins.property
|
|
5635
5639
|
def parameters(
|
|
5636
5640
|
self,
|
|
5637
|
-
) -> typing.Optional[typing.Union[
|
|
5641
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
5638
5642
|
'''The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
|
5639
5643
|
|
|
5640
5644
|
Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter.
|
|
@@ -5649,7 +5653,7 @@ class CfnStackProps:
|
|
|
5649
5653
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html#cfn-cloudformation-stack-parameters
|
|
5650
5654
|
'''
|
|
5651
5655
|
result = self._values.get("parameters")
|
|
5652
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
5656
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
5653
5657
|
|
|
5654
5658
|
@builtins.property
|
|
5655
5659
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -8990,7 +8994,7 @@ def _typecheckingstub__b03b296829d4f2eb356ceeb892ed7d61908e69c4949bd797def9d9980
|
|
|
8990
8994
|
id: builtins.str,
|
|
8991
8995
|
*,
|
|
8992
8996
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
8993
|
-
parameters: typing.Optional[typing.Union[
|
|
8997
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
8994
8998
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8995
8999
|
template_url: typing.Optional[builtins.str] = None,
|
|
8996
9000
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
@@ -9017,7 +9021,7 @@ def _typecheckingstub__d66d5e1fe390793c13ae8f3762505ddcb7c4e44a03b219a7d65987bc8
|
|
|
9017
9021
|
pass
|
|
9018
9022
|
|
|
9019
9023
|
def _typecheckingstub__26855905eda83610dba6ef5eae36ae6d595846a274f432b31c16b01c431139bd(
|
|
9020
|
-
value: typing.Optional[typing.Union[
|
|
9024
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
9021
9025
|
) -> None:
|
|
9022
9026
|
"""Type checking stubs"""
|
|
9023
9027
|
pass
|
|
@@ -9053,7 +9057,7 @@ def _typecheckingstub__a4b95d92bea1984ce15e37fa304b047ed771a4f764d414ffac3281574
|
|
|
9053
9057
|
def _typecheckingstub__4da59ffe076e92fe1011ac29ca869d93a69d1442f3b7a0d1c765cca951d09b20(
|
|
9054
9058
|
*,
|
|
9055
9059
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
9056
|
-
parameters: typing.Optional[typing.Union[
|
|
9060
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
9057
9061
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9058
9062
|
template_url: typing.Optional[builtins.str] = None,
|
|
9059
9063
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|