aws-cdk-lib 2.75.1__py3-none-any.whl → 2.76.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 (98) hide show
  1. aws_cdk/__init__.py +245 -259
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.75.1.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplifyuibuilder/__init__.py +184 -216
  5. aws_cdk/aws_apigateway/__init__.py +95 -148
  6. aws_cdk/aws_appconfig/__init__.py +8 -4
  7. aws_cdk/aws_appflow/__init__.py +27 -52
  8. aws_cdk/aws_appmesh/__init__.py +91 -200
  9. aws_cdk/aws_apprunner/__init__.py +4 -16
  10. aws_cdk/aws_appstream/__init__.py +18 -82
  11. aws_cdk/aws_athena/__init__.py +18 -32
  12. aws_cdk/aws_backup/__init__.py +48 -86
  13. aws_cdk/aws_billingconductor/__init__.py +12 -7
  14. aws_cdk/aws_budgets/__init__.py +8 -17
  15. aws_cdk/aws_certificatemanager/__init__.py +7 -4
  16. aws_cdk/aws_cloudfront/__init__.py +14 -11
  17. aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
  18. aws_cdk/aws_cloudtrail/__init__.py +7 -10
  19. aws_cdk/aws_cloudwatch/__init__.py +63 -35
  20. aws_cdk/aws_codebuild/__init__.py +10 -13
  21. aws_cdk/aws_codecommit/__init__.py +0 -1
  22. aws_cdk/aws_codedeploy/__init__.py +165 -162
  23. aws_cdk/aws_codepipeline/__init__.py +0 -4
  24. aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
  25. aws_cdk/aws_cognito/__init__.py +195 -100
  26. aws_cdk/aws_config/__init__.py +28 -51
  27. aws_cdk/aws_connectcampaigns/__init__.py +5 -6
  28. aws_cdk/aws_databrew/__init__.py +5 -6
  29. aws_cdk/aws_dlm/__init__.py +33 -71
  30. aws_cdk/aws_docdb/__init__.py +20 -76
  31. aws_cdk/aws_dynamodb/__init__.py +7 -14
  32. aws_cdk/aws_ec2/__init__.py +1846 -421
  33. aws_cdk/aws_ecr/__init__.py +1 -2
  34. aws_cdk/aws_ecr_assets/__init__.py +27 -14
  35. aws_cdk/aws_ecs/__init__.py +241 -111
  36. aws_cdk/aws_ecs_patterns/__init__.py +13 -11
  37. aws_cdk/aws_eks/__init__.py +13 -8
  38. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
  39. aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
  40. aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
  41. aws_cdk/aws_elasticsearch/__init__.py +0 -7
  42. aws_cdk/aws_emr/__init__.py +7 -16
  43. aws_cdk/aws_emrserverless/__init__.py +14 -18
  44. aws_cdk/aws_events/__init__.py +33 -29
  45. aws_cdk/aws_events_targets/__init__.py +248 -89
  46. aws_cdk/aws_frauddetector/__init__.py +3 -4
  47. aws_cdk/aws_fsx/__init__.py +13 -7
  48. aws_cdk/aws_gamelift/__init__.py +11 -20
  49. aws_cdk/aws_iam/__init__.py +21 -25
  50. aws_cdk/aws_imagebuilder/__init__.py +58 -80
  51. aws_cdk/aws_iot/__init__.py +16 -10
  52. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
  53. aws_cdk/aws_iotevents/__init__.py +6 -4
  54. aws_cdk/aws_iotfleetwise/__init__.py +27 -40
  55. aws_cdk/aws_iotsitewise/__init__.py +8 -5
  56. aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
  57. aws_cdk/aws_lambda/__init__.py +59 -48
  58. aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
  59. aws_cdk/aws_logs/__init__.py +5 -7
  60. aws_cdk/aws_macie/__init__.py +22 -15
  61. aws_cdk/aws_mediaconnect/__init__.py +5 -8
  62. aws_cdk/aws_medialive/__init__.py +2 -4
  63. aws_cdk/aws_mediapackage/__init__.py +9 -18
  64. aws_cdk/aws_memorydb/__init__.py +5 -10
  65. aws_cdk/aws_mwaa/__init__.py +8 -4
  66. aws_cdk/aws_nimblestudio/__init__.py +25 -45
  67. aws_cdk/aws_opensearchservice/__init__.py +0 -1
  68. aws_cdk/aws_panorama/__init__.py +11 -12
  69. aws_cdk/aws_personalize/__init__.py +46 -72
  70. aws_cdk/aws_pinpoint/__init__.py +36 -65
  71. aws_cdk/aws_quicksight/__init__.py +9972 -13374
  72. aws_cdk/aws_rds/__init__.py +23 -22
  73. aws_cdk/aws_route53/__init__.py +8 -16
  74. aws_cdk/aws_route53_targets/__init__.py +2 -4
  75. aws_cdk/aws_s3/__init__.py +25 -85
  76. aws_cdk/aws_s3_notifications/__init__.py +0 -3
  77. aws_cdk/aws_sagemaker/__init__.py +6 -2
  78. aws_cdk/aws_secretsmanager/__init__.py +17 -14
  79. aws_cdk/aws_servicecatalog/__init__.py +58 -82
  80. aws_cdk/aws_servicediscovery/__init__.py +4 -6
  81. aws_cdk/aws_ses/__init__.py +21 -34
  82. aws_cdk/aws_sns/__init__.py +4 -8
  83. aws_cdk/aws_ssm/__init__.py +19 -23
  84. aws_cdk/aws_ssmcontacts/__init__.py +10 -6
  85. aws_cdk/aws_stepfunctions/__init__.py +3 -12
  86. aws_cdk/aws_stepfunctions_tasks/__init__.py +7 -12
  87. aws_cdk/aws_timestream/__init__.py +22 -28
  88. aws_cdk/aws_xray/__init__.py +15 -22
  89. aws_cdk/cloud_assembly_schema/__init__.py +14 -6
  90. aws_cdk/custom_resources/__init__.py +2 -3
  91. aws_cdk/pipelines/__init__.py +84 -134
  92. aws_cdk/triggers/__init__.py +46 -61
  93. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
  94. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +98 -98
  95. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
  96. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
  97. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
  98. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
