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
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -454,7 +454,7 @@ class CfnAggregationAuthorization(
|
|
|
454
454
|
if __debug__:
|
|
455
455
|
type_hints = typing.get_type_hints(_typecheckingstub__cd3558b66422be906f2e97b3cadb6ab3aff487b0ae706aa3e5e5cb5e361a5db2)
|
|
456
456
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
457
|
-
jsii.set(self, "authorizedAccountId", value)
|
|
457
|
+
jsii.set(self, "authorizedAccountId", value) # pyright: ignore[reportArgumentType]
|
|
458
458
|
|
|
459
459
|
@builtins.property
|
|
460
460
|
@jsii.member(jsii_name="authorizedAwsRegion")
|
|
@@ -467,7 +467,7 @@ class CfnAggregationAuthorization(
|
|
|
467
467
|
if __debug__:
|
|
468
468
|
type_hints = typing.get_type_hints(_typecheckingstub__0ec985b949ac5925a51ebe338acec25ecef0e6592afa79374fef259e6fef4198)
|
|
469
469
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
470
|
-
jsii.set(self, "authorizedAwsRegion", value)
|
|
470
|
+
jsii.set(self, "authorizedAwsRegion", value) # pyright: ignore[reportArgumentType]
|
|
471
471
|
|
|
472
472
|
@builtins.property
|
|
473
473
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -480,7 +480,7 @@ class CfnAggregationAuthorization(
|
|
|
480
480
|
if __debug__:
|
|
481
481
|
type_hints = typing.get_type_hints(_typecheckingstub__2acb4bb46d29ee80a30777200253cd46f769127ae01597fbc2e951064ea932d4)
|
|
482
482
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
483
|
-
jsii.set(self, "tagsRaw", value)
|
|
483
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
484
484
|
|
|
485
485
|
|
|
486
486
|
@jsii.data_type(
|
|
@@ -780,7 +780,7 @@ class CfnConfigRule(
|
|
|
780
780
|
if __debug__:
|
|
781
781
|
type_hints = typing.get_type_hints(_typecheckingstub__a30b5901e0068cf18be7f15f8558e224eb62559802cd26646f648c0dbf5f3680)
|
|
782
782
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
783
|
-
jsii.set(self, "source", value)
|
|
783
|
+
jsii.set(self, "source", value) # pyright: ignore[reportArgumentType]
|
|
784
784
|
|
|
785
785
|
@builtins.property
|
|
786
786
|
@jsii.member(jsii_name="compliance")
|
|
@@ -798,7 +798,7 @@ class CfnConfigRule(
|
|
|
798
798
|
if __debug__:
|
|
799
799
|
type_hints = typing.get_type_hints(_typecheckingstub__743f9ee6243708ed2e606e31e618af32604f35d387093cdc8d8634e961b27324)
|
|
800
800
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
801
|
-
jsii.set(self, "compliance", value)
|
|
801
|
+
jsii.set(self, "compliance", value) # pyright: ignore[reportArgumentType]
|
|
802
802
|
|
|
803
803
|
@builtins.property
|
|
804
804
|
@jsii.member(jsii_name="configRuleName")
|
|
@@ -811,7 +811,7 @@ class CfnConfigRule(
|
|
|
811
811
|
if __debug__:
|
|
812
812
|
type_hints = typing.get_type_hints(_typecheckingstub__4e021e024fd440e8ec5c9b4d24e2029d1629640189c221a5866e301e89aa53b6)
|
|
813
813
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
814
|
-
jsii.set(self, "configRuleName", value)
|
|
814
|
+
jsii.set(self, "configRuleName", value) # pyright: ignore[reportArgumentType]
|
|
815
815
|
|
|
816
816
|
@builtins.property
|
|
817
817
|
@jsii.member(jsii_name="description")
|
|
@@ -824,7 +824,7 @@ class CfnConfigRule(
|
|
|
824
824
|
if __debug__:
|
|
825
825
|
type_hints = typing.get_type_hints(_typecheckingstub__446b3dad0fdf8c8a9449d165e2fed6fa45c11495397d8cfdaf24ac1368e14962)
|
|
826
826
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
827
|
-
jsii.set(self, "description", value)
|
|
827
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
828
828
|
|
|
829
829
|
@builtins.property
|
|
830
830
|
@jsii.member(jsii_name="evaluationModes")
|
|
@@ -842,7 +842,7 @@ class CfnConfigRule(
|
|
|
842
842
|
if __debug__:
|
|
843
843
|
type_hints = typing.get_type_hints(_typecheckingstub__3563e34d09c0fb5a803e72a8cee06c0ed65b4c596390bf75303600bfd5df9f44)
|
|
844
844
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
845
|
-
jsii.set(self, "evaluationModes", value)
|
|
845
|
+
jsii.set(self, "evaluationModes", value) # pyright: ignore[reportArgumentType]
|
|
846
846
|
|
|
847
847
|
@builtins.property
|
|
848
848
|
@jsii.member(jsii_name="inputParameters")
|
|
@@ -855,7 +855,7 @@ class CfnConfigRule(
|
|
|
855
855
|
if __debug__:
|
|
856
856
|
type_hints = typing.get_type_hints(_typecheckingstub__7d61437c3cdab85e8dc7a25b710d93b6aaaa2a833466cfb80eb3d13340c62da3)
|
|
857
857
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
858
|
-
jsii.set(self, "inputParameters", value)
|
|
858
|
+
jsii.set(self, "inputParameters", value) # pyright: ignore[reportArgumentType]
|
|
859
859
|
|
|
860
860
|
@builtins.property
|
|
861
861
|
@jsii.member(jsii_name="maximumExecutionFrequency")
|
|
@@ -868,7 +868,7 @@ class CfnConfigRule(
|
|
|
868
868
|
if __debug__:
|
|
869
869
|
type_hints = typing.get_type_hints(_typecheckingstub__3c19facad0744d2d150810a1e9fb83a8d41c5447083981222c737ba287c7d08f)
|
|
870
870
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
871
|
-
jsii.set(self, "maximumExecutionFrequency", value)
|
|
871
|
+
jsii.set(self, "maximumExecutionFrequency", value) # pyright: ignore[reportArgumentType]
|
|
872
872
|
|
|
873
873
|
@builtins.property
|
|
874
874
|
@jsii.member(jsii_name="scope")
|
|
@@ -886,7 +886,7 @@ class CfnConfigRule(
|
|
|
886
886
|
if __debug__:
|
|
887
887
|
type_hints = typing.get_type_hints(_typecheckingstub__c70fa274e56c5def397aac6cec3b30f31c7ee9cc7367d5b6bf0c78e63400ca24)
|
|
888
888
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
889
|
-
jsii.set(self, "scope", value)
|
|
889
|
+
jsii.set(self, "scope", value) # pyright: ignore[reportArgumentType]
|
|
890
890
|
|
|
891
891
|
@jsii.data_type(
|
|
892
892
|
jsii_type="aws-cdk-lib.aws_config.CfnConfigRule.ComplianceProperty",
|
|
@@ -1826,7 +1826,7 @@ class CfnConfigurationAggregator(
|
|
|
1826
1826
|
if __debug__:
|
|
1827
1827
|
type_hints = typing.get_type_hints(_typecheckingstub__ca6667d76e5d18c00525f2f2e305db803462801d9dd67cb2cc46951b67b7e1c9)
|
|
1828
1828
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1829
|
-
jsii.set(self, "accountAggregationSources", value)
|
|
1829
|
+
jsii.set(self, "accountAggregationSources", value) # pyright: ignore[reportArgumentType]
|
|
1830
1830
|
|
|
1831
1831
|
@builtins.property
|
|
1832
1832
|
@jsii.member(jsii_name="configurationAggregatorName")
|
|
@@ -1842,7 +1842,7 @@ class CfnConfigurationAggregator(
|
|
|
1842
1842
|
if __debug__:
|
|
1843
1843
|
type_hints = typing.get_type_hints(_typecheckingstub__d5d468f6c23924787d592b321e6a582b8ee2144e5dc7e23a15626d783a2637da)
|
|
1844
1844
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1845
|
-
jsii.set(self, "configurationAggregatorName", value)
|
|
1845
|
+
jsii.set(self, "configurationAggregatorName", value) # pyright: ignore[reportArgumentType]
|
|
1846
1846
|
|
|
1847
1847
|
@builtins.property
|
|
1848
1848
|
@jsii.member(jsii_name="organizationAggregationSource")
|
|
@@ -1860,7 +1860,7 @@ class CfnConfigurationAggregator(
|
|
|
1860
1860
|
if __debug__:
|
|
1861
1861
|
type_hints = typing.get_type_hints(_typecheckingstub__adc51ade0f3204fdf6726c1ef680ca92c25055c195dce6a07df154db27d4c155)
|
|
1862
1862
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1863
|
-
jsii.set(self, "organizationAggregationSource", value)
|
|
1863
|
+
jsii.set(self, "organizationAggregationSource", value) # pyright: ignore[reportArgumentType]
|
|
1864
1864
|
|
|
1865
1865
|
@builtins.property
|
|
1866
1866
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1873,7 +1873,7 @@ class CfnConfigurationAggregator(
|
|
|
1873
1873
|
if __debug__:
|
|
1874
1874
|
type_hints = typing.get_type_hints(_typecheckingstub__e3d290ef49845b3910d8dfd1137db37b79d04caa1266e44513db09527493d2da)
|
|
1875
1875
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1876
|
-
jsii.set(self, "tagsRaw", value)
|
|
1876
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1877
1877
|
|
|
1878
1878
|
@jsii.data_type(
|
|
1879
1879
|
jsii_type="aws-cdk-lib.aws_config.CfnConfigurationAggregator.AccountAggregationSourceProperty",
|
|
@@ -2336,7 +2336,7 @@ class CfnConfigurationRecorder(
|
|
|
2336
2336
|
if __debug__:
|
|
2337
2337
|
type_hints = typing.get_type_hints(_typecheckingstub__fcbc5734beaea5ab983c66a385694785e3c9ee7351911d6b565ea4e897a7826e)
|
|
2338
2338
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2339
|
-
jsii.set(self, "roleArn", value)
|
|
2339
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
2340
2340
|
|
|
2341
2341
|
@builtins.property
|
|
2342
2342
|
@jsii.member(jsii_name="name")
|
|
@@ -2352,7 +2352,7 @@ class CfnConfigurationRecorder(
|
|
|
2352
2352
|
if __debug__:
|
|
2353
2353
|
type_hints = typing.get_type_hints(_typecheckingstub__c2a1c68bd9cad77de81d8251d2998854170a63f9e469e6bdea9a9e56f75e6622)
|
|
2354
2354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2355
|
-
jsii.set(self, "name", value)
|
|
2355
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2356
2356
|
|
|
2357
2357
|
@builtins.property
|
|
2358
2358
|
@jsii.member(jsii_name="recordingGroup")
|
|
@@ -2370,7 +2370,7 @@ class CfnConfigurationRecorder(
|
|
|
2370
2370
|
if __debug__:
|
|
2371
2371
|
type_hints = typing.get_type_hints(_typecheckingstub__0e1878a10e77a1aa31c809535803af7748be10257943ccb0147e9c0839dda938)
|
|
2372
2372
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2373
|
-
jsii.set(self, "recordingGroup", value)
|
|
2373
|
+
jsii.set(self, "recordingGroup", value) # pyright: ignore[reportArgumentType]
|
|
2374
2374
|
|
|
2375
2375
|
@builtins.property
|
|
2376
2376
|
@jsii.member(jsii_name="recordingMode")
|
|
@@ -2388,7 +2388,7 @@ class CfnConfigurationRecorder(
|
|
|
2388
2388
|
if __debug__:
|
|
2389
2389
|
type_hints = typing.get_type_hints(_typecheckingstub__79c601a52da19c88133151b63852ca6a6ba71894cd962c2e118e75d604e83fe5)
|
|
2390
2390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2391
|
-
jsii.set(self, "recordingMode", value)
|
|
2391
|
+
jsii.set(self, "recordingMode", value) # pyright: ignore[reportArgumentType]
|
|
2392
2392
|
|
|
2393
2393
|
@jsii.data_type(
|
|
2394
2394
|
jsii_type="aws-cdk-lib.aws_config.CfnConfigurationRecorder.ExclusionByResourceTypesProperty",
|
|
@@ -3296,7 +3296,7 @@ class CfnConformancePack(
|
|
|
3296
3296
|
if __debug__:
|
|
3297
3297
|
type_hints = typing.get_type_hints(_typecheckingstub__017266c6d2336c47dd9ced678b7f1432f1d8c14f7d6c1fa5d4e1b853ea226215)
|
|
3298
3298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3299
|
-
jsii.set(self, "conformancePackName", value)
|
|
3299
|
+
jsii.set(self, "conformancePackName", value) # pyright: ignore[reportArgumentType]
|
|
3300
3300
|
|
|
3301
3301
|
@builtins.property
|
|
3302
3302
|
@jsii.member(jsii_name="conformancePackInputParameters")
|
|
@@ -3314,7 +3314,7 @@ class CfnConformancePack(
|
|
|
3314
3314
|
if __debug__:
|
|
3315
3315
|
type_hints = typing.get_type_hints(_typecheckingstub__66a3c1376d21fbc61cfccda9673dabefb2864004881e13f61c2450d58f726d02)
|
|
3316
3316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3317
|
-
jsii.set(self, "conformancePackInputParameters", value)
|
|
3317
|
+
jsii.set(self, "conformancePackInputParameters", value) # pyright: ignore[reportArgumentType]
|
|
3318
3318
|
|
|
3319
3319
|
@builtins.property
|
|
3320
3320
|
@jsii.member(jsii_name="deliveryS3Bucket")
|
|
@@ -3327,7 +3327,7 @@ class CfnConformancePack(
|
|
|
3327
3327
|
if __debug__:
|
|
3328
3328
|
type_hints = typing.get_type_hints(_typecheckingstub__8e9ac9dd0b9bfb5622779dff282ea562c91d27ddf6529b24e403f4405f47b8ea)
|
|
3329
3329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3330
|
-
jsii.set(self, "deliveryS3Bucket", value)
|
|
3330
|
+
jsii.set(self, "deliveryS3Bucket", value) # pyright: ignore[reportArgumentType]
|
|
3331
3331
|
|
|
3332
3332
|
@builtins.property
|
|
3333
3333
|
@jsii.member(jsii_name="deliveryS3KeyPrefix")
|
|
@@ -3340,7 +3340,7 @@ class CfnConformancePack(
|
|
|
3340
3340
|
if __debug__:
|
|
3341
3341
|
type_hints = typing.get_type_hints(_typecheckingstub__efa81031141bc30ac68f2881e9910f55d05494d80263ec0832f9c3b4cfa72355)
|
|
3342
3342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3343
|
-
jsii.set(self, "deliveryS3KeyPrefix", value)
|
|
3343
|
+
jsii.set(self, "deliveryS3KeyPrefix", value) # pyright: ignore[reportArgumentType]
|
|
3344
3344
|
|
|
3345
3345
|
@builtins.property
|
|
3346
3346
|
@jsii.member(jsii_name="templateBody")
|
|
@@ -3353,7 +3353,7 @@ class CfnConformancePack(
|
|
|
3353
3353
|
if __debug__:
|
|
3354
3354
|
type_hints = typing.get_type_hints(_typecheckingstub__6e35eeba4feaded039ed05fa15d28eda7714d806f9cc117a1a4e2a9b4ee39433)
|
|
3355
3355
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3356
|
-
jsii.set(self, "templateBody", value)
|
|
3356
|
+
jsii.set(self, "templateBody", value) # pyright: ignore[reportArgumentType]
|
|
3357
3357
|
|
|
3358
3358
|
@builtins.property
|
|
3359
3359
|
@jsii.member(jsii_name="templateS3Uri")
|
|
@@ -3366,7 +3366,7 @@ class CfnConformancePack(
|
|
|
3366
3366
|
if __debug__:
|
|
3367
3367
|
type_hints = typing.get_type_hints(_typecheckingstub__b029ab96d5271df83bfd4de01aeaa0b8d0647c023edcc97787666ca457aa18a9)
|
|
3368
3368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3369
|
-
jsii.set(self, "templateS3Uri", value)
|
|
3369
|
+
jsii.set(self, "templateS3Uri", value) # pyright: ignore[reportArgumentType]
|
|
3370
3370
|
|
|
3371
3371
|
@builtins.property
|
|
3372
3372
|
@jsii.member(jsii_name="templateSsmDocumentDetails")
|
|
@@ -3379,7 +3379,7 @@ class CfnConformancePack(
|
|
|
3379
3379
|
if __debug__:
|
|
3380
3380
|
type_hints = typing.get_type_hints(_typecheckingstub__d6f6517778467c160ab2997b6792fb457789ecbb58da9204e3c4a9e8d1b789ed)
|
|
3381
3381
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3382
|
-
jsii.set(self, "templateSsmDocumentDetails", value)
|
|
3382
|
+
jsii.set(self, "templateSsmDocumentDetails", value) # pyright: ignore[reportArgumentType]
|
|
3383
3383
|
|
|
3384
3384
|
@jsii.data_type(
|
|
3385
3385
|
jsii_type="aws-cdk-lib.aws_config.CfnConformancePack.ConformancePackInputParameterProperty",
|
|
@@ -3856,7 +3856,7 @@ class CfnDeliveryChannel(
|
|
|
3856
3856
|
if __debug__:
|
|
3857
3857
|
type_hints = typing.get_type_hints(_typecheckingstub__12454c1d1b821f4416cba3de981294f5dbd46e9d821e3996f737b570da3a9428)
|
|
3858
3858
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3859
|
-
jsii.set(self, "s3BucketName", value)
|
|
3859
|
+
jsii.set(self, "s3BucketName", value) # pyright: ignore[reportArgumentType]
|
|
3860
3860
|
|
|
3861
3861
|
@builtins.property
|
|
3862
3862
|
@jsii.member(jsii_name="configSnapshotDeliveryProperties")
|
|
@@ -3874,7 +3874,7 @@ class CfnDeliveryChannel(
|
|
|
3874
3874
|
if __debug__:
|
|
3875
3875
|
type_hints = typing.get_type_hints(_typecheckingstub__29732799858d5a51a49b644a23b9487d8a731f17a76776d46c2a417f67da3159)
|
|
3876
3876
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3877
|
-
jsii.set(self, "configSnapshotDeliveryProperties", value)
|
|
3877
|
+
jsii.set(self, "configSnapshotDeliveryProperties", value) # pyright: ignore[reportArgumentType]
|
|
3878
3878
|
|
|
3879
3879
|
@builtins.property
|
|
3880
3880
|
@jsii.member(jsii_name="name")
|
|
@@ -3887,7 +3887,7 @@ class CfnDeliveryChannel(
|
|
|
3887
3887
|
if __debug__:
|
|
3888
3888
|
type_hints = typing.get_type_hints(_typecheckingstub__b1c1e8db307d687d985abe819d5a1478a0354508356913373a8ad756e39975e9)
|
|
3889
3889
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3890
|
-
jsii.set(self, "name", value)
|
|
3890
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3891
3891
|
|
|
3892
3892
|
@builtins.property
|
|
3893
3893
|
@jsii.member(jsii_name="s3KeyPrefix")
|
|
@@ -3900,7 +3900,7 @@ class CfnDeliveryChannel(
|
|
|
3900
3900
|
if __debug__:
|
|
3901
3901
|
type_hints = typing.get_type_hints(_typecheckingstub__0e52266b167ad8133727ace537e117b4211b9b1601117d67caf7806c3954ef7f)
|
|
3902
3902
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3903
|
-
jsii.set(self, "s3KeyPrefix", value)
|
|
3903
|
+
jsii.set(self, "s3KeyPrefix", value) # pyright: ignore[reportArgumentType]
|
|
3904
3904
|
|
|
3905
3905
|
@builtins.property
|
|
3906
3906
|
@jsii.member(jsii_name="s3KmsKeyArn")
|
|
@@ -3913,7 +3913,7 @@ class CfnDeliveryChannel(
|
|
|
3913
3913
|
if __debug__:
|
|
3914
3914
|
type_hints = typing.get_type_hints(_typecheckingstub__004463c97f710f28b3097f13305e10414949a4af5d0c981486867fd7166ee1f5)
|
|
3915
3915
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3916
|
-
jsii.set(self, "s3KmsKeyArn", value)
|
|
3916
|
+
jsii.set(self, "s3KmsKeyArn", value) # pyright: ignore[reportArgumentType]
|
|
3917
3917
|
|
|
3918
3918
|
@builtins.property
|
|
3919
3919
|
@jsii.member(jsii_name="snsTopicArn")
|
|
@@ -3926,7 +3926,7 @@ class CfnDeliveryChannel(
|
|
|
3926
3926
|
if __debug__:
|
|
3927
3927
|
type_hints = typing.get_type_hints(_typecheckingstub__3ec3498b9deb557429daadb315089fa9733a0d0a1516f9379188370be46f7f5d)
|
|
3928
3928
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3929
|
-
jsii.set(self, "snsTopicArn", value)
|
|
3929
|
+
jsii.set(self, "snsTopicArn", value) # pyright: ignore[reportArgumentType]
|
|
3930
3930
|
|
|
3931
3931
|
@jsii.data_type(
|
|
3932
3932
|
jsii_type="aws-cdk-lib.aws_config.CfnDeliveryChannel.ConfigSnapshotDeliveryPropertiesProperty",
|
|
@@ -4329,7 +4329,7 @@ class CfnOrganizationConfigRule(
|
|
|
4329
4329
|
if __debug__:
|
|
4330
4330
|
type_hints = typing.get_type_hints(_typecheckingstub__22e78630a330158f7539628357991f18a40deeba1fd6717ad961c7b74d3e220a)
|
|
4331
4331
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4332
|
-
jsii.set(self, "organizationConfigRuleName", value)
|
|
4332
|
+
jsii.set(self, "organizationConfigRuleName", value) # pyright: ignore[reportArgumentType]
|
|
4333
4333
|
|
|
4334
4334
|
@builtins.property
|
|
4335
4335
|
@jsii.member(jsii_name="excludedAccounts")
|
|
@@ -4345,7 +4345,7 @@ class CfnOrganizationConfigRule(
|
|
|
4345
4345
|
if __debug__:
|
|
4346
4346
|
type_hints = typing.get_type_hints(_typecheckingstub__e24ca951119404bbb132d0e9fc6bac7e6de317bfd3583fa6527330cb5d68d99a)
|
|
4347
4347
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4348
|
-
jsii.set(self, "excludedAccounts", value)
|
|
4348
|
+
jsii.set(self, "excludedAccounts", value) # pyright: ignore[reportArgumentType]
|
|
4349
4349
|
|
|
4350
4350
|
@builtins.property
|
|
4351
4351
|
@jsii.member(jsii_name="organizationCustomPolicyRuleMetadata")
|
|
@@ -4363,7 +4363,7 @@ class CfnOrganizationConfigRule(
|
|
|
4363
4363
|
if __debug__:
|
|
4364
4364
|
type_hints = typing.get_type_hints(_typecheckingstub__d092f1b41cbf019a6c2f797b420e8cb6cce29c52a1fb671c69086ff9b8083246)
|
|
4365
4365
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4366
|
-
jsii.set(self, "organizationCustomPolicyRuleMetadata", value)
|
|
4366
|
+
jsii.set(self, "organizationCustomPolicyRuleMetadata", value) # pyright: ignore[reportArgumentType]
|
|
4367
4367
|
|
|
4368
4368
|
@builtins.property
|
|
4369
4369
|
@jsii.member(jsii_name="organizationCustomRuleMetadata")
|
|
@@ -4381,7 +4381,7 @@ class CfnOrganizationConfigRule(
|
|
|
4381
4381
|
if __debug__:
|
|
4382
4382
|
type_hints = typing.get_type_hints(_typecheckingstub__c45ab894736dadec9d2a359d9fb78b8cce28027988ec287fb21ff6deaac97ea7)
|
|
4383
4383
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4384
|
-
jsii.set(self, "organizationCustomRuleMetadata", value)
|
|
4384
|
+
jsii.set(self, "organizationCustomRuleMetadata", value) # pyright: ignore[reportArgumentType]
|
|
4385
4385
|
|
|
4386
4386
|
@builtins.property
|
|
4387
4387
|
@jsii.member(jsii_name="organizationManagedRuleMetadata")
|
|
@@ -4399,7 +4399,7 @@ class CfnOrganizationConfigRule(
|
|
|
4399
4399
|
if __debug__:
|
|
4400
4400
|
type_hints = typing.get_type_hints(_typecheckingstub__afcd0c2707f5eb2640b1df26b94e2a0dc017a9171de66ccba46831ec339d624b)
|
|
4401
4401
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4402
|
-
jsii.set(self, "organizationManagedRuleMetadata", value)
|
|
4402
|
+
jsii.set(self, "organizationManagedRuleMetadata", value) # pyright: ignore[reportArgumentType]
|
|
4403
4403
|
|
|
4404
4404
|
@jsii.data_type(
|
|
4405
4405
|
jsii_type="aws-cdk-lib.aws_config.CfnOrganizationConfigRule.OrganizationCustomPolicyRuleMetadataProperty",
|
|
@@ -5325,7 +5325,7 @@ class CfnOrganizationConformancePack(
|
|
|
5325
5325
|
if __debug__:
|
|
5326
5326
|
type_hints = typing.get_type_hints(_typecheckingstub__cea7f4b86b4812225b1fd37ba822b06ca4f8bd2b4a689d8f0e20d4123126e765)
|
|
5327
5327
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5328
|
-
jsii.set(self, "organizationConformancePackName", value)
|
|
5328
|
+
jsii.set(self, "organizationConformancePackName", value) # pyright: ignore[reportArgumentType]
|
|
5329
5329
|
|
|
5330
5330
|
@builtins.property
|
|
5331
5331
|
@jsii.member(jsii_name="conformancePackInputParameters")
|
|
@@ -5343,7 +5343,7 @@ class CfnOrganizationConformancePack(
|
|
|
5343
5343
|
if __debug__:
|
|
5344
5344
|
type_hints = typing.get_type_hints(_typecheckingstub__159adc773b03fcb350f20741e9412fc5c36ec7df507a92c7262d5956c971d644)
|
|
5345
5345
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5346
|
-
jsii.set(self, "conformancePackInputParameters", value)
|
|
5346
|
+
jsii.set(self, "conformancePackInputParameters", value) # pyright: ignore[reportArgumentType]
|
|
5347
5347
|
|
|
5348
5348
|
@builtins.property
|
|
5349
5349
|
@jsii.member(jsii_name="deliveryS3Bucket")
|
|
@@ -5356,7 +5356,7 @@ class CfnOrganizationConformancePack(
|
|
|
5356
5356
|
if __debug__:
|
|
5357
5357
|
type_hints = typing.get_type_hints(_typecheckingstub__a94f3e9391cd9ccab63b3545ca2965f2b81da196ec3ed606dc2485e2d2bbba60)
|
|
5358
5358
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5359
|
-
jsii.set(self, "deliveryS3Bucket", value)
|
|
5359
|
+
jsii.set(self, "deliveryS3Bucket", value) # pyright: ignore[reportArgumentType]
|
|
5360
5360
|
|
|
5361
5361
|
@builtins.property
|
|
5362
5362
|
@jsii.member(jsii_name="deliveryS3KeyPrefix")
|
|
@@ -5369,7 +5369,7 @@ class CfnOrganizationConformancePack(
|
|
|
5369
5369
|
if __debug__:
|
|
5370
5370
|
type_hints = typing.get_type_hints(_typecheckingstub__0ae88516decc5ecfaa94d5667954693ac8954509566cfdc6d9a34f01c9b4c99d)
|
|
5371
5371
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5372
|
-
jsii.set(self, "deliveryS3KeyPrefix", value)
|
|
5372
|
+
jsii.set(self, "deliveryS3KeyPrefix", value) # pyright: ignore[reportArgumentType]
|
|
5373
5373
|
|
|
5374
5374
|
@builtins.property
|
|
5375
5375
|
@jsii.member(jsii_name="excludedAccounts")
|
|
@@ -5385,7 +5385,7 @@ class CfnOrganizationConformancePack(
|
|
|
5385
5385
|
if __debug__:
|
|
5386
5386
|
type_hints = typing.get_type_hints(_typecheckingstub__febab378993c1407f9ee864835af34497e5cfa444855d849d7a49b108cdac530)
|
|
5387
5387
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5388
|
-
jsii.set(self, "excludedAccounts", value)
|
|
5388
|
+
jsii.set(self, "excludedAccounts", value) # pyright: ignore[reportArgumentType]
|
|
5389
5389
|
|
|
5390
5390
|
@builtins.property
|
|
5391
5391
|
@jsii.member(jsii_name="templateBody")
|
|
@@ -5398,7 +5398,7 @@ class CfnOrganizationConformancePack(
|
|
|
5398
5398
|
if __debug__:
|
|
5399
5399
|
type_hints = typing.get_type_hints(_typecheckingstub__d860cd3b0fe658d27c522bab37bf76c633dcd9da0ecbb8f7f0f2f92015a535a6)
|
|
5400
5400
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5401
|
-
jsii.set(self, "templateBody", value)
|
|
5401
|
+
jsii.set(self, "templateBody", value) # pyright: ignore[reportArgumentType]
|
|
5402
5402
|
|
|
5403
5403
|
@builtins.property
|
|
5404
5404
|
@jsii.member(jsii_name="templateS3Uri")
|
|
@@ -5411,7 +5411,7 @@ class CfnOrganizationConformancePack(
|
|
|
5411
5411
|
if __debug__:
|
|
5412
5412
|
type_hints = typing.get_type_hints(_typecheckingstub__e88d12b7509e23789f96b51f072d3f7653802810b5db55480548e0a7bb433046)
|
|
5413
5413
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5414
|
-
jsii.set(self, "templateS3Uri", value)
|
|
5414
|
+
jsii.set(self, "templateS3Uri", value) # pyright: ignore[reportArgumentType]
|
|
5415
5415
|
|
|
5416
5416
|
@jsii.data_type(
|
|
5417
5417
|
jsii_type="aws-cdk-lib.aws_config.CfnOrganizationConformancePack.ConformancePackInputParameterProperty",
|
|
@@ -5808,7 +5808,7 @@ class CfnRemediationConfiguration(
|
|
|
5808
5808
|
if __debug__:
|
|
5809
5809
|
type_hints = typing.get_type_hints(_typecheckingstub__aec925175a5fdb6367c84a01b084043a639caa8c4046c1a46694ae861ddbfeec)
|
|
5810
5810
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5811
|
-
jsii.set(self, "configRuleName", value)
|
|
5811
|
+
jsii.set(self, "configRuleName", value) # pyright: ignore[reportArgumentType]
|
|
5812
5812
|
|
|
5813
5813
|
@builtins.property
|
|
5814
5814
|
@jsii.member(jsii_name="targetId")
|
|
@@ -5821,7 +5821,7 @@ class CfnRemediationConfiguration(
|
|
|
5821
5821
|
if __debug__:
|
|
5822
5822
|
type_hints = typing.get_type_hints(_typecheckingstub__728a3fb0792a163b0d41711a1026e997d23c3bab737c4d3fc401219d2e69a7c2)
|
|
5823
5823
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5824
|
-
jsii.set(self, "targetId", value)
|
|
5824
|
+
jsii.set(self, "targetId", value) # pyright: ignore[reportArgumentType]
|
|
5825
5825
|
|
|
5826
5826
|
@builtins.property
|
|
5827
5827
|
@jsii.member(jsii_name="targetType")
|
|
@@ -5834,7 +5834,7 @@ class CfnRemediationConfiguration(
|
|
|
5834
5834
|
if __debug__:
|
|
5835
5835
|
type_hints = typing.get_type_hints(_typecheckingstub__8693bd26f1e00cf82d388d4d0c6a4d195b1e165878b4d05bd62ebfe3dd4c25b3)
|
|
5836
5836
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5837
|
-
jsii.set(self, "targetType", value)
|
|
5837
|
+
jsii.set(self, "targetType", value) # pyright: ignore[reportArgumentType]
|
|
5838
5838
|
|
|
5839
5839
|
@builtins.property
|
|
5840
5840
|
@jsii.member(jsii_name="automatic")
|
|
@@ -5852,7 +5852,7 @@ class CfnRemediationConfiguration(
|
|
|
5852
5852
|
if __debug__:
|
|
5853
5853
|
type_hints = typing.get_type_hints(_typecheckingstub__7a612c6be9716c299f22f0fc2b57c084a7cafde2f9ec8ebed4b31decea797bb9)
|
|
5854
5854
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5855
|
-
jsii.set(self, "automatic", value)
|
|
5855
|
+
jsii.set(self, "automatic", value) # pyright: ignore[reportArgumentType]
|
|
5856
5856
|
|
|
5857
5857
|
@builtins.property
|
|
5858
5858
|
@jsii.member(jsii_name="executionControls")
|
|
@@ -5870,7 +5870,7 @@ class CfnRemediationConfiguration(
|
|
|
5870
5870
|
if __debug__:
|
|
5871
5871
|
type_hints = typing.get_type_hints(_typecheckingstub__923c16d43d84ed6ed11e372e8cd76942cbebbe48641cade38fc40a0c5b8a7f12)
|
|
5872
5872
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5873
|
-
jsii.set(self, "executionControls", value)
|
|
5873
|
+
jsii.set(self, "executionControls", value) # pyright: ignore[reportArgumentType]
|
|
5874
5874
|
|
|
5875
5875
|
@builtins.property
|
|
5876
5876
|
@jsii.member(jsii_name="maximumAutomaticAttempts")
|
|
@@ -5886,7 +5886,7 @@ class CfnRemediationConfiguration(
|
|
|
5886
5886
|
if __debug__:
|
|
5887
5887
|
type_hints = typing.get_type_hints(_typecheckingstub__5714155a99562d59349d9e442fb9b95dde4b3edc8e0c0c6ed79babb5d6067731)
|
|
5888
5888
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5889
|
-
jsii.set(self, "maximumAutomaticAttempts", value)
|
|
5889
|
+
jsii.set(self, "maximumAutomaticAttempts", value) # pyright: ignore[reportArgumentType]
|
|
5890
5890
|
|
|
5891
5891
|
@builtins.property
|
|
5892
5892
|
@jsii.member(jsii_name="parameters")
|
|
@@ -5902,7 +5902,7 @@ class CfnRemediationConfiguration(
|
|
|
5902
5902
|
if __debug__:
|
|
5903
5903
|
type_hints = typing.get_type_hints(_typecheckingstub__791d50036178abe388db7c3245e225f2e7ae9d06d20e7b2503c60ea3460eb769)
|
|
5904
5904
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5905
|
-
jsii.set(self, "parameters", value)
|
|
5905
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
5906
5906
|
|
|
5907
5907
|
@builtins.property
|
|
5908
5908
|
@jsii.member(jsii_name="resourceType")
|
|
@@ -5915,7 +5915,7 @@ class CfnRemediationConfiguration(
|
|
|
5915
5915
|
if __debug__:
|
|
5916
5916
|
type_hints = typing.get_type_hints(_typecheckingstub__07705cb1e720ab1182823f69be5c3be2ef6f68a41b55f739f5df8c1a9c30deff)
|
|
5917
5917
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5918
|
-
jsii.set(self, "resourceType", value)
|
|
5918
|
+
jsii.set(self, "resourceType", value) # pyright: ignore[reportArgumentType]
|
|
5919
5919
|
|
|
5920
5920
|
@builtins.property
|
|
5921
5921
|
@jsii.member(jsii_name="retryAttemptSeconds")
|
|
@@ -5928,7 +5928,7 @@ class CfnRemediationConfiguration(
|
|
|
5928
5928
|
if __debug__:
|
|
5929
5929
|
type_hints = typing.get_type_hints(_typecheckingstub__a02058d16a54cc526726991d338a7198653ae37da9de8b8e8aa6f724c390148d)
|
|
5930
5930
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5931
|
-
jsii.set(self, "retryAttemptSeconds", value)
|
|
5931
|
+
jsii.set(self, "retryAttemptSeconds", value) # pyright: ignore[reportArgumentType]
|
|
5932
5932
|
|
|
5933
5933
|
@builtins.property
|
|
5934
5934
|
@jsii.member(jsii_name="targetVersion")
|
|
@@ -5944,7 +5944,7 @@ class CfnRemediationConfiguration(
|
|
|
5944
5944
|
if __debug__:
|
|
5945
5945
|
type_hints = typing.get_type_hints(_typecheckingstub__526beea102f85b306c0a794c0c56ee453c40e4cbf63ae9026fc54ca9079a1d84)
|
|
5946
5946
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5947
|
-
jsii.set(self, "targetVersion", value)
|
|
5947
|
+
jsii.set(self, "targetVersion", value) # pyright: ignore[reportArgumentType]
|
|
5948
5948
|
|
|
5949
5949
|
@jsii.data_type(
|
|
5950
5950
|
jsii_type="aws-cdk-lib.aws_config.CfnRemediationConfiguration.ExecutionControlsProperty",
|
|
@@ -6650,7 +6650,7 @@ class CfnStoredQuery(
|
|
|
6650
6650
|
if __debug__:
|
|
6651
6651
|
type_hints = typing.get_type_hints(_typecheckingstub__68f07b8140bc1756df33b7349243de220a74acc8b22b3147e10df17d805bc46e)
|
|
6652
6652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6653
|
-
jsii.set(self, "queryExpression", value)
|
|
6653
|
+
jsii.set(self, "queryExpression", value) # pyright: ignore[reportArgumentType]
|
|
6654
6654
|
|
|
6655
6655
|
@builtins.property
|
|
6656
6656
|
@jsii.member(jsii_name="queryName")
|
|
@@ -6663,7 +6663,7 @@ class CfnStoredQuery(
|
|
|
6663
6663
|
if __debug__:
|
|
6664
6664
|
type_hints = typing.get_type_hints(_typecheckingstub__3c2d99f1e6f7c25ab75d279f03683a97d527c922ec9fa2631ca2d69a67087d7e)
|
|
6665
6665
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6666
|
-
jsii.set(self, "queryName", value)
|
|
6666
|
+
jsii.set(self, "queryName", value) # pyright: ignore[reportArgumentType]
|
|
6667
6667
|
|
|
6668
6668
|
@builtins.property
|
|
6669
6669
|
@jsii.member(jsii_name="queryDescription")
|
|
@@ -6676,7 +6676,7 @@ class CfnStoredQuery(
|
|
|
6676
6676
|
if __debug__:
|
|
6677
6677
|
type_hints = typing.get_type_hints(_typecheckingstub__8ed15ad66590b2bdac4f3a3adc1b4a104cfd7ec4d8f6cbfbad2588531f9c38b7)
|
|
6678
6678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6679
|
-
jsii.set(self, "queryDescription", value)
|
|
6679
|
+
jsii.set(self, "queryDescription", value) # pyright: ignore[reportArgumentType]
|
|
6680
6680
|
|
|
6681
6681
|
@builtins.property
|
|
6682
6682
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6689,7 +6689,7 @@ class CfnStoredQuery(
|
|
|
6689
6689
|
if __debug__:
|
|
6690
6690
|
type_hints = typing.get_type_hints(_typecheckingstub__1eb31c625f25801e6c38cec9ee395832782b987abddb68d127cc6e79701d2fb8)
|
|
6691
6691
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6692
|
-
jsii.set(self, "tagsRaw", value)
|
|
6692
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6693
6693
|
|
|
6694
6694
|
|
|
6695
6695
|
@jsii.data_type(
|
|
@@ -7317,7 +7317,7 @@ class ManagedRule(
|
|
|
7317
7317
|
if __debug__:
|
|
7318
7318
|
type_hints = typing.get_type_hints(_typecheckingstub__04827ab0bb47eedff43c2f84b879e3697cdf9730cbb27993d70bf043fd305d6e)
|
|
7319
7319
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7320
|
-
jsii.set(self, "isCustomWithChanges", value)
|
|
7320
|
+
jsii.set(self, "isCustomWithChanges", value) # pyright: ignore[reportArgumentType]
|
|
7321
7321
|
|
|
7322
7322
|
@builtins.property
|
|
7323
7323
|
@jsii.member(jsii_name="isManaged")
|
|
@@ -7329,7 +7329,7 @@ class ManagedRule(
|
|
|
7329
7329
|
if __debug__:
|
|
7330
7330
|
type_hints = typing.get_type_hints(_typecheckingstub__826b91f1363d629c0ed925d90a79b869890a41b6c4114592f18f237ecec2d251)
|
|
7331
7331
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7332
|
-
jsii.set(self, "isManaged", value)
|
|
7332
|
+
jsii.set(self, "isManaged", value) # pyright: ignore[reportArgumentType]
|
|
7333
7333
|
|
|
7334
7334
|
@builtins.property
|
|
7335
7335
|
@jsii.member(jsii_name="ruleScope")
|
|
@@ -7341,7 +7341,7 @@ class ManagedRule(
|
|
|
7341
7341
|
if __debug__:
|
|
7342
7342
|
type_hints = typing.get_type_hints(_typecheckingstub__49514315a00f8eccd0c88567ab6fd7f8fd1f97e7d5382a88e6bb3dd5185d8c9b)
|
|
7343
7343
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7344
|
-
jsii.set(self, "ruleScope", value)
|
|
7344
|
+
jsii.set(self, "ruleScope", value) # pyright: ignore[reportArgumentType]
|
|
7345
7345
|
|
|
7346
7346
|
|
|
7347
7347
|
class ManagedRuleIdentifiers(
|
|
@@ -13634,7 +13634,7 @@ class CustomPolicy(
|
|
|
13634
13634
|
if __debug__:
|
|
13635
13635
|
type_hints = typing.get_type_hints(_typecheckingstub__3b9854d10077a651dbdf4a0cba3107e925b9c9a611c8097fed5bcc7444e15b83)
|
|
13636
13636
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13637
|
-
jsii.set(self, "isCustomWithChanges", value)
|
|
13637
|
+
jsii.set(self, "isCustomWithChanges", value) # pyright: ignore[reportArgumentType]
|
|
13638
13638
|
|
|
13639
13639
|
@builtins.property
|
|
13640
13640
|
@jsii.member(jsii_name="isManaged")
|
|
@@ -13646,7 +13646,7 @@ class CustomPolicy(
|
|
|
13646
13646
|
if __debug__:
|
|
13647
13647
|
type_hints = typing.get_type_hints(_typecheckingstub__9abd1840e8081b6260fc81d74f36283b1fe5d04439637f73b38817fbca86b313)
|
|
13648
13648
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13649
|
-
jsii.set(self, "isManaged", value)
|
|
13649
|
+
jsii.set(self, "isManaged", value) # pyright: ignore[reportArgumentType]
|
|
13650
13650
|
|
|
13651
13651
|
@builtins.property
|
|
13652
13652
|
@jsii.member(jsii_name="ruleScope")
|
|
@@ -13658,7 +13658,7 @@ class CustomPolicy(
|
|
|
13658
13658
|
if __debug__:
|
|
13659
13659
|
type_hints = typing.get_type_hints(_typecheckingstub__ef65597b7cc84c802aee5d97e6dbc9dbf9e0f04df2ae41e5102e9265b7960d0f)
|
|
13660
13660
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13661
|
-
jsii.set(self, "ruleScope", value)
|
|
13661
|
+
jsii.set(self, "ruleScope", value) # pyright: ignore[reportArgumentType]
|
|
13662
13662
|
|
|
13663
13663
|
|
|
13664
13664
|
@jsii.data_type(
|
|
@@ -14089,7 +14089,7 @@ class CustomRule(
|
|
|
14089
14089
|
if __debug__:
|
|
14090
14090
|
type_hints = typing.get_type_hints(_typecheckingstub__0c0958f3032e21e6d261e16c22aa71b2651c7a065516dfb3c5643d0d9c874710)
|
|
14091
14091
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14092
|
-
jsii.set(self, "isCustomWithChanges", value)
|
|
14092
|
+
jsii.set(self, "isCustomWithChanges", value) # pyright: ignore[reportArgumentType]
|
|
14093
14093
|
|
|
14094
14094
|
@builtins.property
|
|
14095
14095
|
@jsii.member(jsii_name="isManaged")
|
|
@@ -14101,7 +14101,7 @@ class CustomRule(
|
|
|
14101
14101
|
if __debug__:
|
|
14102
14102
|
type_hints = typing.get_type_hints(_typecheckingstub__d658d05e8291c14eee0e010031415e38f12fcc5a172cffd783e9708dd81b597f)
|
|
14103
14103
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14104
|
-
jsii.set(self, "isManaged", value)
|
|
14104
|
+
jsii.set(self, "isManaged", value) # pyright: ignore[reportArgumentType]
|
|
14105
14105
|
|
|
14106
14106
|
@builtins.property
|
|
14107
14107
|
@jsii.member(jsii_name="ruleScope")
|
|
@@ -14113,7 +14113,7 @@ class CustomRule(
|
|
|
14113
14113
|
if __debug__:
|
|
14114
14114
|
type_hints = typing.get_type_hints(_typecheckingstub__b4a42de8a257fafa046633793b8c78f666811737b6939072d51be06693e271c8)
|
|
14115
14115
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14116
|
-
jsii.set(self, "ruleScope", value)
|
|
14116
|
+
jsii.set(self, "ruleScope", value) # pyright: ignore[reportArgumentType]
|
|
14117
14117
|
|
|
14118
14118
|
|
|
14119
14119
|
@jsii.data_type(
|