aws-cdk-lib 2.176.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.

Files changed (120) hide show
  1. aws_cdk/__init__.py +106 -62
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.176.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
  5. aws_cdk/aws_apigateway/__init__.py +97 -97
  6. aws_cdk/aws_apigatewayv2/__init__.py +35 -10
  7. aws_cdk/aws_apigatewayv2_integrations/__init__.py +2 -2
  8. aws_cdk/aws_appconfig/__init__.py +10 -10
  9. aws_cdk/aws_appflow/__init__.py +20 -20
  10. aws_cdk/aws_applicationsignals/__init__.py +8 -8
  11. aws_cdk/aws_appmesh/__init__.py +8 -8
  12. aws_cdk/aws_appsync/__init__.py +10387 -7038
  13. aws_cdk/aws_apptest/__init__.py +4 -4
  14. aws_cdk/aws_aps/__init__.py +135 -0
  15. aws_cdk/aws_athena/__init__.py +10 -10
  16. aws_cdk/aws_backup/__init__.py +14 -14
  17. aws_cdk/aws_batch/__init__.py +189 -24
  18. aws_cdk/aws_bcmdataexports/__init__.py +4 -4
  19. aws_cdk/aws_bedrock/__init__.py +5494 -2518
  20. aws_cdk/aws_certificatemanager/__init__.py +15 -14
  21. aws_cdk/aws_chatbot/__init__.py +4 -4
  22. aws_cdk/aws_cloudformation/__init__.py +22 -18
  23. aws_cdk/aws_cloudfront/__init__.py +686 -9
  24. aws_cdk/aws_cloudfront_origins/__init__.py +73 -2
  25. aws_cdk/aws_cloudtrail/__init__.py +4 -4
  26. aws_cdk/aws_cloudwatch/__init__.py +53 -53
  27. aws_cdk/aws_codedeploy/__init__.py +2 -2
  28. aws_cdk/aws_codepipeline/__init__.py +59 -6
  29. aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
  30. aws_cdk/aws_cognito/__init__.py +204 -159
  31. aws_cdk/aws_connect/__init__.py +4 -4
  32. aws_cdk/aws_customerprofiles/__init__.py +6 -4
  33. aws_cdk/aws_databrew/__init__.py +16 -16
  34. aws_cdk/aws_datasync/__init__.py +14 -11
  35. aws_cdk/aws_datazone/__init__.py +199 -129
  36. aws_cdk/aws_dms/__init__.py +4 -4
  37. aws_cdk/aws_dynamodb/__init__.py +267 -25
  38. aws_cdk/aws_ec2/__init__.py +1142 -184
  39. aws_cdk/aws_ecs/__init__.py +767 -124
  40. aws_cdk/aws_ecs_patterns/__init__.py +49 -0
  41. aws_cdk/aws_efs/__init__.py +8 -8
  42. aws_cdk/aws_eks/__init__.py +55 -35
  43. aws_cdk/aws_elasticache/__init__.py +10 -10
  44. aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
  45. aws_cdk/aws_elasticsearch/__init__.py +10 -10
  46. aws_cdk/aws_emr/__init__.py +16 -16
  47. aws_cdk/aws_emrserverless/__init__.py +93 -4
  48. aws_cdk/aws_entityresolution/__init__.py +31 -17
  49. aws_cdk/aws_events/__init__.py +12 -12
  50. aws_cdk/aws_fis/__init__.py +16 -16
  51. aws_cdk/aws_fms/__init__.py +46 -0
  52. aws_cdk/aws_gamelift/__init__.py +8 -10
  53. aws_cdk/aws_glue/__init__.py +1326 -7
  54. aws_cdk/aws_greengrassv2/__init__.py +8 -8
  55. aws_cdk/aws_guardduty/__init__.py +521 -0
  56. aws_cdk/aws_healthlake/__init__.py +10 -2
  57. aws_cdk/aws_iam/__init__.py +8 -0
  58. aws_cdk/aws_imagebuilder/__init__.py +88 -74
  59. aws_cdk/aws_iot/__init__.py +40 -40
  60. aws_cdk/aws_iotanalytics/__init__.py +4 -4
  61. aws_cdk/aws_iotfleetwise/__init__.py +424 -10
  62. aws_cdk/aws_iotsitewise/__init__.py +84 -13
  63. aws_cdk/aws_iottwinmaker/__init__.py +18 -18
  64. aws_cdk/aws_iotwireless/__init__.py +4 -4
  65. aws_cdk/aws_kafkaconnect/__init__.py +10 -10
  66. aws_cdk/aws_kendra/__init__.py +0 -10
  67. aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
  68. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
  69. aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
  70. aws_cdk/aws_kms/__init__.py +11 -10
  71. aws_cdk/aws_lambda/__init__.py +47 -4
  72. aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
  73. aws_cdk/aws_launchwizard/__init__.py +10 -10
  74. aws_cdk/aws_logs/__init__.py +78 -74
  75. aws_cdk/aws_mediaconnect/__init__.py +509 -12
  76. aws_cdk/aws_medialive/__init__.py +16 -16
  77. aws_cdk/aws_mediatailor/__init__.py +10 -10
  78. aws_cdk/aws_networkfirewall/__init__.py +12 -12
  79. aws_cdk/aws_notifications/__init__.py +1927 -0
  80. aws_cdk/aws_notificationscontacts/__init__.py +593 -0
  81. aws_cdk/aws_omics/__init__.py +4 -4
  82. aws_cdk/aws_opensearchservice/__init__.py +10 -10
  83. aws_cdk/aws_opsworks/__init__.py +58 -58
  84. aws_cdk/aws_personalize/__init__.py +8 -8
  85. aws_cdk/aws_pipes/__init__.py +20 -20
  86. aws_cdk/aws_qbusiness/__init__.py +119 -0
  87. aws_cdk/aws_quicksight/__init__.py +247 -92
  88. aws_cdk/aws_rds/__init__.py +37 -37
  89. aws_cdk/aws_redshift/__init__.py +19 -15
  90. aws_cdk/aws_resiliencehub/__init__.py +0 -41
  91. aws_cdk/aws_route53/__init__.py +10 -4
  92. aws_cdk/aws_route53_targets/__init__.py +15 -15
  93. aws_cdk/aws_rum/__init__.py +4 -4
  94. aws_cdk/aws_s3/__init__.py +801 -2
  95. aws_cdk/aws_s3_notifications/__init__.py +5 -5
  96. aws_cdk/aws_s3tables/__init__.py +2 -2
  97. aws_cdk/aws_sagemaker/__init__.py +84 -60
  98. aws_cdk/aws_sam/__init__.py +48 -48
  99. aws_cdk/aws_secretsmanager/__init__.py +30 -14
  100. aws_cdk/aws_securityhub/__init__.py +12 -12
  101. aws_cdk/aws_sns/__init__.py +137 -12
  102. aws_cdk/aws_ssm/__init__.py +5 -5
  103. aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
  104. aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
  105. aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
  106. aws_cdk/aws_synthetics/__init__.py +109 -36
  107. aws_cdk/aws_timestream/__init__.py +41 -0
  108. aws_cdk/aws_transfer/__init__.py +9 -10
  109. aws_cdk/aws_wafv2/__init__.py +24 -22
  110. aws_cdk/aws_wisdom/__init__.py +8 -8
  111. aws_cdk/aws_workspacesweb/__init__.py +60 -60
  112. aws_cdk/aws_xray/__init__.py +8 -8
  113. aws_cdk/cloud_assembly_schema/__init__.py +63 -4
  114. aws_cdk/cx_api/__init__.py +62 -4
  115. {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +3 -3
  116. {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +120 -118
  117. {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
  118. {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
  119. {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
  120. {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
@@ -2161,7 +2161,7 @@ class CfnDistributionConfiguration(
2161
2161
  def __init__(
2162
2162
  self,
2163
2163
  *,
2164
- ami_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
2164
+ ami_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
2165
2165
  description: typing.Optional[builtins.str] = None,
2166
2166
  kms_key_id: typing.Optional[builtins.str] = None,
2167
2167
  launch_permission_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDistributionConfiguration.LaunchPermissionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -2227,13 +2227,13 @@ class CfnDistributionConfiguration(
2227
2227
  @builtins.property
2228
2228
  def ami_tags(
2229
2229
  self,
2230
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
2230
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
2231
2231
  '''The tags to apply to AMIs distributed to this Region.
2232
2232
 
2233
2233
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-amidistributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-amidistributionconfiguration-amitags
2234
2234
  '''
2235
2235
  result = self._values.get("ami_tags")
2236
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
2236
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
2237
2237
 
2238
2238
  @builtins.property
2239
2239
  def description(self) -> typing.Optional[builtins.str]:
@@ -3789,7 +3789,7 @@ class CfnImage(
3789
3789
  You must have at least one build component to create a recipe, but test components are not required. If you have added tests, they run after the image is created, to ensure that the target image is functional and can be used reliably for launching Amazon EC2 instances.
3790
3790
 
3791
3791
  :param image_tests_enabled: Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
3792
- :param timeout_minutes: The maximum time in minutes that tests are permitted to run. .. epigraph:: The timeout attribute is not currently active. This value is ignored.
3792
+ :param timeout_minutes: The maximum time in minutes that tests are permitted to run. .. epigraph:: The timeout property is not currently active. This value is ignored.
3793
3793
 
3794
3794
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html
3795
3795
  :exampleMetadata: fixture=_generated
@@ -3834,7 +3834,7 @@ class CfnImage(
3834
3834
 
3835
3835
  .. epigraph::
3836
3836
 
3837
- The timeout attribute is not currently active. This value is ignored.
3837
+ The timeout property is not currently active. This value is ignored.
3838
3838
 
3839
3839
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes
3840
3840
  '''
@@ -4609,7 +4609,7 @@ class CfnImagePipeline(
4609
4609
  You must have at least one build component to create a recipe, but test components are not required. Your pipeline runs tests after it builds the image, to ensure that the target image is functional and can be used reliably for launching Amazon EC2 instances.
4610
4610
 
4611
4611
  :param image_tests_enabled: Defines if tests should be executed when building this image. For example, ``true`` or ``false`` .
4612
- :param timeout_minutes: The maximum time in minutes that tests are permitted to run. .. epigraph:: The timeout attribute is not currently active. This value is ignored.
4612
+ :param timeout_minutes: The maximum time in minutes that tests are permitted to run. .. epigraph:: The timeout property is not currently active. This value is ignored.
4613
4613
 
4614
4614
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html
4615
4615
  :exampleMetadata: fixture=_generated
@@ -4654,7 +4654,7 @@ class CfnImagePipeline(
4654
4654
 
4655
4655
  .. epigraph::
4656
4656
 
4657
- The timeout attribute is not currently active. This value is ignored.
4657
+ The timeout property is not currently active. This value is ignored.
4658
4658
 
4659
4659
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration-timeoutminutes
4660
4660
  '''
@@ -6597,9 +6597,9 @@ class CfnInfrastructureConfiguration(
6597
6597
  metaclass=jsii.JSIIMeta,
6598
6598
  jsii_type="aws-cdk-lib.aws_imagebuilder.CfnInfrastructureConfiguration",
6599
6599
  ):
6600
- '''The infrastructure configuration allows you to specify the infrastructure within which to build and test your image.
6600
+ '''Creates a new infrastructure configuration.
6601
6601
 
6602
- In the infrastructure configuration, you can specify instance types, subnets, and security groups to associate with your instance. You can also associate an Amazon EC2 key pair with the instance used to build your image. This allows you to log on to your instance to troubleshoot if your build fails and you set terminateInstanceOnFailure to false.
6602
+ An infrastructure configuration defines the environment in which your image will be built and tested.
6603
6603
 
6604
6604
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html
6605
6605
  :cloudformationResource: AWS::ImageBuilder::InfrastructureConfiguration
@@ -6661,7 +6661,7 @@ class CfnInfrastructureConfiguration(
6661
6661
  key_pair: typing.Optional[builtins.str] = None,
6662
6662
  logging: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInfrastructureConfiguration.LoggingProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6663
6663
  placement: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInfrastructureConfiguration.PlacementProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6664
- resource_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
6664
+ resource_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
6665
6665
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6666
6666
  sns_topic_arn: typing.Optional[builtins.str] = None,
6667
6667
  subnet_id: typing.Optional[builtins.str] = None,
@@ -6671,20 +6671,20 @@ class CfnInfrastructureConfiguration(
6671
6671
  '''
6672
6672
  :param scope: Scope in which this resource is defined.
6673
6673
  :param id: Construct identifier for this resource (unique in its scope).
6674
- :param instance_profile_name: The instance profile of the infrastructure configuration.
6674
+ :param instance_profile_name: The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
6675
6675
  :param name: The name of the infrastructure configuration.
6676
6676
  :param description: The description of the infrastructure configuration.
6677
- :param instance_metadata_options: The instance metadata option settings for the infrastructure configuration.
6678
- :param instance_types: The instance types of the infrastructure configuration.
6679
- :param key_pair: The Amazon EC2 key pair of the infrastructure configuration.
6680
- :param logging: The logging configuration defines where Image Builder uploads your logs.
6677
+ :param instance_metadata_options: The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
6678
+ :param instance_types: The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
6679
+ :param key_pair: The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
6680
+ :param logging: The logging configuration of the infrastructure configuration.
6681
6681
  :param placement: The instance placement settings that define where the instances that are launched from your image will run.
6682
- :param resource_tags: The tags attached to the resource created by Image Builder.
6683
- :param security_group_ids: The security group IDs of the infrastructure configuration.
6684
- :param sns_topic_arn: The Amazon Resource Name (ARN) of the SNS topic for the infrastructure configuration.
6685
- :param subnet_id: The subnet ID of the infrastructure configuration.
6686
- :param tags: The tags of the infrastructure configuration.
6687
- :param terminate_instance_on_failure: The terminate instance on failure configuration of the infrastructure configuration.
6682
+ :param resource_tags: The metadata tags to assign to the Amazon EC2 instance that Image Builder launches during the build process. Tags are formatted as key value pairs.
6683
+ :param security_group_ids: The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
6684
+ :param sns_topic_arn: The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications. .. epigraph:: EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.
6685
+ :param subnet_id: The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.
6686
+ :param tags: The metadata tags to assign to the infrastructure configuration resource that Image Builder creates as output. Tags are formatted as key value pairs.
6687
+ :param terminate_instance_on_failure: The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
6688
6688
  '''
6689
6689
  if __debug__:
6690
6690
  type_hints = typing.get_type_hints(_typecheckingstub__8df8a03094d1fe92963a315a657a78657df102ba9fbe66eda2c26bb8eac04479)
@@ -6773,7 +6773,7 @@ class CfnInfrastructureConfiguration(
6773
6773
  @builtins.property
6774
6774
  @jsii.member(jsii_name="instanceProfileName")
6775
6775
  def instance_profile_name(self) -> builtins.str:
6776
- '''The instance profile of the infrastructure configuration.'''
6776
+ '''The instance profile to associate with the instance used to customize your Amazon EC2 AMI.'''
6777
6777
  return typing.cast(builtins.str, jsii.get(self, "instanceProfileName"))
6778
6778
 
6779
6779
  @instance_profile_name.setter
@@ -6814,7 +6814,7 @@ class CfnInfrastructureConfiguration(
6814
6814
  def instance_metadata_options(
6815
6815
  self,
6816
6816
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty"]]:
6817
- '''The instance metadata option settings for the infrastructure configuration.'''
6817
+ '''The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.'''
6818
6818
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty"]], jsii.get(self, "instanceMetadataOptions"))
6819
6819
 
6820
6820
  @instance_metadata_options.setter
@@ -6843,7 +6843,7 @@ class CfnInfrastructureConfiguration(
6843
6843
  @builtins.property
6844
6844
  @jsii.member(jsii_name="keyPair")
6845
6845
  def key_pair(self) -> typing.Optional[builtins.str]:
6846
- '''The Amazon EC2 key pair of the infrastructure configuration.'''
6846
+ '''The key pair of the infrastructure configuration.'''
6847
6847
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "keyPair"))
6848
6848
 
6849
6849
  @key_pair.setter
@@ -6858,7 +6858,7 @@ class CfnInfrastructureConfiguration(
6858
6858
  def logging(
6859
6859
  self,
6860
6860
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInfrastructureConfiguration.LoggingProperty"]]:
6861
- '''The logging configuration defines where Image Builder uploads your logs.'''
6861
+ '''The logging configuration of the infrastructure configuration.'''
6862
6862
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnInfrastructureConfiguration.LoggingProperty"]], jsii.get(self, "logging"))
6863
6863
 
6864
6864
  @logging.setter
@@ -6893,14 +6893,14 @@ class CfnInfrastructureConfiguration(
6893
6893
  @jsii.member(jsii_name="resourceTags")
6894
6894
  def resource_tags(
6895
6895
  self,
6896
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
6897
- '''The tags attached to the resource created by Image Builder.'''
6898
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], jsii.get(self, "resourceTags"))
6896
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
6897
+ '''The metadata tags to assign to the Amazon EC2 instance that Image Builder launches during the build process.'''
6898
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "resourceTags"))
6899
6899
 
6900
6900
  @resource_tags.setter
6901
6901
  def resource_tags(
6902
6902
  self,
6903
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]],
6903
+ value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
6904
6904
  ) -> None:
6905
6905
  if __debug__:
6906
6906
  type_hints = typing.get_type_hints(_typecheckingstub__b4e6c2bbdd440425ebe7067a9a03bf4079bbfef4001b7877cb6ce3dcd44c4cb0)
@@ -6910,7 +6910,7 @@ class CfnInfrastructureConfiguration(
6910
6910
  @builtins.property
6911
6911
  @jsii.member(jsii_name="securityGroupIds")
6912
6912
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
6913
- '''The security group IDs of the infrastructure configuration.'''
6913
+ '''The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.'''
6914
6914
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "securityGroupIds"))
6915
6915
 
6916
6916
  @security_group_ids.setter
@@ -6926,7 +6926,7 @@ class CfnInfrastructureConfiguration(
6926
6926
  @builtins.property
6927
6927
  @jsii.member(jsii_name="snsTopicArn")
6928
6928
  def sns_topic_arn(self) -> typing.Optional[builtins.str]:
6929
- '''The Amazon Resource Name (ARN) of the SNS topic for the infrastructure configuration.'''
6929
+ '''The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.'''
6930
6930
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "snsTopicArn"))
6931
6931
 
6932
6932
  @sns_topic_arn.setter
@@ -6939,7 +6939,7 @@ class CfnInfrastructureConfiguration(
6939
6939
  @builtins.property
6940
6940
  @jsii.member(jsii_name="subnetId")
6941
6941
  def subnet_id(self) -> typing.Optional[builtins.str]:
6942
- '''The subnet ID of the infrastructure configuration.'''
6942
+ '''The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.'''
6943
6943
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "subnetId"))
6944
6944
 
6945
6945
  @subnet_id.setter
@@ -6952,7 +6952,7 @@ class CfnInfrastructureConfiguration(
6952
6952
  @builtins.property
6953
6953
  @jsii.member(jsii_name="tagsRaw")
6954
6954
  def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
6955
- '''The tags of the infrastructure configuration.'''
6955
+ '''The metadata tags to assign to the infrastructure configuration resource that Image Builder creates as output.'''
6956
6956
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
6957
6957
 
6958
6958
  @tags_raw.setter
@@ -6970,7 +6970,7 @@ class CfnInfrastructureConfiguration(
6970
6970
  def terminate_instance_on_failure(
6971
6971
  self,
6972
6972
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6973
- '''The terminate instance on failure configuration of the infrastructure configuration.'''
6973
+ '''The terminate instance on failure setting of the infrastructure configuration.'''
6974
6974
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "terminateInstanceOnFailure"))
6975
6975
 
6976
6976
  @terminate_instance_on_failure.setter
@@ -7348,7 +7348,7 @@ class CfnInfrastructureConfigurationProps:
7348
7348
  key_pair: typing.Optional[builtins.str] = None,
7349
7349
  logging: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfrastructureConfiguration.LoggingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
7350
7350
  placement: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfrastructureConfiguration.PlacementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
7351
- resource_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
7351
+ resource_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
7352
7352
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7353
7353
  sns_topic_arn: typing.Optional[builtins.str] = None,
7354
7354
  subnet_id: typing.Optional[builtins.str] = None,
@@ -7357,20 +7357,20 @@ class CfnInfrastructureConfigurationProps:
7357
7357
  ) -> None:
7358
7358
  '''Properties for defining a ``CfnInfrastructureConfiguration``.
7359
7359
 
7360
- :param instance_profile_name: The instance profile of the infrastructure configuration.
7360
+ :param instance_profile_name: The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
7361
7361
  :param name: The name of the infrastructure configuration.
7362
7362
  :param description: The description of the infrastructure configuration.
7363
- :param instance_metadata_options: The instance metadata option settings for the infrastructure configuration.
7364
- :param instance_types: The instance types of the infrastructure configuration.
7365
- :param key_pair: The Amazon EC2 key pair of the infrastructure configuration.
7366
- :param logging: The logging configuration defines where Image Builder uploads your logs.
7363
+ :param instance_metadata_options: The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
7364
+ :param instance_types: The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
7365
+ :param key_pair: The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
7366
+ :param logging: The logging configuration of the infrastructure configuration.
7367
7367
  :param placement: The instance placement settings that define where the instances that are launched from your image will run.
7368
- :param resource_tags: The tags attached to the resource created by Image Builder.
7369
- :param security_group_ids: The security group IDs of the infrastructure configuration.
7370
- :param sns_topic_arn: The Amazon Resource Name (ARN) of the SNS topic for the infrastructure configuration.
7371
- :param subnet_id: The subnet ID of the infrastructure configuration.
7372
- :param tags: The tags of the infrastructure configuration.
7373
- :param terminate_instance_on_failure: The terminate instance on failure configuration of the infrastructure configuration.
7368
+ :param resource_tags: The metadata tags to assign to the Amazon EC2 instance that Image Builder launches during the build process. Tags are formatted as key value pairs.
7369
+ :param security_group_ids: The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
7370
+ :param sns_topic_arn: The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications. .. epigraph:: EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.
7371
+ :param subnet_id: The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.
7372
+ :param tags: The metadata tags to assign to the infrastructure configuration resource that Image Builder creates as output. Tags are formatted as key value pairs.
7373
+ :param terminate_instance_on_failure: The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
7374
7374
 
7375
7375
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html
7376
7376
  :exampleMetadata: fixture=_generated
@@ -7464,7 +7464,7 @@ class CfnInfrastructureConfigurationProps:
7464
7464
 
7465
7465
  @builtins.property
7466
7466
  def instance_profile_name(self) -> builtins.str:
7467
- '''The instance profile of the infrastructure configuration.
7467
+ '''The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
7468
7468
 
7469
7469
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instanceprofilename
7470
7470
  '''
@@ -7495,7 +7495,7 @@ class CfnInfrastructureConfigurationProps:
7495
7495
  def instance_metadata_options(
7496
7496
  self,
7497
7497
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty]]:
7498
- '''The instance metadata option settings for the infrastructure configuration.
7498
+ '''The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
7499
7499
 
7500
7500
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instancemetadataoptions
7501
7501
  '''
@@ -7506,6 +7506,8 @@ class CfnInfrastructureConfigurationProps:
7506
7506
  def instance_types(self) -> typing.Optional[typing.List[builtins.str]]:
7507
7507
  '''The instance types of the infrastructure configuration.
7508
7508
 
7509
+ You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
7510
+
7509
7511
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-instancetypes
7510
7512
  '''
7511
7513
  result = self._values.get("instance_types")
@@ -7513,7 +7515,9 @@ class CfnInfrastructureConfigurationProps:
7513
7515
 
7514
7516
  @builtins.property
7515
7517
  def key_pair(self) -> typing.Optional[builtins.str]:
7516
- '''The Amazon EC2 key pair of the infrastructure configuration.
7518
+ '''The key pair of the infrastructure configuration.
7519
+
7520
+ You can use this to log on to and debug the instance used to create your image.
7517
7521
 
7518
7522
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-keypair
7519
7523
  '''
@@ -7524,7 +7528,7 @@ class CfnInfrastructureConfigurationProps:
7524
7528
  def logging(
7525
7529
  self,
7526
7530
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnInfrastructureConfiguration.LoggingProperty]]:
7527
- '''The logging configuration defines where Image Builder uploads your logs.
7531
+ '''The logging configuration of the infrastructure configuration.
7528
7532
 
7529
7533
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-logging
7530
7534
  '''
@@ -7545,17 +7549,19 @@ class CfnInfrastructureConfigurationProps:
7545
7549
  @builtins.property
7546
7550
  def resource_tags(
7547
7551
  self,
7548
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
7549
- '''The tags attached to the resource created by Image Builder.
7552
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
7553
+ '''The metadata tags to assign to the Amazon EC2 instance that Image Builder launches during the build process.
7554
+
7555
+ Tags are formatted as key value pairs.
7550
7556
 
7551
7557
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-resourcetags
7552
7558
  '''
7553
7559
  result = self._values.get("resource_tags")
7554
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
7560
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
7555
7561
 
7556
7562
  @builtins.property
7557
7563
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
7558
- '''The security group IDs of the infrastructure configuration.
7564
+ '''The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
7559
7565
 
7560
7566
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-securitygroupids
7561
7567
  '''
@@ -7564,7 +7570,11 @@ class CfnInfrastructureConfigurationProps:
7564
7570
 
7565
7571
  @builtins.property
7566
7572
  def sns_topic_arn(self) -> typing.Optional[builtins.str]:
7567
- '''The Amazon Resource Name (ARN) of the SNS topic for the infrastructure configuration.
7573
+ '''The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.
7574
+
7575
+ .. epigraph::
7576
+
7577
+ EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.
7568
7578
 
7569
7579
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-snstopicarn
7570
7580
  '''
@@ -7573,7 +7583,7 @@ class CfnInfrastructureConfigurationProps:
7573
7583
 
7574
7584
  @builtins.property
7575
7585
  def subnet_id(self) -> typing.Optional[builtins.str]:
7576
- '''The subnet ID of the infrastructure configuration.
7586
+ '''The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.
7577
7587
 
7578
7588
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-subnetid
7579
7589
  '''
@@ -7582,7 +7592,9 @@ class CfnInfrastructureConfigurationProps:
7582
7592
 
7583
7593
  @builtins.property
7584
7594
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
7585
- '''The tags of the infrastructure configuration.
7595
+ '''The metadata tags to assign to the infrastructure configuration resource that Image Builder creates as output.
7596
+
7597
+ Tags are formatted as key value pairs.
7586
7598
 
7587
7599
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-tags
7588
7600
  '''
@@ -7593,7 +7605,9 @@ class CfnInfrastructureConfigurationProps:
7593
7605
  def terminate_instance_on_failure(
7594
7606
  self,
7595
7607
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
7596
- '''The terminate instance on failure configuration of the infrastructure configuration.
7608
+ '''The terminate instance on failure setting of the infrastructure configuration.
7609
+
7610
+ Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
7597
7611
 
7598
7612
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html#cfn-imagebuilder-infrastructureconfiguration-terminateinstanceonfailure
7599
7613
  '''
@@ -7994,7 +8008,7 @@ class CfnLifecyclePolicy(
7994
8008
  last_launched: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLifecyclePolicy.LastLaunchedProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7995
8009
  regions: typing.Optional[typing.Sequence[builtins.str]] = None,
7996
8010
  shared_accounts: typing.Optional[typing.Sequence[builtins.str]] = None,
7997
- tag_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
8011
+ tag_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
7998
8012
  ) -> None:
7999
8013
  '''Defines criteria for AMIs that are excluded from lifecycle actions.
8000
8014
 
@@ -8088,13 +8102,13 @@ class CfnLifecyclePolicy(
8088
8102
  @builtins.property
8089
8103
  def tag_map(
8090
8104
  self,
8091
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
8105
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
8092
8106
  '''Lists tags that should be excluded from lifecycle actions for the AMIs that have them.
8093
8107
 
8094
8108
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-lifecyclepolicy-amiexclusionrules.html#cfn-imagebuilder-lifecyclepolicy-amiexclusionrules-tagmap
8095
8109
  '''
8096
8110
  result = self._values.get("tag_map")
8097
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
8111
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
8098
8112
 
8099
8113
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
8100
8114
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -8117,7 +8131,7 @@ class CfnLifecyclePolicy(
8117
8131
  self,
8118
8132
  *,
8119
8133
  amis: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLifecyclePolicy.AmiExclusionRulesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
8120
- tag_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
8134
+ tag_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
8121
8135
  ) -> None:
8122
8136
  '''Specifies resources that lifecycle policy actions should not apply to.
8123
8137
 
@@ -8175,13 +8189,13 @@ class CfnLifecyclePolicy(
8175
8189
  @builtins.property
8176
8190
  def tag_map(
8177
8191
  self,
8178
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
8192
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
8179
8193
  '''Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.
8180
8194
 
8181
8195
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-lifecyclepolicy-exclusionrules.html#cfn-imagebuilder-lifecyclepolicy-exclusionrules-tagmap
8182
8196
  '''
8183
8197
  result = self._values.get("tag_map")
8184
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
8198
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
8185
8199
 
8186
8200
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
8187
8201
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -8687,7 +8701,7 @@ class CfnLifecyclePolicy(
8687
8701
  self,
8688
8702
  *,
8689
8703
  recipes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLifecyclePolicy.RecipeSelectionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
8690
- tag_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
8704
+ tag_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
8691
8705
  ) -> None:
8692
8706
  '''Resource selection criteria for the lifecycle policy.
8693
8707
 
@@ -8737,13 +8751,13 @@ class CfnLifecyclePolicy(
8737
8751
  @builtins.property
8738
8752
  def tag_map(
8739
8753
  self,
8740
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
8754
+ ) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
8741
8755
  '''A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.
8742
8756
 
8743
8757
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-lifecyclepolicy-resourceselection.html#cfn-imagebuilder-lifecyclepolicy-resourceselection-tagmap
8744
8758
  '''
8745
8759
  result = self._values.get("tag_map")
8746
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], result)
8760
+ return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
8747
8761
 
8748
8762
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
8749
8763
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -9817,7 +9831,7 @@ def _typecheckingstub__3e9679e68354d4ed7fd182e9633596a907a1b8af3224253b40b59ab4a
9817
9831
 
9818
9832
  def _typecheckingstub__78b16e4a7c76877b5dc3dc5bc7508b79d60aed5becf1610e01c5aba5acf7f818(
9819
9833
  *,
9820
- ami_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
9834
+ ami_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
9821
9835
  description: typing.Optional[builtins.str] = None,
9822
9836
  kms_key_id: typing.Optional[builtins.str] = None,
9823
9837
  launch_permission_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDistributionConfiguration.LaunchPermissionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -10413,7 +10427,7 @@ def _typecheckingstub__8df8a03094d1fe92963a315a657a78657df102ba9fbe66eda2c26bb8e
10413
10427
  key_pair: typing.Optional[builtins.str] = None,
10414
10428
  logging: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfrastructureConfiguration.LoggingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10415
10429
  placement: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfrastructureConfiguration.PlacementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10416
- resource_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
10430
+ resource_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
10417
10431
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
10418
10432
  sns_topic_arn: typing.Optional[builtins.str] = None,
10419
10433
  subnet_id: typing.Optional[builtins.str] = None,
@@ -10484,7 +10498,7 @@ def _typecheckingstub__ee5273f955052040314d788896b8d38dbd2dcdb1d6dce31f51de7b153
10484
10498
  pass
10485
10499
 
10486
10500
  def _typecheckingstub__b4e6c2bbdd440425ebe7067a9a03bf4079bbfef4001b7877cb6ce3dcd44c4cb0(
10487
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]],
10501
+ value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
10488
10502
  ) -> None:
10489
10503
  """Type checking stubs"""
10490
10504
  pass
@@ -10562,7 +10576,7 @@ def _typecheckingstub__cf8c493013f64742391c2bf93c7050f371ffeff0d9a35a3791f0b9fbb
10562
10576
  key_pair: typing.Optional[builtins.str] = None,
10563
10577
  logging: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfrastructureConfiguration.LoggingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10564
10578
  placement: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfrastructureConfiguration.PlacementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10565
- resource_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
10579
+ resource_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
10566
10580
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
10567
10581
  sns_topic_arn: typing.Optional[builtins.str] = None,
10568
10582
  subnet_id: typing.Optional[builtins.str] = None,
@@ -10662,7 +10676,7 @@ def _typecheckingstub__05134c25c9cdb0bbc6009541532ec2b9cbb483cc3413a7a624d12232b
10662
10676
  last_launched: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLifecyclePolicy.LastLaunchedProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10663
10677
  regions: typing.Optional[typing.Sequence[builtins.str]] = None,
10664
10678
  shared_accounts: typing.Optional[typing.Sequence[builtins.str]] = None,
10665
- tag_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
10679
+ tag_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
10666
10680
  ) -> None:
10667
10681
  """Type checking stubs"""
10668
10682
  pass
@@ -10670,7 +10684,7 @@ def _typecheckingstub__05134c25c9cdb0bbc6009541532ec2b9cbb483cc3413a7a624d12232b
10670
10684
  def _typecheckingstub__284c02a995f46d8f38f0f1c9b8aa842e2acafc4d2a0cd2a09a7ccfd618f97a70(
10671
10685
  *,
10672
10686
  amis: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLifecyclePolicy.AmiExclusionRulesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10673
- tag_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
10687
+ tag_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
10674
10688
  ) -> None:
10675
10689
  """Type checking stubs"""
10676
10690
  pass
@@ -10722,7 +10736,7 @@ def _typecheckingstub__16450d1b17b0ea545ae61c434c161a1873c39c7215299585bcf233621
10722
10736
  def _typecheckingstub__a50d1f1937c770dfb0439cdf4e09d340344cb42f76c244b1320fe680a4c4e82c(
10723
10737
  *,
10724
10738
  recipes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLifecyclePolicy.RecipeSelectionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
10725
- tag_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]] = None,
10739
+ tag_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
10726
10740
  ) -> None:
10727
10741
  """Type checking stubs"""
10728
10742
  pass