aws-cdk-lib 2.73.0__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.
- aws_cdk/__init__.py +245 -259
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.73.0.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +182 -214
- aws_cdk/aws_apigateway/__init__.py +95 -148
- aws_cdk/aws_appconfig/__init__.py +8 -4
- aws_cdk/aws_appflow/__init__.py +27 -52
- aws_cdk/aws_appmesh/__init__.py +91 -200
- aws_cdk/aws_apprunner/__init__.py +4 -16
- aws_cdk/aws_appstream/__init__.py +18 -82
- aws_cdk/aws_athena/__init__.py +18 -32
- aws_cdk/aws_backup/__init__.py +48 -86
- aws_cdk/aws_batch/__init__.py +9 -2
- aws_cdk/aws_billingconductor/__init__.py +12 -7
- aws_cdk/aws_budgets/__init__.py +8 -17
- aws_cdk/aws_certificatemanager/__init__.py +7 -4
- aws_cdk/aws_cloudfront/__init__.py +14 -11
- aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
- aws_cdk/aws_cloudtrail/__init__.py +7 -14
- aws_cdk/aws_cloudwatch/__init__.py +63 -35
- aws_cdk/aws_codebuild/__init__.py +10 -13
- aws_cdk/aws_codecommit/__init__.py +0 -1
- aws_cdk/aws_codedeploy/__init__.py +165 -162
- aws_cdk/aws_codegurureviewer/__init__.py +4 -4
- aws_cdk/aws_codepipeline/__init__.py +0 -4
- aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
- aws_cdk/aws_cognito/__init__.py +195 -100
- aws_cdk/aws_config/__init__.py +28 -51
- aws_cdk/aws_connectcampaigns/__init__.py +5 -6
- aws_cdk/aws_databrew/__init__.py +5 -6
- aws_cdk/aws_dlm/__init__.py +33 -71
- aws_cdk/aws_docdb/__init__.py +20 -76
- aws_cdk/aws_dynamodb/__init__.py +29 -22
- aws_cdk/aws_ec2/__init__.py +2414 -603
- aws_cdk/aws_ecr/__init__.py +1 -2
- aws_cdk/aws_ecr_assets/__init__.py +27 -14
- aws_cdk/aws_ecs/__init__.py +458 -163
- aws_cdk/aws_ecs_patterns/__init__.py +13 -11
- aws_cdk/aws_eks/__init__.py +13 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
- aws_cdk/aws_elasticsearch/__init__.py +0 -7
- aws_cdk/aws_emr/__init__.py +7 -16
- aws_cdk/aws_emrserverless/__init__.py +14 -18
- aws_cdk/aws_events/__init__.py +33 -29
- aws_cdk/aws_events_targets/__init__.py +248 -89
- aws_cdk/aws_frauddetector/__init__.py +3 -4
- aws_cdk/aws_fsx/__init__.py +13 -7
- aws_cdk/aws_gamelift/__init__.py +11 -20
- aws_cdk/aws_grafana/__init__.py +4 -4
- aws_cdk/aws_iam/__init__.py +21 -25
- aws_cdk/aws_imagebuilder/__init__.py +58 -80
- aws_cdk/aws_internetmonitor/__init__.py +18 -10
- aws_cdk/aws_iot/__init__.py +16 -10
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
- aws_cdk/aws_iotevents/__init__.py +6 -4
- aws_cdk/aws_iotfleetwise/__init__.py +27 -40
- aws_cdk/aws_iotsitewise/__init__.py +8 -5
- aws_cdk/aws_iotwireless/__init__.py +14 -9
- aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
- aws_cdk/aws_lambda/__init__.py +76 -53
- aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
- aws_cdk/aws_logs/__init__.py +5 -7
- aws_cdk/aws_macie/__init__.py +28 -23
- aws_cdk/aws_mediaconnect/__init__.py +5 -8
- aws_cdk/aws_mediaconvert/__init__.py +2 -2
- aws_cdk/aws_medialive/__init__.py +2 -4
- aws_cdk/aws_mediapackage/__init__.py +9 -18
- aws_cdk/aws_memorydb/__init__.py +5 -10
- aws_cdk/aws_mwaa/__init__.py +8 -4
- aws_cdk/aws_neptune/__init__.py +4 -4
- aws_cdk/aws_networkfirewall/__init__.py +8 -4
- aws_cdk/aws_networkmanager/__init__.py +4 -4
- aws_cdk/aws_nimblestudio/__init__.py +25 -45
- aws_cdk/aws_opensearchservice/__init__.py +0 -1
- aws_cdk/aws_panorama/__init__.py +11 -12
- aws_cdk/aws_personalize/__init__.py +46 -72
- aws_cdk/aws_pinpoint/__init__.py +36 -65
- aws_cdk/aws_quicksight/__init__.py +9972 -13374
- aws_cdk/aws_rds/__init__.py +53 -22
- aws_cdk/aws_route53/__init__.py +8 -16
- aws_cdk/aws_route53_targets/__init__.py +2 -4
- aws_cdk/aws_s3/__init__.py +41 -90
- aws_cdk/aws_s3_notifications/__init__.py +0 -3
- aws_cdk/aws_sagemaker/__init__.py +16 -10
- aws_cdk/aws_secretsmanager/__init__.py +17 -14
- aws_cdk/aws_servicecatalog/__init__.py +60 -83
- aws_cdk/aws_servicediscovery/__init__.py +4 -6
- aws_cdk/aws_ses/__init__.py +734 -28
- aws_cdk/aws_sns/__init__.py +4 -8
- aws_cdk/aws_ssm/__init__.py +19 -23
- aws_cdk/aws_ssmcontacts/__init__.py +10 -6
- aws_cdk/aws_ssmincidents/__init__.py +2 -1
- aws_cdk/aws_sso/__init__.py +4 -4
- aws_cdk/aws_stepfunctions/__init__.py +6 -15
- aws_cdk/aws_stepfunctions_tasks/__init__.py +51 -24
- aws_cdk/aws_timestream/__init__.py +22 -28
- aws_cdk/aws_transfer/__init__.py +188 -86
- aws_cdk/aws_wafv2/__init__.py +54 -38
- aws_cdk/aws_xray/__init__.py +15 -22
- aws_cdk/cloud_assembly_schema/__init__.py +14 -6
- aws_cdk/custom_resources/__init__.py +2 -3
- aws_cdk/pipelines/__init__.py +104 -134
- aws_cdk/triggers/__init__.py +46 -61
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.73.0.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:
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
1147
|
-
|
|
1148
|
-
:param
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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:
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
2641
|
-
|
|
2642
|
-
:param
|
|
2643
|
-
:param
|
|
2644
|
-
:param
|
|
2645
|
-
:param
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
2772
|
-
|
|
2773
|
-
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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:
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
3641
|
-
|
|
3642
|
-
:param
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
3718
|
-
|
|
3719
|
-
:param
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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:
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
4257
|
-
|
|
4258
|
-
:param
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
4334
|
-
|
|
4335
|
-
:param
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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:
|
|
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
|
-
'''
|
|
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:
|
|
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
|
-
'''
|
|
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
|
'''
|
|
@@ -57,9 +57,9 @@ class CfnMonitor(
|
|
|
57
57
|
):
|
|
58
58
|
'''A CloudFormation ``AWS::InternetMonitor::Monitor``.
|
|
59
59
|
|
|
60
|
-
The ``AWS::InternetMonitor::Monitor`` resource
|
|
60
|
+
The ``AWS::InternetMonitor::Monitor`` resource contains information about how you create a monitor in Amazon CloudWatch Internet Monitor. A monitor in Internet Monitor provides visibility into performance and availability between your applications hosted on AWS and your end users, using a traffic profile that it creates based on the application resources that you add: Virtual Private Clouds (VPCs), Amazon CloudFront distributions, or WorkSpaces directories.
|
|
61
61
|
|
|
62
|
-
Internet Monitor also alerts you to internet issues that impact your application in the city-networks (
|
|
62
|
+
Internet Monitor also alerts you to internet issues that impact your application in the city-networks (locations and ASNs, typically internet service providers or ISPs) where your end users use it. With Internet Monitor, you can quickly pinpoint the locations and ASNs that are affected, so that you can address the issue.
|
|
63
63
|
|
|
64
64
|
For more information, see `Using Amazon CloudWatch Internet Monitor <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-InternetMonitor.html>`_ in the *Amazon CloudWatch User Guide* .
|
|
65
65
|
|
|
@@ -107,10 +107,10 @@ class CfnMonitor(
|
|
|
107
107
|
:param scope: - scope in which this resource is defined.
|
|
108
108
|
:param id: - scoped id of the resource.
|
|
109
109
|
:param monitor_name: The name of the monitor. A monitor name can contain only alphanumeric characters, dashes (-), periods (.), and underscores (_).
|
|
110
|
-
:param max_city_networks_to_monitor: The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the
|
|
110
|
+
:param max_city_networks_to_monitor: The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN, typically an internet service provider, that clients access the resources through. The city-network maximum that you choose sets a cap on the total that *can* be included when Internet Monitor monitors traffic with your monitor. You only pay for the number of city-networks that are actually monitored, not this maximum limit, and you can change the maximum at any time, by updating your monitor. For more information, see `Choosing a city-network maximum value <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html>`_ in *Using Amazon CloudWatch Internet Monitor* .
|
|
111
111
|
:param resources: The resources that have been added for the monitor, listed by their Amazon Resource Names (ARNs).
|
|
112
112
|
:param resources_to_add: The resources to add to a monitor, which you provide as a set of Amazon Resource Names (ARNs). You can add a combination of Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add WorkSpaces directories. You can't add all three types of resources. .. epigraph:: If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
|
|
113
|
-
:param resources_to_remove: The resources to remove from a monitor
|
|
113
|
+
:param resources_to_remove: The resources to remove from a monitor. Provide the resources as a set of Amazon Resource Names (ARNs).
|
|
114
114
|
:param status: The status of a monitor. The accepted values that you can specify for ``Status`` are ``ACTIVE`` and ``INACTIVE`` .
|
|
115
115
|
:param tags: The tags for a monitor, listed as a set of *key:value* pairs.
|
|
116
116
|
'''
|
|
@@ -244,7 +244,9 @@ class CfnMonitor(
|
|
|
244
244
|
def max_city_networks_to_monitor(self) -> typing.Optional[jsii.Number]:
|
|
245
245
|
'''The maximum number of city-networks to monitor for your resources.
|
|
246
246
|
|
|
247
|
-
A city-network is the location (city) where clients access your application resources from and the
|
|
247
|
+
A city-network is the location (city) where clients access your application resources from and the ASN, typically an internet service provider, that clients access the resources through.
|
|
248
|
+
|
|
249
|
+
The city-network maximum that you choose sets a cap on the total that *can* be included when Internet Monitor monitors traffic with your monitor. You only pay for the number of city-networks that are actually monitored, not this maximum limit, and you can change the maximum at any time, by updating your monitor.
|
|
248
250
|
|
|
249
251
|
For more information, see `Choosing a city-network maximum value <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html>`_ in *Using Amazon CloudWatch Internet Monitor* .
|
|
250
252
|
|
|
@@ -302,7 +304,9 @@ class CfnMonitor(
|
|
|
302
304
|
@builtins.property
|
|
303
305
|
@jsii.member(jsii_name="resourcesToRemove")
|
|
304
306
|
def resources_to_remove(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
305
|
-
'''The resources to remove from a monitor
|
|
307
|
+
'''The resources to remove from a monitor.
|
|
308
|
+
|
|
309
|
+
Provide the resources as a set of Amazon Resource Names (ARNs).
|
|
306
310
|
|
|
307
311
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-internetmonitor-monitor.html#cfn-internetmonitor-monitor-resourcestoremove
|
|
308
312
|
'''
|
|
@@ -365,10 +369,10 @@ class CfnMonitorProps:
|
|
|
365
369
|
'''Properties for defining a ``CfnMonitor``.
|
|
366
370
|
|
|
367
371
|
:param monitor_name: The name of the monitor. A monitor name can contain only alphanumeric characters, dashes (-), periods (.), and underscores (_).
|
|
368
|
-
:param max_city_networks_to_monitor: The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the
|
|
372
|
+
:param max_city_networks_to_monitor: The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN, typically an internet service provider, that clients access the resources through. The city-network maximum that you choose sets a cap on the total that *can* be included when Internet Monitor monitors traffic with your monitor. You only pay for the number of city-networks that are actually monitored, not this maximum limit, and you can change the maximum at any time, by updating your monitor. For more information, see `Choosing a city-network maximum value <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html>`_ in *Using Amazon CloudWatch Internet Monitor* .
|
|
369
373
|
:param resources: The resources that have been added for the monitor, listed by their Amazon Resource Names (ARNs).
|
|
370
374
|
:param resources_to_add: The resources to add to a monitor, which you provide as a set of Amazon Resource Names (ARNs). You can add a combination of Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add WorkSpaces directories. You can't add all three types of resources. .. epigraph:: If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
|
|
371
|
-
:param resources_to_remove: The resources to remove from a monitor
|
|
375
|
+
:param resources_to_remove: The resources to remove from a monitor. Provide the resources as a set of Amazon Resource Names (ARNs).
|
|
372
376
|
:param status: The status of a monitor. The accepted values that you can specify for ``Status`` are ``ACTIVE`` and ``INACTIVE`` .
|
|
373
377
|
:param tags: The tags for a monitor, listed as a set of *key:value* pairs.
|
|
374
378
|
|
|
@@ -437,7 +441,9 @@ class CfnMonitorProps:
|
|
|
437
441
|
def max_city_networks_to_monitor(self) -> typing.Optional[jsii.Number]:
|
|
438
442
|
'''The maximum number of city-networks to monitor for your resources.
|
|
439
443
|
|
|
440
|
-
A city-network is the location (city) where clients access your application resources from and the
|
|
444
|
+
A city-network is the location (city) where clients access your application resources from and the ASN, typically an internet service provider, that clients access the resources through.
|
|
445
|
+
|
|
446
|
+
The city-network maximum that you choose sets a cap on the total that *can* be included when Internet Monitor monitors traffic with your monitor. You only pay for the number of city-networks that are actually monitored, not this maximum limit, and you can change the maximum at any time, by updating your monitor.
|
|
441
447
|
|
|
442
448
|
For more information, see `Choosing a city-network maximum value <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html>`_ in *Using Amazon CloudWatch Internet Monitor* .
|
|
443
449
|
|
|
@@ -471,7 +477,9 @@ class CfnMonitorProps:
|
|
|
471
477
|
|
|
472
478
|
@builtins.property
|
|
473
479
|
def resources_to_remove(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
474
|
-
'''The resources to remove from a monitor
|
|
480
|
+
'''The resources to remove from a monitor.
|
|
481
|
+
|
|
482
|
+
Provide the resources as a set of Amazon Resource Names (ARNs).
|
|
475
483
|
|
|
476
484
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-internetmonitor-monitor.html#cfn-internetmonitor-monitor-resourcestoremove
|
|
477
485
|
'''
|
aws_cdk/aws_iot/__init__.py
CHANGED
|
@@ -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: ``
|
|
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
|
-
'''``
|
|
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: ``
|
|
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
|
-
'''``
|
|
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:
|
|
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
|
-
'''
|
|
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
|
'''
|