@@ -1071,7 +1071,7 @@ class CfnContainerRecipe(
1071
1071
  '''Configuration details of the component.
1072
1072
 
1073
1073
  :param component_arn: The Amazon Resource Name (ARN) of the component.
1074
- :param parameters: A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
1074
+ :param parameters: ``CfnContainerRecipe.ComponentConfigurationProperty.Parameters``.
1075
1075
 
1076
1076
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentconfiguration.html
1077
1077
  :exampleMetadata: fixture=_generated
@@ -1113,7 +1113,7 @@ class CfnContainerRecipe(
1113
1113
  def parameters(
1114
1114
  self,
1115
1115
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnContainerRecipe.ComponentParameterProperty"]]]]:
1116
- '''A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
1116
+ '''``CfnContainerRecipe.ComponentConfigurationProperty.Parameters``.
1117
1117
 
1118
1118
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentconfiguration.html#cfn-imagebuilder-containerrecipe-componentconfiguration-parameters
1119
1119
  '''
@@ -1143,10 +1143,9 @@ class CfnContainerRecipe(
1143
1143
  name: builtins.str,
1144
1144
  value: typing.Sequence[builtins.str],
1145
1145
  ) -> None:
1146
- '''Contains a key/value pair that sets the named component parameter.
1147
-
1148
- :param name: The name of the component parameter to set.
1149
- :param value: Sets the value for the named component parameter.
1146
+ '''
1147
+ :param name: ``CfnContainerRecipe.ComponentParameterProperty.Name``.
1148
+ :param value: ``CfnContainerRecipe.ComponentParameterProperty.Value``.
1150
1149
 
1151
1150
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentparameter.html
1152
1151
  :exampleMetadata: fixture=_generated
@@ -1173,7 +1172,7 @@ class CfnContainerRecipe(
1173
1172
 
1174
1173
  @builtins.property
1175
1174
  def name(self) -> builtins.str:
1176
- '''The name of the component parameter to set.
1175
+ '''``CfnContainerRecipe.ComponentParameterProperty.Name``.
1177
1176
 
1178
1177
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentparameter.html#cfn-imagebuilder-containerrecipe-componentparameter-name
1179
1178
  '''
@@ -1183,7 +1182,7 @@ class CfnContainerRecipe(
1183
1182
 
1184
1183
  @builtins.property
1185
1184
  def value(self) -> typing.List[builtins.str]:
1186
- '''Sets the value for the named component parameter.
1185
+ '''``CfnContainerRecipe.ComponentParameterProperty.Value``.
1187
1186
 
1188
1187
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentparameter.html#cfn-imagebuilder-containerrecipe-componentparameter-value
1189
1188
  '''
@@ -2471,7 +2470,7 @@ class CfnDistributionConfiguration(
2471
2470
  :param region: The target Region for the Distribution Configuration. For example, ``eu-west-1`` .
2472
2471
  :param ami_distribution_configuration: The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
2473
2472
  :param container_distribution_configuration: Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
2474
- :param fast_launch_configurations: The Windows faster-launching configurations to use for AMI distribution.
2473
+ :param fast_launch_configurations: ``CfnDistributionConfiguration.DistributionProperty.FastLaunchConfigurations``.
2475
2474
  :param launch_template_configurations: A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
2476
2475
  :param license_configuration_arns: The License Manager Configuration to associate with the AMI in the specified Region. For more information, see the `LicenseConfiguration API <https://docs.aws.amazon.com/license-manager/latest/APIReference/API_LicenseConfiguration.html>`_ .
2477
2476
 
@@ -2574,7 +2573,7 @@ class CfnDistributionConfiguration(
2574
2573
  def fast_launch_configurations(
2575
2574
  self,
2576
2575
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDistributionConfiguration.FastLaunchConfigurationProperty"]]]]:
2577
- '''The Windows faster-launching configurations to use for AMI distribution.
2576
+ '''``CfnDistributionConfiguration.DistributionProperty.FastLaunchConfigurations``.
2578
2577
 
2579
2578
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-distribution.html#cfn-imagebuilder-distributionconfiguration-distribution-fastlaunchconfigurations
2580
2579
  '''
@@ -2637,13 +2636,12 @@ class CfnDistributionConfiguration(
2637
2636
  max_parallel_launches: typing.Optional[jsii.Number] = None,
2638
2637
  snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2639
2638
  ) -> None:
2640
- '''Define and configure faster launching for output Windows AMIs.
2641
-
2642
- :param account_id: The owner account ID for the fast-launch enabled Windows AMI.
2643
- :param enabled: A Boolean that represents the current state of faster launching for the Windows AMI. Set to ``true`` to start using Windows faster launching, or ``false`` to stop using it.
2644
- :param launch_template: The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
2645
- :param max_parallel_launches: The maximum number of parallel instances that are launched for creating resources.
2646
- :param snapshot_configuration: Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
2639
+ '''
2640
+ :param account_id: ``CfnDistributionConfiguration.FastLaunchConfigurationProperty.AccountId``.
2641
+ :param enabled: ``CfnDistributionConfiguration.FastLaunchConfigurationProperty.Enabled``.
2642
+ :param launch_template: ``CfnDistributionConfiguration.FastLaunchConfigurationProperty.LaunchTemplate``.
2643
+ :param max_parallel_launches: ``CfnDistributionConfiguration.FastLaunchConfigurationProperty.MaxParallelLaunches``.
2644
+ :param snapshot_configuration: ``CfnDistributionConfiguration.FastLaunchConfigurationProperty.SnapshotConfiguration``.
2647
2645
 
2648
2646
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchconfiguration.html
2649
2647
  :exampleMetadata: fixture=_generated
@@ -2689,7 +2687,7 @@ class CfnDistributionConfiguration(
2689
2687
 
2690
2688
  @builtins.property
2691
2689
  def account_id(self) -> typing.Optional[builtins.str]:
2692
- '''The owner account ID for the fast-launch enabled Windows AMI.
2690
+ '''``CfnDistributionConfiguration.FastLaunchConfigurationProperty.AccountId``.
2693
2691
 
2694
2692
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchconfiguration-accountid
2695
2693
  '''
@@ -2700,9 +2698,7 @@ class CfnDistributionConfiguration(
2700
2698
  def enabled(
2701
2699
  self,
2702
2700
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2703
- '''A Boolean that represents the current state of faster launching for the Windows AMI.
2704
-
2705
- Set to ``true`` to start using Windows faster launching, or ``false`` to stop using it.
2701
+ '''``CfnDistributionConfiguration.FastLaunchConfigurationProperty.Enabled``.
2706
2702
 
2707
2703
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchconfiguration-enabled
2708
2704
  '''
@@ -2713,7 +2709,7 @@ class CfnDistributionConfiguration(
2713
2709
  def launch_template(
2714
2710
  self,
2715
2711
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty"]]:
2716
- '''The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
2712
+ '''``CfnDistributionConfiguration.FastLaunchConfigurationProperty.LaunchTemplate``.
2717
2713
 
2718
2714
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchconfiguration-launchtemplate
2719
2715
  '''
@@ -2722,7 +2718,7 @@ class CfnDistributionConfiguration(
2722
2718
 
2723
2719
  @builtins.property
2724
2720
  def max_parallel_launches(self) -> typing.Optional[jsii.Number]:
2725
- '''The maximum number of parallel instances that are launched for creating resources.
2721
+ '''``CfnDistributionConfiguration.FastLaunchConfigurationProperty.MaxParallelLaunches``.
2726
2722
 
2727
2723
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchconfiguration-maxparallellaunches
2728
2724
  '''
@@ -2733,7 +2729,7 @@ class CfnDistributionConfiguration(
2733
2729
  def snapshot_configuration(
2734
2730
  self,
2735
2731
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty"]]:
2736
- '''Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
2732
+ '''``CfnDistributionConfiguration.FastLaunchConfigurationProperty.SnapshotConfiguration``.
2737
2733
 
2738
2734
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchconfiguration-snapshotconfiguration
2739
2735
  '''
@@ -2768,15 +2764,10 @@ class CfnDistributionConfiguration(
2768
2764
  launch_template_name: typing.Optional[builtins.str] = None,
2769
2765
  launch_template_version: typing.Optional[builtins.str] = None,
2770
2766
  ) -> None:
2771
- '''Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.
2772
-
2773
- .. epigraph::
2774
-
2775
- You can specify either the ``launchTemplateName`` or the ``launchTemplateId`` , but not both.
2776
-
2777
- :param launch_template_id: The ID of the launch template to use for faster launching for a Windows AMI.
2778
- :param launch_template_name: The name of the launch template to use for faster launching for a Windows AMI.
2779
- :param launch_template_version: The version of the launch template to use for faster launching for a Windows AMI.
2767
+ '''
2768
+ :param launch_template_id: ``CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateId``.
2769
+ :param launch_template_name: ``CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateName``.
2770
+ :param launch_template_version: ``CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateVersion``.
2780
2771
 
2781
2772
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html
2782
2773
  :exampleMetadata: fixture=_generated
@@ -2808,7 +2799,7 @@ class CfnDistributionConfiguration(
2808
2799
 
2809
2800
  @builtins.property
2810
2801
  def launch_template_id(self) -> typing.Optional[builtins.str]:
2811
- '''The ID of the launch template to use for faster launching for a Windows AMI.
2802
+ '''``CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateId``.
2812
2803
 
2813
2804
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html#cfn-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification-launchtemplateid
2814
2805
  '''
@@ -2817,7 +2808,7 @@ class CfnDistributionConfiguration(
2817
2808
 
2818
2809
  @builtins.property
2819
2810
  def launch_template_name(self) -> typing.Optional[builtins.str]:
2820
- '''The name of the launch template to use for faster launching for a Windows AMI.
2811
+ '''``CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateName``.
2821
2812
 
2822
2813
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html#cfn-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification-launchtemplatename
2823
2814
  '''
@@ -2826,7 +2817,7 @@ class CfnDistributionConfiguration(
2826
2817
 
2827
2818
  @builtins.property
2828
2819
  def launch_template_version(self) -> typing.Optional[builtins.str]:
2829
- '''The version of the launch template to use for faster launching for a Windows AMI.
2820
+ '''``CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateVersion``.
2830
2821
 
2831
2822
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html#cfn-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification-launchtemplateversion
2832
2823
  '''
@@ -2855,9 +2846,8 @@ class CfnDistributionConfiguration(
2855
2846
  *,
2856
2847
  target_resource_count: typing.Optional[jsii.Number] = None,
2857
2848
  ) -> None:
2858
- '''Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
2859
-
2860
- :param target_resource_count: The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
2849
+ '''
2850
+ :param target_resource_count: ``CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount``.
2861
2851
 
2862
2852
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchsnapshotconfiguration.html
2863
2853
  :exampleMetadata: fixture=_generated
@@ -2881,7 +2871,7 @@ class CfnDistributionConfiguration(
2881
2871
 
2882
2872
  @builtins.property
2883
2873
  def target_resource_count(self) -> typing.Optional[jsii.Number]:
2884
- '''The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
2874
+ '''``CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount``.
2885
2875
 
2886
2876
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchsnapshotconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchsnapshotconfiguration-targetresourcecount
2887
2877
  '''
@@ -3385,7 +3375,7 @@ class CfnImage(
3385
3375
  :param distribution_configuration_arn: The Amazon Resource Name (ARN) of the distribution configuration.
3386
3376
  :param enhanced_image_metadata_enabled: Indicates whether Image Builder collects additional information about the image, such as the operating system (OS) version and package list.
3387
3377
  :param image_recipe_arn: The Amazon Resource Name (ARN) of the image recipe.
3388
- :param image_scanning_configuration: Contains settings for vulnerability scans.
3378
+ :param image_scanning_configuration: ``AWS::ImageBuilder::Image.ImageScanningConfiguration``.
3389
3379
  :param image_tests_configuration: The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
3390
3380
  :param tags: The tags of the image.
3391
3381
  '''
@@ -3585,7 +3575,7 @@ class CfnImage(
3585
3575
  def image_scanning_configuration(
3586
3576
  self,
3587
3577
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.ImageScanningConfigurationProperty"]]:
3588
- '''Contains settings for vulnerability scans.
3578
+ '''``AWS::ImageBuilder::Image.ImageScanningConfiguration``.
3589
3579
 
3590
3580
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagescanningconfiguration
3591
3581
  '''
@@ -3637,10 +3627,9 @@ class CfnImage(
3637
3627
  container_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
3638
3628
  repository_name: typing.Optional[builtins.str] = None,
3639
3629
  ) -> None:
3640
- '''Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
3641
-
3642
- :param container_tags: Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.
3643
- :param repository_name: The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named ``image-builder-image-scanning-repository`` for vulnerability scans of your output container images.
3630
+ '''
3631
+ :param container_tags: ``CfnImage.EcrConfigurationProperty.ContainerTags``.
3632
+ :param repository_name: ``CfnImage.EcrConfigurationProperty.RepositoryName``.
3644
3633
 
3645
3634
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html
3646
3635
  :exampleMetadata: fixture=_generated
@@ -3668,9 +3657,7 @@ class CfnImage(
3668
3657
 
3669
3658
  @builtins.property
3670
3659
  def container_tags(self) -> typing.Optional[typing.List[builtins.str]]:
3671
- '''Tags for Image Builder to apply to the output container image that &INS;
3672
-
3673
- scans. Tags can help you identify and manage your scanned images.
3660
+ '''``CfnImage.EcrConfigurationProperty.ContainerTags``.
3674
3661
 
3675
3662
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html#cfn-imagebuilder-image-ecrconfiguration-containertags
3676
3663
  '''
@@ -3679,9 +3666,7 @@ class CfnImage(
3679
3666
 
3680
3667
  @builtins.property
3681
3668
  def repository_name(self) -> typing.Optional[builtins.str]:
3682
- '''The name of the container repository that Amazon Inspector scans to identify findings for your container images.
3683
-
3684
- The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named ``image-builder-image-scanning-repository`` for vulnerability scans of your output container images.
3669
+ '''``CfnImage.EcrConfigurationProperty.RepositoryName``.
3685
3670
 
3686
3671
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html#cfn-imagebuilder-image-ecrconfiguration-repositoryname
3687
3672
  '''
@@ -3714,10 +3699,9 @@ class CfnImage(
3714
3699
  ecr_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.EcrConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3715
3700
  image_scanning_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3716
3701
  ) -> None:
3717
- '''Contains settings for Image Builder image resource and container image scans.
3718
-
3719
- :param ecr_configuration: Contains Amazon ECR settings for vulnerability scans.
3720
- :param image_scanning_enabled: A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
3702
+ '''
3703
+ :param ecr_configuration: ``CfnImage.ImageScanningConfigurationProperty.EcrConfiguration``.
3704
+ :param image_scanning_enabled: ``CfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled``.
3721
3705
 
3722
3706
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html
3723
3707
  :exampleMetadata: fixture=_generated
@@ -3750,7 +3734,7 @@ class CfnImage(
3750
3734
  def ecr_configuration(
3751
3735
  self,
3752
3736
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.EcrConfigurationProperty"]]:
3753
- '''Contains Amazon ECR settings for vulnerability scans.
3737
+ '''``CfnImage.ImageScanningConfigurationProperty.EcrConfiguration``.
3754
3738
 
3755
3739
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html#cfn-imagebuilder-image-imagescanningconfiguration-ecrconfiguration
3756
3740
  '''
@@ -3761,7 +3745,7 @@ class CfnImage(
3761
3745
  def image_scanning_enabled(
3762
3746
  self,
3763
3747
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3764
- '''A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
3748
+ '''``CfnImage.ImageScanningConfigurationProperty.ImageScanningEnabled``.
3765
3749
 
3766
3750
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html#cfn-imagebuilder-image-imagescanningconfiguration-imagescanningenabled
3767
3751
  '''
@@ -3944,7 +3928,7 @@ class CfnImagePipeline(
3944
3928
  :param distribution_configuration_arn: The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
3945
3929
  :param enhanced_image_metadata_enabled: Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
3946
3930
  :param image_recipe_arn: The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
3947
- :param image_scanning_configuration: Contains settings for vulnerability scans.
3931
+ :param image_scanning_configuration: ``AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration``.
3948
3932
  :param image_tests_configuration: The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
3949
3933
  :param schedule: The schedule of the image pipeline. A schedule configures how often and when a pipeline automatically creates a new image.
3950
3934
  :param status: The status of the image pipeline.
@@ -4162,7 +4146,7 @@ class CfnImagePipeline(
4162
4146
  def image_scanning_configuration(
4163
4147
  self,
4164
4148
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.ImageScanningConfigurationProperty"]]:
4165
- '''Contains settings for vulnerability scans.
4149
+ '''``AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration``.
4166
4150
 
4167
4151
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration
4168
4152
  '''
@@ -4253,10 +4237,9 @@ class CfnImagePipeline(
4253
4237
  container_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
4254
4238
  repository_name: typing.Optional[builtins.str] = None,
4255
4239
  ) -> None:
4256
- '''Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
4257
-
4258
- :param container_tags: Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.
4259
- :param repository_name: The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named ``image-builder-image-scanning-repository`` for vulnerability scans of your output container images.
4240
+ '''
4241
+ :param container_tags: ``CfnImagePipeline.EcrConfigurationProperty.ContainerTags``.
4242
+ :param repository_name: ``CfnImagePipeline.EcrConfigurationProperty.RepositoryName``.
4260
4243
 
4261
4244
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html
4262
4245
  :exampleMetadata: fixture=_generated
@@ -4284,9 +4267,7 @@ class CfnImagePipeline(
4284
4267
 
4285
4268
  @builtins.property
4286
4269
  def container_tags(self) -> typing.Optional[typing.List[builtins.str]]:
4287
- '''Tags for Image Builder to apply to the output container image that &INS;
4288
-
4289
- scans. Tags can help you identify and manage your scanned images.
4270
+ '''``CfnImagePipeline.EcrConfigurationProperty.ContainerTags``.
4290
4271
 
4291
4272
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html#cfn-imagebuilder-imagepipeline-ecrconfiguration-containertags
4292
4273
  '''
@@ -4295,9 +4276,7 @@ class CfnImagePipeline(
4295
4276
 
4296
4277
  @builtins.property
4297
4278
  def repository_name(self) -> typing.Optional[builtins.str]:
4298
- '''The name of the container repository that Amazon Inspector scans to identify findings for your container images.
4299
-
4300
- The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named ``image-builder-image-scanning-repository`` for vulnerability scans of your output container images.
4279
+ '''``CfnImagePipeline.EcrConfigurationProperty.RepositoryName``.
4301
4280
 
4302
4281
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html#cfn-imagebuilder-imagepipeline-ecrconfiguration-repositoryname
4303
4282
  '''
@@ -4330,10 +4309,9 @@ class CfnImagePipeline(
4330
4309
  ecr_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.EcrConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4331
4310
  image_scanning_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
4332
4311
  ) -> None:
4333
- '''Contains settings for Image Builder image resource and container image scans.
4334
-
4335
- :param ecr_configuration: Contains Amazon ECR settings for vulnerability scans.
4336
- :param image_scanning_enabled: A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
4312
+ '''
4313
+ :param ecr_configuration: ``CfnImagePipeline.ImageScanningConfigurationProperty.EcrConfiguration``.
4314
+ :param image_scanning_enabled: ``CfnImagePipeline.ImageScanningConfigurationProperty.ImageScanningEnabled``.
4337
4315
 
4338
4316
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html
4339
4317
  :exampleMetadata: fixture=_generated
@@ -4366,7 +4344,7 @@ class CfnImagePipeline(
4366
4344
  def ecr_configuration(
4367
4345
  self,
4368
4346
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.EcrConfigurationProperty"]]:
4369
- '''Contains Amazon ECR settings for vulnerability scans.
4347
+ '''``CfnImagePipeline.ImageScanningConfigurationProperty.EcrConfiguration``.
4370
4348
 
4371
4349
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration-ecrconfiguration
4372
4350
  '''
@@ -4377,7 +4355,7 @@ class CfnImagePipeline(
4377
4355
  def image_scanning_enabled(
4378
4356
  self,
4379
4357
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
4380
- '''A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
4358
+ '''``CfnImagePipeline.ImageScanningConfigurationProperty.ImageScanningEnabled``.
4381
4359
 
4382
4360
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration-imagescanningenabled
4383
4361
  '''
@@ -4600,7 +4578,7 @@ class CfnImagePipelineProps:
4600
4578
  :param distribution_configuration_arn: The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
4601
4579
  :param enhanced_image_metadata_enabled: Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
4602
4580
  :param image_recipe_arn: The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
4603
- :param image_scanning_configuration: Contains settings for vulnerability scans.
4581
+ :param image_scanning_configuration: ``AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration``.
4604
4582
  :param image_tests_configuration: The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
4605
4583
  :param schedule: The schedule of the image pipeline. A schedule configures how often and when a pipeline automatically creates a new image.
4606
4584
  :param status: The status of the image pipeline.
@@ -4758,7 +4736,7 @@ class CfnImagePipelineProps:
4758
4736
  def image_scanning_configuration(
4759
4737
  self,
4760
4738
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnImagePipeline.ImageScanningConfigurationProperty]]:
4761
- '''Contains settings for vulnerability scans.
4739
+ '''``AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration``.
4762
4740
 
4763
4741
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration
4764
4742
  '''
@@ -4853,7 +4831,7 @@ class CfnImageProps:
4853
4831
  :param distribution_configuration_arn: The Amazon Resource Name (ARN) of the distribution configuration.
4854
4832
  :param enhanced_image_metadata_enabled: Indicates whether Image Builder collects additional information about the image, such as the operating system (OS) version and package list.
4855
4833
  :param image_recipe_arn: The Amazon Resource Name (ARN) of the image recipe.
4856
- :param image_scanning_configuration: Contains settings for vulnerability scans.
4834
+ :param image_scanning_configuration: ``AWS::ImageBuilder::Image.ImageScanningConfiguration``.
4857
4835
  :param image_tests_configuration: The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
4858
4836
  :param tags: The tags of the image.
4859
4837
 
@@ -4970,7 +4948,7 @@ class CfnImageProps:
4970
4948
  def image_scanning_configuration(
4971
4949
  self,
4972
4950
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnImage.ImageScanningConfigurationProperty]]:
4973
- '''Contains settings for vulnerability scans.
4951
+ '''``AWS::ImageBuilder::Image.ImageScanningConfiguration``.
4974
4952
 
4975
4953
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagescanningconfiguration
4976
4954
  '''
@@ -1109,7 +1109,7 @@ class CfnAuthorizer(
1109
1109
  :param id: - scoped id of the resource.
1110
1110
  :param authorizer_function_arn: The authorizer's Lambda function ARN.
1111
1111
  :param authorizer_name: The authorizer name.
1112
- :param enable_caching_for_http: ``AWS::IoT::Authorizer.EnableCachingForHttp``.
1112
+ :param enable_caching_for_http: When ``true`` , the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections. The results are cached for the time specified by the Lambda function in ``refreshAfterInSeconds`` . This value doesn't affect authorization of clients that use MQTT connections.
1113
1113
  :param signing_disabled: Specifies whether AWS IoT validates the token signature in an authorization request.
1114
1114
  :param status: The status of the authorizer. Valid values: ``ACTIVE`` | ``INACTIVE``
1115
1115
  :param tags: Metadata which can be used to manage the custom authorizer. .. epigraph:: For URI Request parameters use format: ...key1=value1&key2=value2... For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
@@ -1231,7 +1231,9 @@ class CfnAuthorizer(
1231
1231
  def enable_caching_for_http(
1232
1232
  self,
1233
1233
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1234
- '''``AWS::IoT::Authorizer.EnableCachingForHttp``.
1234
+ '''When ``true`` , the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections.
1235
+
1236
+ The results are cached for the time specified by the Lambda function in ``refreshAfterInSeconds`` . This value doesn't affect authorization of clients that use MQTT connections.
1235
1237
 
1236
1238
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-authorizer.html#cfn-iot-authorizer-enablecachingforhttp
1237
1239
  '''
@@ -1355,7 +1357,7 @@ class CfnAuthorizerProps:
1355
1357
 
1356
1358
  :param authorizer_function_arn: The authorizer's Lambda function ARN.
1357
1359
  :param authorizer_name: The authorizer name.
1358
- :param enable_caching_for_http: ``AWS::IoT::Authorizer.EnableCachingForHttp``.
1360
+ :param enable_caching_for_http: When ``true`` , the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections. The results are cached for the time specified by the Lambda function in ``refreshAfterInSeconds`` . This value doesn't affect authorization of clients that use MQTT connections.
1359
1361
  :param signing_disabled: Specifies whether AWS IoT validates the token signature in an authorization request.
1360
1362
  :param status: The status of the authorizer. Valid values: ``ACTIVE`` | ``INACTIVE``
1361
1363
  :param tags: Metadata which can be used to manage the custom authorizer. .. epigraph:: For URI Request parameters use format: ...key1=value1&key2=value2... For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
@@ -1440,7 +1442,9 @@ class CfnAuthorizerProps:
1440
1442
  def enable_caching_for_http(
1441
1443
  self,
1442
1444
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1443
- '''``AWS::IoT::Authorizer.EnableCachingForHttp``.
1445
+ '''When ``true`` , the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections.
1446
+
1447
+ The results are cached for the time specified by the Lambda function in ``refreshAfterInSeconds`` . This value doesn't affect authorization of clients that use MQTT connections.
1444
1448
 
1445
1449
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-authorizer.html#cfn-iot-authorizer-enablecachingforhttp
1446
1450
  '''
@@ -5165,7 +5169,7 @@ class CfnJobTemplate(
5165
5169
  ) -> None:
5166
5170
  '''Configuration for pre-signed S3 URLs.
5167
5171
 
5168
- :param role_arn: The ARN of an IAM role that grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files. .. epigraph:: For information about addressing the confused deputy problem, see `cross-service confused deputy prevention <https://docs.aws.amazon.com/iot/latest/developerguide/cross-service-confused-deputy-prevention.html>`_ in the *AWS IoT Core developer guide* .
5172
+ :param role_arn: The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files. .. epigraph:: For information about addressing the confused deputy problem, see `cross-service confused deputy prevention <https://docs.aws.amazon.com/iot/latest/developerguide/cross-service-confused-deputy-prevention.html>`_ in the *AWS IoT Core developer guide* .
5169
5173
  :param expires_in_sec: How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 3600 seconds. Pre-signed URLs are generated when Jobs receives an MQTT request for the job document.
5170
5174
 
5171
5175
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-jobtemplate-presignedurlconfig.html
@@ -5196,7 +5200,7 @@ class CfnJobTemplate(
5196
5200
 
5197
5201
  @builtins.property
5198
5202
  def role_arn(self) -> builtins.str:
5199
- '''The ARN of an IAM role that grants permission to download files from the S3 bucket where the job data/updates are stored.
5203
+ '''The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored.
5200
5204
 
5201
5205
  The role must also grant permission for IoT to download the files.
5202
5206
  .. epigraph::
@@ -10095,7 +10099,8 @@ class CfnThing(
10095
10099
  @builtins.property
10096
10100
  @jsii.member(jsii_name="attrArn")
10097
10101
  def attr_arn(self) -> builtins.str:
10098
- '''
10102
+ '''The Amazon Resource Name (ARN) of the AWS IoT thing, such as ``arn:aws:iot:us-east-2:123456789012:thing/MyThing`` .
10103
+
10099
10104
  :cloudformationAttribute: Arn
10100
10105
  '''
10101
10106
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -10103,7 +10108,8 @@ class CfnThing(
10103
10108
  @builtins.property
10104
10109
  @jsii.member(jsii_name="attrId")
10105
10110
  def attr_id(self) -> builtins.str:
10106
- '''
10111
+ '''The Id of this thing.
10112
+
10107
10113
  :cloudformationAttribute: Id
10108
10114
  '''
10109
10115
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -12157,7 +12163,7 @@ class CfnTopicRule(
12157
12163
 
12158
12164
  :param log_group_name: The CloudWatch log name.
12159
12165
  :param role_arn: The IAM role that allows access to the CloudWatch log.
12160
- :param batch_mode: ``CfnTopicRule.CloudwatchLogsActionProperty.BatchMode``.
12166
+ :param batch_mode: Indicates whether batches of log records will be extracted and uploaded into CloudWatch.
12161
12167
 
12162
12168
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchlogsaction.html
12163
12169
  :exampleMetadata: fixture=_generated
@@ -12212,7 +12218,7 @@ class CfnTopicRule(
12212
12218
  def batch_mode(
12213
12219
  self,
12214
12220
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
12215
- '''``CfnTopicRule.CloudwatchLogsActionProperty.BatchMode``.
12221
+ '''Indicates whether batches of log records will be extracted and uploaded into CloudWatch.
12216
12222
 
12217
12223
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-cloudwatchlogsaction.html#cfn-iot-topicrule-cloudwatchlogsaction-batchmode
12218
12224
  '''
@@ -239,12 +239,9 @@ class CfnSuiteDefinition(
239
239
  certificate_arn: typing.Optional[builtins.str] = None,
240
240
  thing_arn: typing.Optional[builtins.str] = None,
241
241
  ) -> None:
242
- '''Information of a test device.
243
-
244
- A thing ARN or a certificate ARN is required.
245
-
246
- :param certificate_arn: Lists devices certificate ARN.
247
- :param thing_arn: Lists devices thing ARN.
242
+ '''
243
+ :param certificate_arn: ``CfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn``.
244
+ :param thing_arn: ``CfnSuiteDefinition.DeviceUnderTestProperty.ThingArn``.
248
245
 
249
246
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html
250
247
  :exampleMetadata: fixture=_generated
@@ -272,7 +269,7 @@ class CfnSuiteDefinition(
272
269
 
273
270
  @builtins.property
274
271
  def certificate_arn(self) -> typing.Optional[builtins.str]:
275
- '''Lists devices certificate ARN.
272
+ '''``CfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn``.
276
273
 
277
274
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html#cfn-iotcoredeviceadvisor-suitedefinition-deviceundertest-certificatearn
278
275
  '''
@@ -281,7 +278,7 @@ class CfnSuiteDefinition(
281
278
 
282
279
  @builtins.property
283
280
  def thing_arn(self) -> typing.Optional[builtins.str]:
284
- '''Lists devices thing ARN.
281
+ '''``CfnSuiteDefinition.DeviceUnderTestProperty.ThingArn``.
285
282
 
286
283
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html#cfn-iotcoredeviceadvisor-suitedefinition-deviceundertest-thingarn
287
284
  '''
@@ -320,13 +317,12 @@ class CfnSuiteDefinition(
320
317
  intended_for_qualification: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
321
318
  suite_definition_name: typing.Optional[builtins.str] = None,
322
319
  ) -> None:
323
- '''Gets the suite definition configuration.
324
-
325
- :param device_permission_role_arn: Gets the device permission ARN. This is a required parameter.
326
- :param root_group: Gets the test suite root group. This is a required parameter.
327
- :param devices: Gets the devices configured.
328
- :param intended_for_qualification: Gets the tests intended for qualification in a suite.
329
- :param suite_definition_name: Gets the suite definition name. This is a required parameter.
320
+ '''
321
+ :param device_permission_role_arn: ``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.DevicePermissionRoleArn``.
322
+ :param root_group: ``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.RootGroup``.
323
+ :param devices: ``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.Devices``.
324
+ :param intended_for_qualification: ``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.IntendedForQualification``.
325
+ :param suite_definition_name: ``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.SuiteDefinitionName``.
330
326
 
331
327
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html
332
328
  :exampleMetadata: fixture=_generated
@@ -370,9 +366,7 @@ class CfnSuiteDefinition(
370
366
 
371
367
  @builtins.property
372
368
  def device_permission_role_arn(self) -> builtins.str:
373
- '''Gets the device permission ARN.
374
-
375
- This is a required parameter.
369
+ '''``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.DevicePermissionRoleArn``.
376
370
 
377
371
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-devicepermissionrolearn
378
372
  '''
@@ -382,9 +376,7 @@ class CfnSuiteDefinition(
382
376
 
383
377
  @builtins.property
384
378
  def root_group(self) -> builtins.str:
385
- '''Gets the test suite root group.
386
-
387
- This is a required parameter.
379
+ '''``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.RootGroup``.
388
380
 
389
381
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-rootgroup
390
382
  '''
@@ -396,7 +388,7 @@ class CfnSuiteDefinition(
396
388
  def devices(
397
389
  self,
398
390
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnSuiteDefinition.DeviceUnderTestProperty"]]]]:
399
- '''Gets the devices configured.
391
+ '''``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.Devices``.
400
392
 
401
393
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-devices
402
394
  '''
@@ -407,7 +399,7 @@ class CfnSuiteDefinition(
407
399
  def intended_for_qualification(
408
400
  self,
409
401
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
410
- '''Gets the tests intended for qualification in a suite.
402
+ '''``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.IntendedForQualification``.
411
403
 
412
404
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-intendedforqualification
413
405
  '''
@@ -416,9 +408,7 @@ class CfnSuiteDefinition(
416
408
 
417
409
  @builtins.property
418
410
  def suite_definition_name(self) -> typing.Optional[builtins.str]:
419
- '''Gets the suite definition name.
420
-
421
- This is a required parameter.
411
+ '''``CfnSuiteDefinition.SuiteDefinitionConfigurationProperty.SuiteDefinitionName``.
422
412
 
423
413
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-suitedefinitionname
424
414
  '''