aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__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.1.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 +143 -130
- 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 +15766 -3438
- 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 +47 -33
- 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 +99 -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 +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -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 +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- 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 +98 -98
- 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 +490 -34
- 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 +49 -40
- 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 +127 -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 +2414 -282
- 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 +176 -105
- 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 +289 -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.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.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.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
|
@@ -428,7 +428,7 @@ class CfnAutomationRule(
|
|
|
428
428
|
if __debug__:
|
|
429
429
|
type_hints = typing.get_type_hints(_typecheckingstub__90988dc6b536563439917056373f7379ca48a864b5a3471a7b3552f6c9b40897)
|
|
430
430
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
431
|
-
jsii.set(self, "actions", value)
|
|
431
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
432
432
|
|
|
433
433
|
@builtins.property
|
|
434
434
|
@jsii.member(jsii_name="criteria")
|
|
@@ -446,7 +446,7 @@ class CfnAutomationRule(
|
|
|
446
446
|
if __debug__:
|
|
447
447
|
type_hints = typing.get_type_hints(_typecheckingstub__cc91daff88300654f2c8a9e4e5aad76fd0c26ae9c62e118febc7d1bff9733c5f)
|
|
448
448
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
449
|
-
jsii.set(self, "criteria", value)
|
|
449
|
+
jsii.set(self, "criteria", value) # pyright: ignore[reportArgumentType]
|
|
450
450
|
|
|
451
451
|
@builtins.property
|
|
452
452
|
@jsii.member(jsii_name="description")
|
|
@@ -459,7 +459,7 @@ class CfnAutomationRule(
|
|
|
459
459
|
if __debug__:
|
|
460
460
|
type_hints = typing.get_type_hints(_typecheckingstub__13e710145ba6564ce42bac7fc3465ec7406a15699f473acd70e62bf605c1f259)
|
|
461
461
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
462
|
-
jsii.set(self, "description", value)
|
|
462
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
463
463
|
|
|
464
464
|
@builtins.property
|
|
465
465
|
@jsii.member(jsii_name="isTerminal")
|
|
@@ -477,7 +477,7 @@ class CfnAutomationRule(
|
|
|
477
477
|
if __debug__:
|
|
478
478
|
type_hints = typing.get_type_hints(_typecheckingstub__11031a77a18a3180e3bf703420372155750c7001d9c920558ff50230e0111537)
|
|
479
479
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
480
|
-
jsii.set(self, "isTerminal", value)
|
|
480
|
+
jsii.set(self, "isTerminal", value) # pyright: ignore[reportArgumentType]
|
|
481
481
|
|
|
482
482
|
@builtins.property
|
|
483
483
|
@jsii.member(jsii_name="ruleName")
|
|
@@ -490,7 +490,7 @@ class CfnAutomationRule(
|
|
|
490
490
|
if __debug__:
|
|
491
491
|
type_hints = typing.get_type_hints(_typecheckingstub__ffff694fc9dee0bbe561a13e56455e4e3a3b12c8c47e7c20a7fe2e8c13c0725c)
|
|
492
492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
493
|
-
jsii.set(self, "ruleName", value)
|
|
493
|
+
jsii.set(self, "ruleName", value) # pyright: ignore[reportArgumentType]
|
|
494
494
|
|
|
495
495
|
@builtins.property
|
|
496
496
|
@jsii.member(jsii_name="ruleOrder")
|
|
@@ -503,7 +503,7 @@ class CfnAutomationRule(
|
|
|
503
503
|
if __debug__:
|
|
504
504
|
type_hints = typing.get_type_hints(_typecheckingstub__db37e60211fd885d4c7d0aa9af521faa3786061d7fa1712b86f54f3646a4738b)
|
|
505
505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
506
|
-
jsii.set(self, "ruleOrder", value)
|
|
506
|
+
jsii.set(self, "ruleOrder", value) # pyright: ignore[reportArgumentType]
|
|
507
507
|
|
|
508
508
|
@builtins.property
|
|
509
509
|
@jsii.member(jsii_name="ruleStatus")
|
|
@@ -516,7 +516,7 @@ class CfnAutomationRule(
|
|
|
516
516
|
if __debug__:
|
|
517
517
|
type_hints = typing.get_type_hints(_typecheckingstub__c0c77fc16c58c2d94764bb0b74df80e4884ec2c3948c0a364a0d9c75a4e9c79a)
|
|
518
518
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
519
|
-
jsii.set(self, "ruleStatus", value)
|
|
519
|
+
jsii.set(self, "ruleStatus", value) # pyright: ignore[reportArgumentType]
|
|
520
520
|
|
|
521
521
|
@builtins.property
|
|
522
522
|
@jsii.member(jsii_name="tags")
|
|
@@ -532,7 +532,7 @@ class CfnAutomationRule(
|
|
|
532
532
|
if __debug__:
|
|
533
533
|
type_hints = typing.get_type_hints(_typecheckingstub__7a7d0579ca491d9adc050f0e2036942728d9db8e3d190f067473714a8ce9fd4b)
|
|
534
534
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
535
|
-
jsii.set(self, "tags", value)
|
|
535
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
536
536
|
|
|
537
537
|
@jsii.data_type(
|
|
538
538
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnAutomationRule.AutomationRulesActionProperty",
|
|
@@ -953,7 +953,7 @@ class CfnAutomationRule(
|
|
|
953
953
|
:param related_findings_id: The product-generated identifier for a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
954
954
|
:param related_findings_product_arn: The ARN for the product that generated a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
955
955
|
:param resource_details_other: Custom fields and values about the resource that a finding pertains to. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
956
|
-
:param resource_id: The identifier for the given resource type. For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS
|
|
956
|
+
:param resource_id: The identifier for the given resource type. For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS-service that created the resource. For non- AWS resources, this is a unique identifier that is associated with the resource. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
957
957
|
:param resource_partition: The partition in which the resource that the finding pertains to is located. A partition is a group of AWS Regions . Each AWS account is scoped to one partition. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
958
958
|
:param resource_region: The AWS Region where the resource that a finding pertains to is located. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
959
959
|
:param resource_tags: A list of AWS tags associated with a resource at the time the finding was processed. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
@@ -1585,7 +1585,7 @@ class CfnAutomationRule(
|
|
|
1585
1585
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
|
|
1586
1586
|
'''The identifier for the given resource type.
|
|
1587
1587
|
|
|
1588
|
-
For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS
|
|
1588
|
+
For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS-service that created the resource. For non- AWS resources, this is a unique identifier that is associated with the resource.
|
|
1589
1589
|
|
|
1590
1590
|
Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
1591
1591
|
|
|
@@ -3123,7 +3123,7 @@ class CfnConfigurationPolicy(
|
|
|
3123
3123
|
if __debug__:
|
|
3124
3124
|
type_hints = typing.get_type_hints(_typecheckingstub__dcfe8504c7335f76a4bad5bb43755a142eab48d80958f837dfc86c94989b8b0b)
|
|
3125
3125
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3126
|
-
jsii.set(self, "configurationPolicy", value)
|
|
3126
|
+
jsii.set(self, "configurationPolicy", value) # pyright: ignore[reportArgumentType]
|
|
3127
3127
|
|
|
3128
3128
|
@builtins.property
|
|
3129
3129
|
@jsii.member(jsii_name="name")
|
|
@@ -3136,7 +3136,7 @@ class CfnConfigurationPolicy(
|
|
|
3136
3136
|
if __debug__:
|
|
3137
3137
|
type_hints = typing.get_type_hints(_typecheckingstub__0c731f4e7d50837bdafa92a4f5cb8478dc20fafa27c5a4f08cdf841e2570899f)
|
|
3138
3138
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3139
|
-
jsii.set(self, "name", value)
|
|
3139
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3140
3140
|
|
|
3141
3141
|
@builtins.property
|
|
3142
3142
|
@jsii.member(jsii_name="description")
|
|
@@ -3149,7 +3149,7 @@ class CfnConfigurationPolicy(
|
|
|
3149
3149
|
if __debug__:
|
|
3150
3150
|
type_hints = typing.get_type_hints(_typecheckingstub__04301850c858bba803007d4d9502ff9c879ed1e1d926fa157899bd92a915c3cd)
|
|
3151
3151
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3152
|
-
jsii.set(self, "description", value)
|
|
3152
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3153
3153
|
|
|
3154
3154
|
@builtins.property
|
|
3155
3155
|
@jsii.member(jsii_name="tags")
|
|
@@ -3165,7 +3165,7 @@ class CfnConfigurationPolicy(
|
|
|
3165
3165
|
if __debug__:
|
|
3166
3166
|
type_hints = typing.get_type_hints(_typecheckingstub__418f84486ff1ec65f898c97538e438a38d2ee43b4f9ed6260595a25dfa039629)
|
|
3167
3167
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3168
|
-
jsii.set(self, "tags", value)
|
|
3168
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3169
3169
|
|
|
3170
3170
|
@jsii.data_type(
|
|
3171
3171
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnConfigurationPolicy.ParameterConfigurationProperty",
|
|
@@ -3443,7 +3443,7 @@ class CfnConfigurationPolicy(
|
|
|
3443
3443
|
|
|
3444
3444
|
It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3445
3445
|
|
|
3446
|
-
:param security_hub: The AWS
|
|
3446
|
+
:param security_hub: The AWS-service that the configuration policy applies to.
|
|
3447
3447
|
|
|
3448
3448
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-policy.html
|
|
3449
3449
|
:exampleMetadata: fixture=_generated
|
|
@@ -3496,7 +3496,7 @@ class CfnConfigurationPolicy(
|
|
|
3496
3496
|
def security_hub(
|
|
3497
3497
|
self,
|
|
3498
3498
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfigurationPolicy.SecurityHubPolicyProperty"]]:
|
|
3499
|
-
'''The AWS
|
|
3499
|
+
'''The AWS-service that the configuration policy applies to.
|
|
3500
3500
|
|
|
3501
3501
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-policy.html#cfn-securityhub-configurationpolicy-policy-securityhub
|
|
3502
3502
|
'''
|
|
@@ -3626,8 +3626,10 @@ class CfnConfigurationPolicy(
|
|
|
3626
3626
|
|
|
3627
3627
|
The enablement status of a control is aligned across all of the enabled standards in an account.
|
|
3628
3628
|
|
|
3629
|
-
|
|
3630
|
-
|
|
3629
|
+
This property is required only if ``ServiceEnabled`` is set to ``true`` in your configuration policy.
|
|
3630
|
+
|
|
3631
|
+
:param disabled_security_control_identifiers: A list of security controls that are disabled in the configuration policy. Provide only one of ``EnabledSecurityControlIdentifiers`` or ``DisabledSecurityControlIdentifiers`` . If you provide ``DisabledSecurityControlIdentifiers`` , Security Hub enables all other controls not in the list, and enables `AutoEnableControls <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateSecurityHubConfiguration.html#securityhub-UpdateSecurityHubConfiguration-request-AutoEnableControls>`_ .
|
|
3632
|
+
:param enabled_security_control_identifiers: A list of security controls that are enabled in the configuration policy. Provide only one of ``EnabledSecurityControlIdentifiers`` or ``DisabledSecurityControlIdentifiers`` . If you provide ``EnabledSecurityControlIdentifiers`` , Security Hub disables all other controls not in the list, and disables `AutoEnableControls <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateSecurityHubConfiguration.html#securityhub-UpdateSecurityHubConfiguration-request-AutoEnableControls>`_ .
|
|
3631
3633
|
:param security_control_custom_parameters: A list of security controls and control parameter values that are included in a configuration policy.
|
|
3632
3634
|
|
|
3633
3635
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securitycontrolsconfiguration.html
|
|
@@ -3683,7 +3685,9 @@ class CfnConfigurationPolicy(
|
|
|
3683
3685
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
3684
3686
|
'''A list of security controls that are disabled in the configuration policy.
|
|
3685
3687
|
|
|
3686
|
-
|
|
3688
|
+
Provide only one of ``EnabledSecurityControlIdentifiers`` or ``DisabledSecurityControlIdentifiers`` .
|
|
3689
|
+
|
|
3690
|
+
If you provide ``DisabledSecurityControlIdentifiers`` , Security Hub enables all other controls not in the list, and enables `AutoEnableControls <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateSecurityHubConfiguration.html#securityhub-UpdateSecurityHubConfiguration-request-AutoEnableControls>`_ .
|
|
3687
3691
|
|
|
3688
3692
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securitycontrolsconfiguration.html#cfn-securityhub-configurationpolicy-securitycontrolsconfiguration-disabledsecuritycontrolidentifiers
|
|
3689
3693
|
'''
|
|
@@ -3696,7 +3700,9 @@ class CfnConfigurationPolicy(
|
|
|
3696
3700
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
3697
3701
|
'''A list of security controls that are enabled in the configuration policy.
|
|
3698
3702
|
|
|
3699
|
-
|
|
3703
|
+
Provide only one of ``EnabledSecurityControlIdentifiers`` or ``DisabledSecurityControlIdentifiers`` .
|
|
3704
|
+
|
|
3705
|
+
If you provide ``EnabledSecurityControlIdentifiers`` , Security Hub disables all other controls not in the list, and disables `AutoEnableControls <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateSecurityHubConfiguration.html#securityhub-UpdateSecurityHubConfiguration-request-AutoEnableControls>`_ .
|
|
3700
3706
|
|
|
3701
3707
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securitycontrolsconfiguration.html#cfn-securityhub-configurationpolicy-securitycontrolsconfiguration-enabledsecuritycontrolidentifiers
|
|
3702
3708
|
'''
|
|
@@ -3746,8 +3752,8 @@ class CfnConfigurationPolicy(
|
|
|
3746
3752
|
|
|
3747
3753
|
The configuration policy includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If you provide a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If you provide a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
|
|
3748
3754
|
|
|
3749
|
-
:param enabled_standard_identifiers: A list that defines which security standards are enabled in the configuration policy.
|
|
3750
|
-
:param security_controls_configuration: An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account.
|
|
3755
|
+
:param enabled_standard_identifiers: A list that defines which security standards are enabled in the configuration policy. This property is required only if ``ServiceEnabled`` is set to ``true`` in your configuration policy.
|
|
3756
|
+
:param security_controls_configuration: An object that defines which security controls are enabled in the configuration policy. The enablement status of a control is aligned across all of the enabled standards in an account. This property is required only if ``ServiceEnabled`` is set to true in your configuration policy.
|
|
3751
3757
|
:param service_enabled: Indicates whether Security Hub is enabled in the policy.
|
|
3752
3758
|
|
|
3753
3759
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securityhubpolicy.html
|
|
@@ -3807,6 +3813,8 @@ class CfnConfigurationPolicy(
|
|
|
3807
3813
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
3808
3814
|
'''A list that defines which security standards are enabled in the configuration policy.
|
|
3809
3815
|
|
|
3816
|
+
This property is required only if ``ServiceEnabled`` is set to ``true`` in your configuration policy.
|
|
3817
|
+
|
|
3810
3818
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securityhubpolicy.html#cfn-securityhub-configurationpolicy-securityhubpolicy-enabledstandardidentifiers
|
|
3811
3819
|
'''
|
|
3812
3820
|
result = self._values.get("enabled_standard_identifiers")
|
|
@@ -3820,6 +3828,8 @@ class CfnConfigurationPolicy(
|
|
|
3820
3828
|
|
|
3821
3829
|
The enablement status of a control is aligned across all of the enabled standards in an account.
|
|
3822
3830
|
|
|
3831
|
+
This property is required only if ``ServiceEnabled`` is set to true in your configuration policy.
|
|
3832
|
+
|
|
3823
3833
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-configurationpolicy-securityhubpolicy.html#cfn-securityhub-configurationpolicy-securityhubpolicy-securitycontrolsconfiguration
|
|
3824
3834
|
'''
|
|
3825
3835
|
result = self._values.get("security_controls_configuration")
|
|
@@ -4111,7 +4121,7 @@ class CfnDelegatedAdmin(
|
|
|
4111
4121
|
if __debug__:
|
|
4112
4122
|
type_hints = typing.get_type_hints(_typecheckingstub__f5fdd5db8baf5624dbb4185acb8020d5499aa459d03967b97375912c3e6844c5)
|
|
4113
4123
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4114
|
-
jsii.set(self, "adminAccountId", value)
|
|
4124
|
+
jsii.set(self, "adminAccountId", value) # pyright: ignore[reportArgumentType]
|
|
4115
4125
|
|
|
4116
4126
|
|
|
4117
4127
|
@jsii.data_type(
|
|
@@ -4210,8 +4220,8 @@ class CfnFindingAggregator(
|
|
|
4210
4220
|
'''
|
|
4211
4221
|
:param scope: Scope in which this resource is defined.
|
|
4212
4222
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4213
|
-
:param region_linking_mode: Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: - ``ALL_REGIONS`` -
|
|
4214
|
-
:param regions: If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
4223
|
+
:param region_linking_mode: Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: - ``ALL_REGIONS`` - Aggregates findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Aggregates findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``SPECIFIED_REGIONS`` - Aggregates findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions. - ``NO_REGIONS`` - Aggregates no data because no Regions are selected as linked Regions.
|
|
4224
|
+
:param regions: If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region. An ``InvalidInputException`` error results if you populate this field while ``RegionLinkingMode`` is ``NO_REGIONS`` .
|
|
4215
4225
|
'''
|
|
4216
4226
|
if __debug__:
|
|
4217
4227
|
type_hints = typing.get_type_hints(_typecheckingstub__def955d28b5fec6358172b72efd12a764fe7f7be8d0ea9076bc99608ed72dd3c)
|
|
@@ -4289,7 +4299,7 @@ class CfnFindingAggregator(
|
|
|
4289
4299
|
if __debug__:
|
|
4290
4300
|
type_hints = typing.get_type_hints(_typecheckingstub__475994d9cd8d46f8f3a69625c313f5aeede3069bc0a97c77f4287886450a34ba)
|
|
4291
4301
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4292
|
-
jsii.set(self, "regionLinkingMode", value)
|
|
4302
|
+
jsii.set(self, "regionLinkingMode", value) # pyright: ignore[reportArgumentType]
|
|
4293
4303
|
|
|
4294
4304
|
@builtins.property
|
|
4295
4305
|
@jsii.member(jsii_name="regions")
|
|
@@ -4302,7 +4312,7 @@ class CfnFindingAggregator(
|
|
|
4302
4312
|
if __debug__:
|
|
4303
4313
|
type_hints = typing.get_type_hints(_typecheckingstub__8df27b51aae55bb4c2c3ab84a0b047bdd2763b4077910af8afa3825bbe83283d)
|
|
4304
4314
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4305
|
-
jsii.set(self, "regions", value)
|
|
4315
|
+
jsii.set(self, "regions", value) # pyright: ignore[reportArgumentType]
|
|
4306
4316
|
|
|
4307
4317
|
|
|
4308
4318
|
@jsii.data_type(
|
|
@@ -4319,8 +4329,8 @@ class CfnFindingAggregatorProps:
|
|
|
4319
4329
|
) -> None:
|
|
4320
4330
|
'''Properties for defining a ``CfnFindingAggregator``.
|
|
4321
4331
|
|
|
4322
|
-
:param region_linking_mode: Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: - ``ALL_REGIONS`` -
|
|
4323
|
-
:param regions: If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
4332
|
+
:param region_linking_mode: Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them. The selected option also determines how to use the Regions provided in the Regions list. The options are as follows: - ``ALL_REGIONS`` - Aggregates findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Aggregates findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them. - ``SPECIFIED_REGIONS`` - Aggregates findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions. - ``NO_REGIONS`` - Aggregates no data because no Regions are selected as linked Regions.
|
|
4333
|
+
:param regions: If ``RegionLinkingMode`` is ``ALL_REGIONS_EXCEPT_SPECIFIED`` , then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region. An ``InvalidInputException`` error results if you populate this field while ``RegionLinkingMode`` is ``NO_REGIONS`` .
|
|
4324
4334
|
|
|
4325
4335
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html
|
|
4326
4336
|
:exampleMetadata: fixture=_generated
|
|
@@ -4358,9 +4368,10 @@ class CfnFindingAggregatorProps:
|
|
|
4358
4368
|
|
|
4359
4369
|
The options are as follows:
|
|
4360
4370
|
|
|
4361
|
-
- ``ALL_REGIONS`` -
|
|
4362
|
-
- ``ALL_REGIONS_EXCEPT_SPECIFIED`` -
|
|
4363
|
-
- ``SPECIFIED_REGIONS`` -
|
|
4371
|
+
- ``ALL_REGIONS`` - Aggregates findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
4372
|
+
- ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Aggregates findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
4373
|
+
- ``SPECIFIED_REGIONS`` - Aggregates findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
|
|
4374
|
+
- ``NO_REGIONS`` - Aggregates no data because no Regions are selected as linked Regions.
|
|
4364
4375
|
|
|
4365
4376
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html#cfn-securityhub-findingaggregator-regionlinkingmode
|
|
4366
4377
|
'''
|
|
@@ -4374,6 +4385,8 @@ class CfnFindingAggregatorProps:
|
|
|
4374
4385
|
|
|
4375
4386
|
If ``RegionLinkingMode`` is ``SPECIFIED_REGIONS`` , then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
4376
4387
|
|
|
4388
|
+
An ``InvalidInputException`` error results if you populate this field while ``RegionLinkingMode`` is ``NO_REGIONS`` .
|
|
4389
|
+
|
|
4377
4390
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html#cfn-securityhub-findingaggregator-regions
|
|
4378
4391
|
'''
|
|
4379
4392
|
result = self._values.get("regions")
|
|
@@ -4533,7 +4546,7 @@ class CfnHub(
|
|
|
4533
4546
|
if __debug__:
|
|
4534
4547
|
type_hints = typing.get_type_hints(_typecheckingstub__f8111fb2c58ed3e1e0c85928b084d60f2c8b02b604055e3087ce38f249967a54)
|
|
4535
4548
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4536
|
-
jsii.set(self, "autoEnableControls", value)
|
|
4549
|
+
jsii.set(self, "autoEnableControls", value) # pyright: ignore[reportArgumentType]
|
|
4537
4550
|
|
|
4538
4551
|
@builtins.property
|
|
4539
4552
|
@jsii.member(jsii_name="controlFindingGenerator")
|
|
@@ -4546,7 +4559,7 @@ class CfnHub(
|
|
|
4546
4559
|
if __debug__:
|
|
4547
4560
|
type_hints = typing.get_type_hints(_typecheckingstub__6647ce06efe713d1b36ec98af92808e5bf616a683fa68b2fb4fe64fafe92bf35)
|
|
4548
4561
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4549
|
-
jsii.set(self, "controlFindingGenerator", value)
|
|
4562
|
+
jsii.set(self, "controlFindingGenerator", value) # pyright: ignore[reportArgumentType]
|
|
4550
4563
|
|
|
4551
4564
|
@builtins.property
|
|
4552
4565
|
@jsii.member(jsii_name="enableDefaultStandards")
|
|
@@ -4564,7 +4577,7 @@ class CfnHub(
|
|
|
4564
4577
|
if __debug__:
|
|
4565
4578
|
type_hints = typing.get_type_hints(_typecheckingstub__4d118847a7bb58b794458a6afe88e0a8324a3a4e1590aba4f028de455ee8c624)
|
|
4566
4579
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4567
|
-
jsii.set(self, "enableDefaultStandards", value)
|
|
4580
|
+
jsii.set(self, "enableDefaultStandards", value) # pyright: ignore[reportArgumentType]
|
|
4568
4581
|
|
|
4569
4582
|
@builtins.property
|
|
4570
4583
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4577,7 +4590,7 @@ class CfnHub(
|
|
|
4577
4590
|
if __debug__:
|
|
4578
4591
|
type_hints = typing.get_type_hints(_typecheckingstub__e17fb796b4e0971555823ae1c97a99f19e5677ae303ff0ef984cd00ac919ea87)
|
|
4579
4592
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4580
|
-
jsii.set(self, "tagsRaw", value)
|
|
4593
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4581
4594
|
|
|
4582
4595
|
|
|
4583
4596
|
@jsii.data_type(
|
|
@@ -5288,7 +5301,7 @@ class CfnInsight(
|
|
|
5288
5301
|
if __debug__:
|
|
5289
5302
|
type_hints = typing.get_type_hints(_typecheckingstub__40bc93b289fd6fbe5ea66bbe5f8eca6d1371fec0a59789022949021156c016a4)
|
|
5290
5303
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5291
|
-
jsii.set(self, "filters", value)
|
|
5304
|
+
jsii.set(self, "filters", value) # pyright: ignore[reportArgumentType]
|
|
5292
5305
|
|
|
5293
5306
|
@builtins.property
|
|
5294
5307
|
@jsii.member(jsii_name="groupByAttribute")
|
|
@@ -5301,7 +5314,7 @@ class CfnInsight(
|
|
|
5301
5314
|
if __debug__:
|
|
5302
5315
|
type_hints = typing.get_type_hints(_typecheckingstub__645260a48ef5fcfdb2acc56551dd1e6897e309e4feef6d7b81e9aa50ad0cc353)
|
|
5303
5316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5304
|
-
jsii.set(self, "groupByAttribute", value)
|
|
5317
|
+
jsii.set(self, "groupByAttribute", value) # pyright: ignore[reportArgumentType]
|
|
5305
5318
|
|
|
5306
5319
|
@builtins.property
|
|
5307
5320
|
@jsii.member(jsii_name="name")
|
|
@@ -5314,7 +5327,7 @@ class CfnInsight(
|
|
|
5314
5327
|
if __debug__:
|
|
5315
5328
|
type_hints = typing.get_type_hints(_typecheckingstub__766e42c726b2c502b30c5c9ccf965e83324fe1b106e1918e14b49c7f3b6cb61c)
|
|
5316
5329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5317
|
-
jsii.set(self, "name", value)
|
|
5330
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5318
5331
|
|
|
5319
5332
|
@jsii.data_type(
|
|
5320
5333
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnInsight.AwsSecurityFindingFiltersProperty",
|
|
@@ -5543,7 +5556,7 @@ class CfnInsight(
|
|
|
5543
5556
|
:param aws_account_name: The name of the AWS account in which a finding is generated.
|
|
5544
5557
|
:param company_name: The name of the findings provider (company) that owns the solution (product) that generates findings.
|
|
5545
5558
|
:param compliance_associated_standards_id: The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the `DescribeStandards <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html>`_ API response.
|
|
5546
|
-
:param compliance_security_control_id: The unique identifier of a control across standards. Values for this field typically consist of an AWS
|
|
5559
|
+
:param compliance_security_control_id: The unique identifier of a control across standards. Values for this field typically consist of an AWS-service and a number, such as APIGateway.5.
|
|
5547
5560
|
:param compliance_security_control_parameters_name: The name of a security control parameter.
|
|
5548
5561
|
:param compliance_security_control_parameters_value: The current value of a security control parameter.
|
|
5549
5562
|
:param compliance_status: Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS AWS Foundations. Contains security standard-related finding details.
|
|
@@ -6490,7 +6503,7 @@ class CfnInsight(
|
|
|
6490
6503
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInsight.StringFilterProperty"]]]]:
|
|
6491
6504
|
'''The unique identifier of a control across standards.
|
|
6492
6505
|
|
|
6493
|
-
Values for this field typically consist of an AWS
|
|
6506
|
+
Values for this field typically consist of an AWS-service and a number, such as APIGateway.5.
|
|
6494
6507
|
|
|
6495
6508
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-awssecurityfindingfilters.html#cfn-securityhub-insight-awssecurityfindingfilters-compliancesecuritycontrolid
|
|
6496
6509
|
'''
|
|
@@ -9063,7 +9076,7 @@ class CfnOrganizationConfiguration(
|
|
|
9063
9076
|
if __debug__:
|
|
9064
9077
|
type_hints = typing.get_type_hints(_typecheckingstub__c9c68b5ed857f20db52a9ddd608779c26714ad57f3e5ec020cd2ec205b0b4686)
|
|
9065
9078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9066
|
-
jsii.set(self, "autoEnable", value)
|
|
9079
|
+
jsii.set(self, "autoEnable", value) # pyright: ignore[reportArgumentType]
|
|
9067
9080
|
|
|
9068
9081
|
@builtins.property
|
|
9069
9082
|
@jsii.member(jsii_name="autoEnableStandards")
|
|
@@ -9076,7 +9089,7 @@ class CfnOrganizationConfiguration(
|
|
|
9076
9089
|
if __debug__:
|
|
9077
9090
|
type_hints = typing.get_type_hints(_typecheckingstub__a91a9e8125723c3bbf2b823016143a56e3921498aeef3bea3e38ab2507456375)
|
|
9078
9091
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9079
|
-
jsii.set(self, "autoEnableStandards", value)
|
|
9092
|
+
jsii.set(self, "autoEnableStandards", value) # pyright: ignore[reportArgumentType]
|
|
9080
9093
|
|
|
9081
9094
|
@builtins.property
|
|
9082
9095
|
@jsii.member(jsii_name="configurationType")
|
|
@@ -9089,7 +9102,7 @@ class CfnOrganizationConfiguration(
|
|
|
9089
9102
|
if __debug__:
|
|
9090
9103
|
type_hints = typing.get_type_hints(_typecheckingstub__a9716e72aa1123497cebad00869227a883554f1d22c3001478ca2aa367e4480e)
|
|
9091
9104
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9092
|
-
jsii.set(self, "configurationType", value)
|
|
9105
|
+
jsii.set(self, "configurationType", value) # pyright: ignore[reportArgumentType]
|
|
9093
9106
|
|
|
9094
9107
|
|
|
9095
9108
|
@jsii.data_type(
|
|
@@ -9347,7 +9360,7 @@ class CfnPolicyAssociation(
|
|
|
9347
9360
|
if __debug__:
|
|
9348
9361
|
type_hints = typing.get_type_hints(_typecheckingstub__099694d0e3019ff95f4caf646c1f0281841f787418a0d3d41abadbc38cec77cb)
|
|
9349
9362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9350
|
-
jsii.set(self, "configurationPolicyId", value)
|
|
9363
|
+
jsii.set(self, "configurationPolicyId", value) # pyright: ignore[reportArgumentType]
|
|
9351
9364
|
|
|
9352
9365
|
@builtins.property
|
|
9353
9366
|
@jsii.member(jsii_name="targetId")
|
|
@@ -9360,7 +9373,7 @@ class CfnPolicyAssociation(
|
|
|
9360
9373
|
if __debug__:
|
|
9361
9374
|
type_hints = typing.get_type_hints(_typecheckingstub__af8804051f98d2fff348049fe6c76b9cb9a5e095f2b7216509e1bbc6c1557271)
|
|
9362
9375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9363
|
-
jsii.set(self, "targetId", value)
|
|
9376
|
+
jsii.set(self, "targetId", value) # pyright: ignore[reportArgumentType]
|
|
9364
9377
|
|
|
9365
9378
|
@builtins.property
|
|
9366
9379
|
@jsii.member(jsii_name="targetType")
|
|
@@ -9373,7 +9386,7 @@ class CfnPolicyAssociation(
|
|
|
9373
9386
|
if __debug__:
|
|
9374
9387
|
type_hints = typing.get_type_hints(_typecheckingstub__ecc5d3f7535d58c2be7c9d763790a7e3c9fe6b64d4feea0c9122267c1bb09e15)
|
|
9375
9388
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9376
|
-
jsii.set(self, "targetType", value)
|
|
9389
|
+
jsii.set(self, "targetType", value) # pyright: ignore[reportArgumentType]
|
|
9377
9390
|
|
|
9378
9391
|
|
|
9379
9392
|
@jsii.data_type(
|
|
@@ -9573,7 +9586,7 @@ class CfnProductSubscription(
|
|
|
9573
9586
|
if __debug__:
|
|
9574
9587
|
type_hints = typing.get_type_hints(_typecheckingstub__1e63b86460e92e5a56fd9d1eaf71d8f57c62718a7502fdde0b9cc7898029252a)
|
|
9575
9588
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9576
|
-
jsii.set(self, "productArn", value)
|
|
9589
|
+
jsii.set(self, "productArn", value) # pyright: ignore[reportArgumentType]
|
|
9577
9590
|
|
|
9578
9591
|
|
|
9579
9592
|
@jsii.data_type(
|
|
@@ -9681,7 +9694,7 @@ class CfnSecurityControl(
|
|
|
9681
9694
|
:param parameters: An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
|
9682
9695
|
:param last_update_reason: The most recent reason for updating the customizable properties of a security control. This differs from the ``UpdateReason`` field of the ```BatchUpdateStandardsControlAssociations`` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html>`_ API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9683
9696
|
:param security_control_arn: The Amazon Resource Name (ARN) for a security control across standards, such as ``arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`` . This parameter doesn't mention a specific standard.
|
|
9684
|
-
:param security_control_id: The unique identifier of a security control across standards. Values for this field typically consist of an AWS
|
|
9697
|
+
:param security_control_id: The unique identifier of a security control across standards. Values for this field typically consist of an AWS-service name and a number, such as APIGateway.3.
|
|
9685
9698
|
'''
|
|
9686
9699
|
if __debug__:
|
|
9687
9700
|
type_hints = typing.get_type_hints(_typecheckingstub__726fa705fd558de76e132e75c55b8475c62b8dc48c449b5a702f64b1f4bff214)
|
|
@@ -9747,7 +9760,7 @@ class CfnSecurityControl(
|
|
|
9747
9760
|
if __debug__:
|
|
9748
9761
|
type_hints = typing.get_type_hints(_typecheckingstub__ba42fae33edc1f1aa919c0aa456d75e2059314d6bb1a4b1deec59b91ddaeaf4e)
|
|
9749
9762
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9750
|
-
jsii.set(self, "parameters", value)
|
|
9763
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
9751
9764
|
|
|
9752
9765
|
@builtins.property
|
|
9753
9766
|
@jsii.member(jsii_name="lastUpdateReason")
|
|
@@ -9760,7 +9773,7 @@ class CfnSecurityControl(
|
|
|
9760
9773
|
if __debug__:
|
|
9761
9774
|
type_hints = typing.get_type_hints(_typecheckingstub__3b44d1cfbd6f5b9cc0e4f01d2215ab6605103c5dd09dd732f99604233458a89a)
|
|
9762
9775
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9763
|
-
jsii.set(self, "lastUpdateReason", value)
|
|
9776
|
+
jsii.set(self, "lastUpdateReason", value) # pyright: ignore[reportArgumentType]
|
|
9764
9777
|
|
|
9765
9778
|
@builtins.property
|
|
9766
9779
|
@jsii.member(jsii_name="securityControlArn")
|
|
@@ -9773,7 +9786,7 @@ class CfnSecurityControl(
|
|
|
9773
9786
|
if __debug__:
|
|
9774
9787
|
type_hints = typing.get_type_hints(_typecheckingstub__4478e81bddb9f9df8efd5c0032ddfb869fb7885b4a68ad3bdb3c327deb03328a)
|
|
9775
9788
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9776
|
-
jsii.set(self, "securityControlArn", value)
|
|
9789
|
+
jsii.set(self, "securityControlArn", value) # pyright: ignore[reportArgumentType]
|
|
9777
9790
|
|
|
9778
9791
|
@builtins.property
|
|
9779
9792
|
@jsii.member(jsii_name="securityControlId")
|
|
@@ -9786,7 +9799,7 @@ class CfnSecurityControl(
|
|
|
9786
9799
|
if __debug__:
|
|
9787
9800
|
type_hints = typing.get_type_hints(_typecheckingstub__ff55fd11201a4a7c92e4e58e9fa5bcdb6762a8ac0310ada761c3b90158e2f5e4)
|
|
9788
9801
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9789
|
-
jsii.set(self, "securityControlId", value)
|
|
9802
|
+
jsii.set(self, "securityControlId", value) # pyright: ignore[reportArgumentType]
|
|
9790
9803
|
|
|
9791
9804
|
@jsii.data_type(
|
|
9792
9805
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnSecurityControl.ParameterConfigurationProperty",
|
|
@@ -9869,7 +9882,7 @@ class CfnSecurityControlProps:
|
|
|
9869
9882
|
:param parameters: An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
|
9870
9883
|
:param last_update_reason: The most recent reason for updating the customizable properties of a security control. This differs from the ``UpdateReason`` field of the ```BatchUpdateStandardsControlAssociations`` <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html>`_ API, which tracks the reason for updating the enablement status of a control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
|
|
9871
9884
|
:param security_control_arn: The Amazon Resource Name (ARN) for a security control across standards, such as ``arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1`` . This parameter doesn't mention a specific standard.
|
|
9872
|
-
:param security_control_id: The unique identifier of a security control across standards. Values for this field typically consist of an AWS
|
|
9885
|
+
:param security_control_id: The unique identifier of a security control across standards. Values for this field typically consist of an AWS-service name and a number, such as APIGateway.3.
|
|
9873
9886
|
|
|
9874
9887
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html
|
|
9875
9888
|
:exampleMetadata: fixture=_generated
|
|
@@ -9945,7 +9958,7 @@ class CfnSecurityControlProps:
|
|
|
9945
9958
|
def security_control_id(self) -> typing.Optional[builtins.str]:
|
|
9946
9959
|
'''The unique identifier of a security control across standards.
|
|
9947
9960
|
|
|
9948
|
-
Values for this field typically consist of an AWS
|
|
9961
|
+
Values for this field typically consist of an AWS-service name and a number, such as APIGateway.3.
|
|
9949
9962
|
|
|
9950
9963
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-securitycontrol.html#cfn-securityhub-securitycontrol-securitycontrolid
|
|
9951
9964
|
'''
|
|
@@ -10081,7 +10094,7 @@ class CfnStandard(
|
|
|
10081
10094
|
if __debug__:
|
|
10082
10095
|
type_hints = typing.get_type_hints(_typecheckingstub__1f003fbeecd432c822b1f4490f85902feb985eef57ec347d64e831f0a337b479)
|
|
10083
10096
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10084
|
-
jsii.set(self, "standardsArn", value)
|
|
10097
|
+
jsii.set(self, "standardsArn", value) # pyright: ignore[reportArgumentType]
|
|
10085
10098
|
|
|
10086
10099
|
@builtins.property
|
|
10087
10100
|
@jsii.member(jsii_name="disabledStandardsControls")
|
|
@@ -10099,7 +10112,7 @@ class CfnStandard(
|
|
|
10099
10112
|
if __debug__:
|
|
10100
10113
|
type_hints = typing.get_type_hints(_typecheckingstub__0e923480bf5c5fa4fccb5bf4b4fb34ecf10ca3accba9f2a4f7b1b6ad7ad9437c)
|
|
10101
10114
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10102
|
-
jsii.set(self, "disabledStandardsControls", value)
|
|
10115
|
+
jsii.set(self, "disabledStandardsControls", value) # pyright: ignore[reportArgumentType]
|
|
10103
10116
|
|
|
10104
10117
|
@jsii.data_type(
|
|
10105
10118
|
jsii_type="aws-cdk-lib.aws_securityhub.CfnStandard.StandardsControlProperty",
|