aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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 +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
|
@@ -156,7 +156,7 @@ class CfnAssessmentTarget(
|
|
|
156
156
|
if __debug__:
|
|
157
157
|
type_hints = typing.get_type_hints(_typecheckingstub__696e7c8b7a035721b6449758cd7fb68528a5260db3e1a678f64a9e0b4c96126f)
|
|
158
158
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
159
|
-
jsii.set(self, "assessmentTargetName", value)
|
|
159
|
+
jsii.set(self, "assessmentTargetName", value) # pyright: ignore[reportArgumentType]
|
|
160
160
|
|
|
161
161
|
@builtins.property
|
|
162
162
|
@jsii.member(jsii_name="resourceGroupArn")
|
|
@@ -169,7 +169,7 @@ class CfnAssessmentTarget(
|
|
|
169
169
|
if __debug__:
|
|
170
170
|
type_hints = typing.get_type_hints(_typecheckingstub__9c3b7128ce033766af9f209c5a813d7952af426568a0900860ae410016d94434)
|
|
171
171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
172
|
-
jsii.set(self, "resourceGroupArn", value)
|
|
172
|
+
jsii.set(self, "resourceGroupArn", value) # pyright: ignore[reportArgumentType]
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
@jsii.data_type(
|
|
@@ -364,7 +364,7 @@ class CfnAssessmentTemplate(
|
|
|
364
364
|
if __debug__:
|
|
365
365
|
type_hints = typing.get_type_hints(_typecheckingstub__63c7557bb27bbdcaee7ab7dcc8c266ff6e0ce7f0976bfd7657b5a0552ca5b141)
|
|
366
366
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
367
|
-
jsii.set(self, "assessmentTargetArn", value)
|
|
367
|
+
jsii.set(self, "assessmentTargetArn", value) # pyright: ignore[reportArgumentType]
|
|
368
368
|
|
|
369
369
|
@builtins.property
|
|
370
370
|
@jsii.member(jsii_name="durationInSeconds")
|
|
@@ -377,7 +377,7 @@ class CfnAssessmentTemplate(
|
|
|
377
377
|
if __debug__:
|
|
378
378
|
type_hints = typing.get_type_hints(_typecheckingstub__d1679cd823397fccdeff2d687564d3851dcf6771888a4a72e7272de9b8b18140)
|
|
379
379
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
380
|
-
jsii.set(self, "durationInSeconds", value)
|
|
380
|
+
jsii.set(self, "durationInSeconds", value) # pyright: ignore[reportArgumentType]
|
|
381
381
|
|
|
382
382
|
@builtins.property
|
|
383
383
|
@jsii.member(jsii_name="rulesPackageArns")
|
|
@@ -390,7 +390,7 @@ class CfnAssessmentTemplate(
|
|
|
390
390
|
if __debug__:
|
|
391
391
|
type_hints = typing.get_type_hints(_typecheckingstub__e3a25aa19b6cb4b802c3c9b40923d82c4459ee78ac102140ee3072dc63781d6a)
|
|
392
392
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
393
|
-
jsii.set(self, "rulesPackageArns", value)
|
|
393
|
+
jsii.set(self, "rulesPackageArns", value) # pyright: ignore[reportArgumentType]
|
|
394
394
|
|
|
395
395
|
@builtins.property
|
|
396
396
|
@jsii.member(jsii_name="assessmentTemplateName")
|
|
@@ -403,7 +403,7 @@ class CfnAssessmentTemplate(
|
|
|
403
403
|
if __debug__:
|
|
404
404
|
type_hints = typing.get_type_hints(_typecheckingstub__c7f0d1dbac048149a227c61a3da750d8a21856f65b1be53f20d2d13f8d061e0c)
|
|
405
405
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
406
|
-
jsii.set(self, "assessmentTemplateName", value)
|
|
406
|
+
jsii.set(self, "assessmentTemplateName", value) # pyright: ignore[reportArgumentType]
|
|
407
407
|
|
|
408
408
|
@builtins.property
|
|
409
409
|
@jsii.member(jsii_name="userAttributesForFindings")
|
|
@@ -421,7 +421,7 @@ class CfnAssessmentTemplate(
|
|
|
421
421
|
if __debug__:
|
|
422
422
|
type_hints = typing.get_type_hints(_typecheckingstub__4f1d80ec27deb1af871c5b61bfa5b4676d207855a37d91499ac58255befac278)
|
|
423
423
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
424
|
-
jsii.set(self, "userAttributesForFindings", value)
|
|
424
|
+
jsii.set(self, "userAttributesForFindings", value) # pyright: ignore[reportArgumentType]
|
|
425
425
|
|
|
426
426
|
|
|
427
427
|
@jsii.data_type(
|
|
@@ -666,7 +666,7 @@ class CfnResourceGroup(
|
|
|
666
666
|
if __debug__:
|
|
667
667
|
type_hints = typing.get_type_hints(_typecheckingstub__655fc060449fbf4c2bf808e3890ed0325d7694a9273187b0d9c458a3c573861e)
|
|
668
668
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
669
|
-
jsii.set(self, "resourceGroupTags", value)
|
|
669
|
+
jsii.set(self, "resourceGroupTags", value) # pyright: ignore[reportArgumentType]
|
|
670
670
|
|
|
671
671
|
|
|
672
672
|
@jsii.data_type(
|
|
@@ -99,9 +99,6 @@ class CfnCisScanConfiguration(
|
|
|
99
99
|
)
|
|
100
100
|
),
|
|
101
101
|
security_level="securityLevel",
|
|
102
|
-
tags={
|
|
103
|
-
"tags_key": "tags"
|
|
104
|
-
},
|
|
105
102
|
targets=inspectorv2.CfnCisScanConfiguration.CisTargetsProperty(
|
|
106
103
|
account_ids=["accountIds"],
|
|
107
104
|
|
|
@@ -109,7 +106,12 @@ class CfnCisScanConfiguration(
|
|
|
109
106
|
target_resource_tags={
|
|
110
107
|
"target_resource_tags_key": ["targetResourceTags"]
|
|
111
108
|
}
|
|
112
|
-
)
|
|
109
|
+
),
|
|
110
|
+
|
|
111
|
+
# the properties below are optional
|
|
112
|
+
tags={
|
|
113
|
+
"tags_key": "tags"
|
|
114
|
+
}
|
|
113
115
|
)
|
|
114
116
|
'''
|
|
115
117
|
|
|
@@ -118,11 +120,11 @@ class CfnCisScanConfiguration(
|
|
|
118
120
|
scope: _constructs_77d1e7e8.Construct,
|
|
119
121
|
id: builtins.str,
|
|
120
122
|
*,
|
|
121
|
-
scan_name:
|
|
122
|
-
schedule: typing.
|
|
123
|
-
security_level:
|
|
123
|
+
scan_name: builtins.str,
|
|
124
|
+
schedule: typing.Union[_IResolvable_da3f097b, typing.Union["CfnCisScanConfiguration.ScheduleProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
125
|
+
security_level: builtins.str,
|
|
126
|
+
targets: typing.Union[_IResolvable_da3f097b, typing.Union["CfnCisScanConfiguration.CisTargetsProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
124
127
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
125
|
-
targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCisScanConfiguration.CisTargetsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
126
128
|
) -> None:
|
|
127
129
|
'''
|
|
128
130
|
:param scope: Scope in which this resource is defined.
|
|
@@ -130,8 +132,8 @@ class CfnCisScanConfiguration(
|
|
|
130
132
|
:param scan_name: The name of the CIS scan configuration.
|
|
131
133
|
:param schedule: The CIS scan configuration's schedule.
|
|
132
134
|
:param security_level: The CIS scan configuration's CIS Benchmark level.
|
|
133
|
-
:param tags: The CIS scan configuration's tags.
|
|
134
135
|
:param targets: The CIS scan configuration's targets.
|
|
136
|
+
:param tags: The CIS scan configuration's tags.
|
|
135
137
|
'''
|
|
136
138
|
if __debug__:
|
|
137
139
|
type_hints = typing.get_type_hints(_typecheckingstub__ee74cd979e0690afc5238694387a2bb443783c172f8af7544b4b5c468df80b9c)
|
|
@@ -141,8 +143,8 @@ class CfnCisScanConfiguration(
|
|
|
141
143
|
scan_name=scan_name,
|
|
142
144
|
schedule=schedule,
|
|
143
145
|
security_level=security_level,
|
|
144
|
-
tags=tags,
|
|
145
146
|
targets=targets,
|
|
147
|
+
tags=tags,
|
|
146
148
|
)
|
|
147
149
|
|
|
148
150
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -199,47 +201,65 @@ class CfnCisScanConfiguration(
|
|
|
199
201
|
|
|
200
202
|
@builtins.property
|
|
201
203
|
@jsii.member(jsii_name="scanName")
|
|
202
|
-
def scan_name(self) ->
|
|
204
|
+
def scan_name(self) -> builtins.str:
|
|
203
205
|
'''The name of the CIS scan configuration.'''
|
|
204
|
-
return typing.cast(
|
|
206
|
+
return typing.cast(builtins.str, jsii.get(self, "scanName"))
|
|
205
207
|
|
|
206
208
|
@scan_name.setter
|
|
207
|
-
def scan_name(self, value:
|
|
209
|
+
def scan_name(self, value: builtins.str) -> None:
|
|
208
210
|
if __debug__:
|
|
209
211
|
type_hints = typing.get_type_hints(_typecheckingstub__8f6f074ec34751eb6d66964ee6738d096c1429db3564cba2005e530e659871bc)
|
|
210
212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
211
|
-
jsii.set(self, "scanName", value)
|
|
213
|
+
jsii.set(self, "scanName", value) # pyright: ignore[reportArgumentType]
|
|
212
214
|
|
|
213
215
|
@builtins.property
|
|
214
216
|
@jsii.member(jsii_name="schedule")
|
|
215
217
|
def schedule(
|
|
216
218
|
self,
|
|
217
|
-
) -> typing.
|
|
219
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.ScheduleProperty"]:
|
|
218
220
|
'''The CIS scan configuration's schedule.'''
|
|
219
|
-
return typing.cast(typing.
|
|
221
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.ScheduleProperty"], jsii.get(self, "schedule"))
|
|
220
222
|
|
|
221
223
|
@schedule.setter
|
|
222
224
|
def schedule(
|
|
223
225
|
self,
|
|
224
|
-
value: typing.
|
|
226
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.ScheduleProperty"],
|
|
225
227
|
) -> None:
|
|
226
228
|
if __debug__:
|
|
227
229
|
type_hints = typing.get_type_hints(_typecheckingstub__17c38c82086f8ffe9712e88585d2f980663e72bbb5b6ac70574594200cb759c2)
|
|
228
230
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
229
|
-
jsii.set(self, "schedule", value)
|
|
231
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
230
232
|
|
|
231
233
|
@builtins.property
|
|
232
234
|
@jsii.member(jsii_name="securityLevel")
|
|
233
|
-
def security_level(self) ->
|
|
235
|
+
def security_level(self) -> builtins.str:
|
|
234
236
|
'''The CIS scan configuration's CIS Benchmark level.'''
|
|
235
|
-
return typing.cast(
|
|
237
|
+
return typing.cast(builtins.str, jsii.get(self, "securityLevel"))
|
|
236
238
|
|
|
237
239
|
@security_level.setter
|
|
238
|
-
def security_level(self, value:
|
|
240
|
+
def security_level(self, value: builtins.str) -> None:
|
|
239
241
|
if __debug__:
|
|
240
242
|
type_hints = typing.get_type_hints(_typecheckingstub__53a976b81d95f07052322a80e8b1ff546ae083bdb3cb3d358b91e5b7e50b0909)
|
|
241
243
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
242
|
-
jsii.set(self, "securityLevel", value)
|
|
244
|
+
jsii.set(self, "securityLevel", value) # pyright: ignore[reportArgumentType]
|
|
245
|
+
|
|
246
|
+
@builtins.property
|
|
247
|
+
@jsii.member(jsii_name="targets")
|
|
248
|
+
def targets(
|
|
249
|
+
self,
|
|
250
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.CisTargetsProperty"]:
|
|
251
|
+
'''The CIS scan configuration's targets.'''
|
|
252
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.CisTargetsProperty"], jsii.get(self, "targets"))
|
|
253
|
+
|
|
254
|
+
@targets.setter
|
|
255
|
+
def targets(
|
|
256
|
+
self,
|
|
257
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.CisTargetsProperty"],
|
|
258
|
+
) -> None:
|
|
259
|
+
if __debug__:
|
|
260
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8afffccf2a9a470f423d247abd4a6dfe735dc39c53a2abe26c8cdb1844ec12a2)
|
|
261
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
262
|
+
jsii.set(self, "targets", value) # pyright: ignore[reportArgumentType]
|
|
243
263
|
|
|
244
264
|
@builtins.property
|
|
245
265
|
@jsii.member(jsii_name="tags")
|
|
@@ -255,25 +275,7 @@ class CfnCisScanConfiguration(
|
|
|
255
275
|
if __debug__:
|
|
256
276
|
type_hints = typing.get_type_hints(_typecheckingstub__5b4e1fac23c27cbc692267473e4cf9258b43062b9aea2a43b116dcfb105adb0d)
|
|
257
277
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
258
|
-
jsii.set(self, "tags", value)
|
|
259
|
-
|
|
260
|
-
@builtins.property
|
|
261
|
-
@jsii.member(jsii_name="targets")
|
|
262
|
-
def targets(
|
|
263
|
-
self,
|
|
264
|
-
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.CisTargetsProperty"]]:
|
|
265
|
-
'''The CIS scan configuration's targets.'''
|
|
266
|
-
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.CisTargetsProperty"]], jsii.get(self, "targets"))
|
|
267
|
-
|
|
268
|
-
@targets.setter
|
|
269
|
-
def targets(
|
|
270
|
-
self,
|
|
271
|
-
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCisScanConfiguration.CisTargetsProperty"]],
|
|
272
|
-
) -> None:
|
|
273
|
-
if __debug__:
|
|
274
|
-
type_hints = typing.get_type_hints(_typecheckingstub__8afffccf2a9a470f423d247abd4a6dfe735dc39c53a2abe26c8cdb1844ec12a2)
|
|
275
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
276
|
-
jsii.set(self, "targets", value)
|
|
278
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
277
279
|
|
|
278
280
|
@jsii.data_type(
|
|
279
281
|
jsii_type="aws-cdk-lib.aws_inspectorv2.CfnCisScanConfiguration.CisTargetsProperty",
|
|
@@ -779,27 +781,27 @@ class CfnCisScanConfiguration(
|
|
|
779
781
|
"scan_name": "scanName",
|
|
780
782
|
"schedule": "schedule",
|
|
781
783
|
"security_level": "securityLevel",
|
|
782
|
-
"tags": "tags",
|
|
783
784
|
"targets": "targets",
|
|
785
|
+
"tags": "tags",
|
|
784
786
|
},
|
|
785
787
|
)
|
|
786
788
|
class CfnCisScanConfigurationProps:
|
|
787
789
|
def __init__(
|
|
788
790
|
self,
|
|
789
791
|
*,
|
|
790
|
-
scan_name:
|
|
791
|
-
schedule: typing.
|
|
792
|
-
security_level:
|
|
792
|
+
scan_name: builtins.str,
|
|
793
|
+
schedule: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.ScheduleProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
794
|
+
security_level: builtins.str,
|
|
795
|
+
targets: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.CisTargetsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
793
796
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
794
|
-
targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.CisTargetsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
795
797
|
) -> None:
|
|
796
798
|
'''Properties for defining a ``CfnCisScanConfiguration``.
|
|
797
799
|
|
|
798
800
|
:param scan_name: The name of the CIS scan configuration.
|
|
799
801
|
:param schedule: The CIS scan configuration's schedule.
|
|
800
802
|
:param security_level: The CIS scan configuration's CIS Benchmark level.
|
|
801
|
-
:param tags: The CIS scan configuration's tags.
|
|
802
803
|
:param targets: The CIS scan configuration's targets.
|
|
804
|
+
:param tags: The CIS scan configuration's tags.
|
|
803
805
|
|
|
804
806
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html
|
|
805
807
|
:exampleMetadata: fixture=_generated
|
|
@@ -838,9 +840,6 @@ class CfnCisScanConfigurationProps:
|
|
|
838
840
|
)
|
|
839
841
|
),
|
|
840
842
|
security_level="securityLevel",
|
|
841
|
-
tags={
|
|
842
|
-
"tags_key": "tags"
|
|
843
|
-
},
|
|
844
843
|
targets=inspectorv2.CfnCisScanConfiguration.CisTargetsProperty(
|
|
845
844
|
account_ids=["accountIds"],
|
|
846
845
|
|
|
@@ -848,7 +847,12 @@ class CfnCisScanConfigurationProps:
|
|
|
848
847
|
target_resource_tags={
|
|
849
848
|
"target_resource_tags_key": ["targetResourceTags"]
|
|
850
849
|
}
|
|
851
|
-
)
|
|
850
|
+
),
|
|
851
|
+
|
|
852
|
+
# the properties below are optional
|
|
853
|
+
tags={
|
|
854
|
+
"tags_key": "tags"
|
|
855
|
+
}
|
|
852
856
|
)
|
|
853
857
|
'''
|
|
854
858
|
if __debug__:
|
|
@@ -856,68 +860,69 @@ class CfnCisScanConfigurationProps:
|
|
|
856
860
|
check_type(argname="argument scan_name", value=scan_name, expected_type=type_hints["scan_name"])
|
|
857
861
|
check_type(argname="argument schedule", value=schedule, expected_type=type_hints["schedule"])
|
|
858
862
|
check_type(argname="argument security_level", value=security_level, expected_type=type_hints["security_level"])
|
|
859
|
-
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
860
863
|
check_type(argname="argument targets", value=targets, expected_type=type_hints["targets"])
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
864
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
865
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
866
|
+
"scan_name": scan_name,
|
|
867
|
+
"schedule": schedule,
|
|
868
|
+
"security_level": security_level,
|
|
869
|
+
"targets": targets,
|
|
870
|
+
}
|
|
868
871
|
if tags is not None:
|
|
869
872
|
self._values["tags"] = tags
|
|
870
|
-
if targets is not None:
|
|
871
|
-
self._values["targets"] = targets
|
|
872
873
|
|
|
873
874
|
@builtins.property
|
|
874
|
-
def scan_name(self) ->
|
|
875
|
+
def scan_name(self) -> builtins.str:
|
|
875
876
|
'''The name of the CIS scan configuration.
|
|
876
877
|
|
|
877
878
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html#cfn-inspectorv2-cisscanconfiguration-scanname
|
|
878
879
|
'''
|
|
879
880
|
result = self._values.get("scan_name")
|
|
880
|
-
|
|
881
|
+
assert result is not None, "Required property 'scan_name' is missing"
|
|
882
|
+
return typing.cast(builtins.str, result)
|
|
881
883
|
|
|
882
884
|
@builtins.property
|
|
883
885
|
def schedule(
|
|
884
886
|
self,
|
|
885
|
-
) -> typing.
|
|
887
|
+
) -> typing.Union[_IResolvable_da3f097b, CfnCisScanConfiguration.ScheduleProperty]:
|
|
886
888
|
'''The CIS scan configuration's schedule.
|
|
887
889
|
|
|
888
890
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html#cfn-inspectorv2-cisscanconfiguration-schedule
|
|
889
891
|
'''
|
|
890
892
|
result = self._values.get("schedule")
|
|
891
|
-
|
|
893
|
+
assert result is not None, "Required property 'schedule' is missing"
|
|
894
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnCisScanConfiguration.ScheduleProperty], result)
|
|
892
895
|
|
|
893
896
|
@builtins.property
|
|
894
|
-
def security_level(self) ->
|
|
897
|
+
def security_level(self) -> builtins.str:
|
|
895
898
|
'''The CIS scan configuration's CIS Benchmark level.
|
|
896
899
|
|
|
897
900
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html#cfn-inspectorv2-cisscanconfiguration-securitylevel
|
|
898
901
|
'''
|
|
899
902
|
result = self._values.get("security_level")
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
@builtins.property
|
|
903
|
-
def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
904
|
-
'''The CIS scan configuration's tags.
|
|
905
|
-
|
|
906
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html#cfn-inspectorv2-cisscanconfiguration-tags
|
|
907
|
-
'''
|
|
908
|
-
result = self._values.get("tags")
|
|
909
|
-
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
903
|
+
assert result is not None, "Required property 'security_level' is missing"
|
|
904
|
+
return typing.cast(builtins.str, result)
|
|
910
905
|
|
|
911
906
|
@builtins.property
|
|
912
907
|
def targets(
|
|
913
908
|
self,
|
|
914
|
-
) -> typing.
|
|
909
|
+
) -> typing.Union[_IResolvable_da3f097b, CfnCisScanConfiguration.CisTargetsProperty]:
|
|
915
910
|
'''The CIS scan configuration's targets.
|
|
916
911
|
|
|
917
912
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html#cfn-inspectorv2-cisscanconfiguration-targets
|
|
918
913
|
'''
|
|
919
914
|
result = self._values.get("targets")
|
|
920
|
-
|
|
915
|
+
assert result is not None, "Required property 'targets' is missing"
|
|
916
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnCisScanConfiguration.CisTargetsProperty], result)
|
|
917
|
+
|
|
918
|
+
@builtins.property
|
|
919
|
+
def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
920
|
+
'''The CIS scan configuration's tags.
|
|
921
|
+
|
|
922
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-cisscanconfiguration.html#cfn-inspectorv2-cisscanconfiguration-tags
|
|
923
|
+
'''
|
|
924
|
+
result = self._values.get("tags")
|
|
925
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
921
926
|
|
|
922
927
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
923
928
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -1195,7 +1200,7 @@ class CfnFilter(
|
|
|
1195
1200
|
if __debug__:
|
|
1196
1201
|
type_hints = typing.get_type_hints(_typecheckingstub__a72dbbaedc7eb8a3b6da0867d3f429993d1cdfe3b095a514d2cb82730c01b31d)
|
|
1197
1202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1198
|
-
jsii.set(self, "filterAction", value)
|
|
1203
|
+
jsii.set(self, "filterAction", value) # pyright: ignore[reportArgumentType]
|
|
1199
1204
|
|
|
1200
1205
|
@builtins.property
|
|
1201
1206
|
@jsii.member(jsii_name="filterCriteria")
|
|
@@ -1213,7 +1218,7 @@ class CfnFilter(
|
|
|
1213
1218
|
if __debug__:
|
|
1214
1219
|
type_hints = typing.get_type_hints(_typecheckingstub__b566081cfe458076187f61e1afab9cbbb5fb2cdd114aad2fa6e38280867325e5)
|
|
1215
1220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1216
|
-
jsii.set(self, "filterCriteria", value)
|
|
1221
|
+
jsii.set(self, "filterCriteria", value) # pyright: ignore[reportArgumentType]
|
|
1217
1222
|
|
|
1218
1223
|
@builtins.property
|
|
1219
1224
|
@jsii.member(jsii_name="name")
|
|
@@ -1226,7 +1231,7 @@ class CfnFilter(
|
|
|
1226
1231
|
if __debug__:
|
|
1227
1232
|
type_hints = typing.get_type_hints(_typecheckingstub__1b0548c4926be9ebf2a0675883b51af78c4f6a9c034f4d0fb7a9ebfd7ad038ee)
|
|
1228
1233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1229
|
-
jsii.set(self, "name", value)
|
|
1234
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1230
1235
|
|
|
1231
1236
|
@builtins.property
|
|
1232
1237
|
@jsii.member(jsii_name="description")
|
|
@@ -1239,7 +1244,7 @@ class CfnFilter(
|
|
|
1239
1244
|
if __debug__:
|
|
1240
1245
|
type_hints = typing.get_type_hints(_typecheckingstub__29a0d69128962a2d8d478ff9197ec92d930e2284a9cbff6337d95fb1932925d0)
|
|
1241
1246
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1242
|
-
jsii.set(self, "description", value)
|
|
1247
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1243
1248
|
|
|
1244
1249
|
@jsii.data_type(
|
|
1245
1250
|
jsii_type="aws-cdk-lib.aws_inspectorv2.CfnFilter.DateFilterProperty",
|
|
@@ -2773,11 +2778,11 @@ def _typecheckingstub__ee74cd979e0690afc5238694387a2bb443783c172f8af7544b4b5c468
|
|
|
2773
2778
|
scope: _constructs_77d1e7e8.Construct,
|
|
2774
2779
|
id: builtins.str,
|
|
2775
2780
|
*,
|
|
2776
|
-
scan_name:
|
|
2777
|
-
schedule: typing.
|
|
2778
|
-
security_level:
|
|
2781
|
+
scan_name: builtins.str,
|
|
2782
|
+
schedule: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.ScheduleProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2783
|
+
security_level: builtins.str,
|
|
2784
|
+
targets: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.CisTargetsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2779
2785
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2780
|
-
targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.CisTargetsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2781
2786
|
) -> None:
|
|
2782
2787
|
"""Type checking stubs"""
|
|
2783
2788
|
pass
|
|
@@ -2795,31 +2800,31 @@ def _typecheckingstub__daf01f89651352328420f5a52535d8376706a979b3cb022464732eddc
|
|
|
2795
2800
|
pass
|
|
2796
2801
|
|
|
2797
2802
|
def _typecheckingstub__8f6f074ec34751eb6d66964ee6738d096c1429db3564cba2005e530e659871bc(
|
|
2798
|
-
value:
|
|
2803
|
+
value: builtins.str,
|
|
2799
2804
|
) -> None:
|
|
2800
2805
|
"""Type checking stubs"""
|
|
2801
2806
|
pass
|
|
2802
2807
|
|
|
2803
2808
|
def _typecheckingstub__17c38c82086f8ffe9712e88585d2f980663e72bbb5b6ac70574594200cb759c2(
|
|
2804
|
-
value: typing.
|
|
2809
|
+
value: typing.Union[_IResolvable_da3f097b, CfnCisScanConfiguration.ScheduleProperty],
|
|
2805
2810
|
) -> None:
|
|
2806
2811
|
"""Type checking stubs"""
|
|
2807
2812
|
pass
|
|
2808
2813
|
|
|
2809
2814
|
def _typecheckingstub__53a976b81d95f07052322a80e8b1ff546ae083bdb3cb3d358b91e5b7e50b0909(
|
|
2810
|
-
value:
|
|
2815
|
+
value: builtins.str,
|
|
2811
2816
|
) -> None:
|
|
2812
2817
|
"""Type checking stubs"""
|
|
2813
2818
|
pass
|
|
2814
2819
|
|
|
2815
|
-
def
|
|
2816
|
-
value: typing.
|
|
2820
|
+
def _typecheckingstub__8afffccf2a9a470f423d247abd4a6dfe735dc39c53a2abe26c8cdb1844ec12a2(
|
|
2821
|
+
value: typing.Union[_IResolvable_da3f097b, CfnCisScanConfiguration.CisTargetsProperty],
|
|
2817
2822
|
) -> None:
|
|
2818
2823
|
"""Type checking stubs"""
|
|
2819
2824
|
pass
|
|
2820
2825
|
|
|
2821
|
-
def
|
|
2822
|
-
value: typing.Optional[typing.
|
|
2826
|
+
def _typecheckingstub__5b4e1fac23c27cbc692267473e4cf9258b43062b9aea2a43b116dcfb105adb0d(
|
|
2827
|
+
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
2823
2828
|
) -> None:
|
|
2824
2829
|
"""Type checking stubs"""
|
|
2825
2830
|
pass
|
|
@@ -2875,11 +2880,11 @@ def _typecheckingstub__d30b6b9756e498926a5cf63c7bbf5e7f937d68b176005d1670779697c
|
|
|
2875
2880
|
|
|
2876
2881
|
def _typecheckingstub__e3f0430cb9cf97c73c0c85526ac298bc695a6c9d3bf5e578a6d9b5c85d5623dc(
|
|
2877
2882
|
*,
|
|
2878
|
-
scan_name:
|
|
2879
|
-
schedule: typing.
|
|
2880
|
-
security_level:
|
|
2883
|
+
scan_name: builtins.str,
|
|
2884
|
+
schedule: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.ScheduleProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2885
|
+
security_level: builtins.str,
|
|
2886
|
+
targets: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.CisTargetsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2881
2887
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2882
|
-
targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCisScanConfiguration.CisTargetsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2883
2888
|
) -> None:
|
|
2884
2889
|
"""Type checking stubs"""
|
|
2885
2890
|
pass
|
|
@@ -272,7 +272,7 @@ class CfnMonitor(
|
|
|
272
272
|
if __debug__:
|
|
273
273
|
type_hints = typing.get_type_hints(_typecheckingstub__ef54ce1b63c1e0317ca73d33869cf2089b1ed66ab1da2e0c8fe45043287b6817)
|
|
274
274
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
275
|
-
jsii.set(self, "monitorName", value)
|
|
275
|
+
jsii.set(self, "monitorName", value) # pyright: ignore[reportArgumentType]
|
|
276
276
|
|
|
277
277
|
@builtins.property
|
|
278
278
|
@jsii.member(jsii_name="healthEventsConfig")
|
|
@@ -290,7 +290,7 @@ class CfnMonitor(
|
|
|
290
290
|
if __debug__:
|
|
291
291
|
type_hints = typing.get_type_hints(_typecheckingstub__1fcad87a381a34c71141a2be73ac8e81c442bd9d4616b8a8a55279c77a30bf9b)
|
|
292
292
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
293
|
-
jsii.set(self, "healthEventsConfig", value)
|
|
293
|
+
jsii.set(self, "healthEventsConfig", value) # pyright: ignore[reportArgumentType]
|
|
294
294
|
|
|
295
295
|
@builtins.property
|
|
296
296
|
@jsii.member(jsii_name="includeLinkedAccounts")
|
|
@@ -308,7 +308,7 @@ class CfnMonitor(
|
|
|
308
308
|
if __debug__:
|
|
309
309
|
type_hints = typing.get_type_hints(_typecheckingstub__80a74cd4b87837dd8170028ab147883219b1546ce841f056d4ef2aa4f1fd501b)
|
|
310
310
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
311
|
-
jsii.set(self, "includeLinkedAccounts", value)
|
|
311
|
+
jsii.set(self, "includeLinkedAccounts", value) # pyright: ignore[reportArgumentType]
|
|
312
312
|
|
|
313
313
|
@builtins.property
|
|
314
314
|
@jsii.member(jsii_name="internetMeasurementsLogDelivery")
|
|
@@ -326,7 +326,7 @@ class CfnMonitor(
|
|
|
326
326
|
if __debug__:
|
|
327
327
|
type_hints = typing.get_type_hints(_typecheckingstub__edd584d7d64cd02983ca8858b15c31728e9294c416931001fc1a9ce5732ebad9)
|
|
328
328
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
329
|
-
jsii.set(self, "internetMeasurementsLogDelivery", value)
|
|
329
|
+
jsii.set(self, "internetMeasurementsLogDelivery", value) # pyright: ignore[reportArgumentType]
|
|
330
330
|
|
|
331
331
|
@builtins.property
|
|
332
332
|
@jsii.member(jsii_name="linkedAccountId")
|
|
@@ -339,7 +339,7 @@ class CfnMonitor(
|
|
|
339
339
|
if __debug__:
|
|
340
340
|
type_hints = typing.get_type_hints(_typecheckingstub__d352b84b30decfade63d633da845bdcbfabe043a48b4897bbe891f6584cf0e2b)
|
|
341
341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
342
|
-
jsii.set(self, "linkedAccountId", value)
|
|
342
|
+
jsii.set(self, "linkedAccountId", value) # pyright: ignore[reportArgumentType]
|
|
343
343
|
|
|
344
344
|
@builtins.property
|
|
345
345
|
@jsii.member(jsii_name="maxCityNetworksToMonitor")
|
|
@@ -352,7 +352,7 @@ class CfnMonitor(
|
|
|
352
352
|
if __debug__:
|
|
353
353
|
type_hints = typing.get_type_hints(_typecheckingstub__44b26920fe092fdfabe5783619b4c150b5a44928ea63b71966ac31bfc9220c93)
|
|
354
354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
355
|
-
jsii.set(self, "maxCityNetworksToMonitor", value)
|
|
355
|
+
jsii.set(self, "maxCityNetworksToMonitor", value) # pyright: ignore[reportArgumentType]
|
|
356
356
|
|
|
357
357
|
@builtins.property
|
|
358
358
|
@jsii.member(jsii_name="resources")
|
|
@@ -365,7 +365,7 @@ class CfnMonitor(
|
|
|
365
365
|
if __debug__:
|
|
366
366
|
type_hints = typing.get_type_hints(_typecheckingstub__b341be6dedc5e43e3921317eb724e72355e140557e075d7a60632555b8e832c4)
|
|
367
367
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
368
|
-
jsii.set(self, "resources", value)
|
|
368
|
+
jsii.set(self, "resources", value) # pyright: ignore[reportArgumentType]
|
|
369
369
|
|
|
370
370
|
@builtins.property
|
|
371
371
|
@jsii.member(jsii_name="resourcesToAdd")
|
|
@@ -381,7 +381,7 @@ class CfnMonitor(
|
|
|
381
381
|
if __debug__:
|
|
382
382
|
type_hints = typing.get_type_hints(_typecheckingstub__6eb4096ee765fe908d059e9b8acdca0ec1f047ddb2fe5ede304ab5ee82444f95)
|
|
383
383
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
384
|
-
jsii.set(self, "resourcesToAdd", value)
|
|
384
|
+
jsii.set(self, "resourcesToAdd", value) # pyright: ignore[reportArgumentType]
|
|
385
385
|
|
|
386
386
|
@builtins.property
|
|
387
387
|
@jsii.member(jsii_name="resourcesToRemove")
|
|
@@ -397,7 +397,7 @@ class CfnMonitor(
|
|
|
397
397
|
if __debug__:
|
|
398
398
|
type_hints = typing.get_type_hints(_typecheckingstub__9387e3cfcac600ed38b66e78df668311b567c717d8143713922de9b400262882)
|
|
399
399
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
400
|
-
jsii.set(self, "resourcesToRemove", value)
|
|
400
|
+
jsii.set(self, "resourcesToRemove", value) # pyright: ignore[reportArgumentType]
|
|
401
401
|
|
|
402
402
|
@builtins.property
|
|
403
403
|
@jsii.member(jsii_name="status")
|
|
@@ -410,7 +410,7 @@ class CfnMonitor(
|
|
|
410
410
|
if __debug__:
|
|
411
411
|
type_hints = typing.get_type_hints(_typecheckingstub__f131dc53d07b00ba7900326b379a6d12c142d61ae7d7045e4e4abbd87c853da1)
|
|
412
412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
413
|
-
jsii.set(self, "status", value)
|
|
413
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
414
414
|
|
|
415
415
|
@builtins.property
|
|
416
416
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -423,7 +423,7 @@ class CfnMonitor(
|
|
|
423
423
|
if __debug__:
|
|
424
424
|
type_hints = typing.get_type_hints(_typecheckingstub__8356cdf68080604804446d5b83fa308a2aa120e493bdc0ac24c31dbdc37894b7)
|
|
425
425
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
426
|
-
jsii.set(self, "tagsRaw", value)
|
|
426
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
427
427
|
|
|
428
428
|
@builtins.property
|
|
429
429
|
@jsii.member(jsii_name="trafficPercentageToMonitor")
|
|
@@ -439,7 +439,7 @@ class CfnMonitor(
|
|
|
439
439
|
if __debug__:
|
|
440
440
|
type_hints = typing.get_type_hints(_typecheckingstub__b04e25dfeda5e88ea0ba9a753d013df9fa970065f64b69b4e930f01e15363029)
|
|
441
441
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
442
|
-
jsii.set(self, "trafficPercentageToMonitor", value)
|
|
442
|
+
jsii.set(self, "trafficPercentageToMonitor", value) # pyright: ignore[reportArgumentType]
|
|
443
443
|
|
|
444
444
|
@jsii.data_type(
|
|
445
445
|
jsii_type="aws-cdk-lib.aws_internetmonitor.CfnMonitor.HealthEventsConfigProperty",
|