aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -345,12 +345,34 @@ from ..aws_events import (
|
|
|
345
345
|
OnEventOptions as _OnEventOptions_8711b8b3,
|
|
346
346
|
Rule as _Rule_334ed2b5,
|
|
347
347
|
)
|
|
348
|
-
from ..aws_iam import IRole as _IRole_235f5d8e
|
|
349
348
|
from ..aws_lambda import IFunction as _IFunction_6adb0ab8
|
|
350
349
|
from ..aws_sns import ITopic as _ITopic_9eca4852
|
|
350
|
+
from ..interfaces.aws_config import (
|
|
351
|
+
AggregationAuthorizationReference as _AggregationAuthorizationReference_7b5e35c2,
|
|
352
|
+
ConfigRuleReference as _ConfigRuleReference_f33c4531,
|
|
353
|
+
ConfigurationAggregatorReference as _ConfigurationAggregatorReference_06645f26,
|
|
354
|
+
ConfigurationRecorderReference as _ConfigurationRecorderReference_192b42ee,
|
|
355
|
+
ConformancePackReference as _ConformancePackReference_b73482ec,
|
|
356
|
+
DeliveryChannelReference as _DeliveryChannelReference_e7d3a59b,
|
|
357
|
+
IAggregationAuthorizationRef as _IAggregationAuthorizationRef_769e70e0,
|
|
358
|
+
IConfigRuleRef as _IConfigRuleRef_d9037ddf,
|
|
359
|
+
IConfigurationAggregatorRef as _IConfigurationAggregatorRef_c6214f1c,
|
|
360
|
+
IConfigurationRecorderRef as _IConfigurationRecorderRef_d38667e9,
|
|
361
|
+
IConformancePackRef as _IConformancePackRef_2b10514c,
|
|
362
|
+
IDeliveryChannelRef as _IDeliveryChannelRef_db6e43b7,
|
|
363
|
+
IOrganizationConfigRuleRef as _IOrganizationConfigRuleRef_657a40fe,
|
|
364
|
+
IOrganizationConformancePackRef as _IOrganizationConformancePackRef_05eed40c,
|
|
365
|
+
IRemediationConfigurationRef as _IRemediationConfigurationRef_520713b3,
|
|
366
|
+
IStoredQueryRef as _IStoredQueryRef_6ddd80b7,
|
|
367
|
+
OrganizationConfigRuleReference as _OrganizationConfigRuleReference_30ef913a,
|
|
368
|
+
OrganizationConformancePackReference as _OrganizationConformancePackReference_add452aa,
|
|
369
|
+
RemediationConfigurationReference as _RemediationConfigurationReference_ac50dda2,
|
|
370
|
+
StoredQueryReference as _StoredQueryReference_385d82e9,
|
|
371
|
+
)
|
|
372
|
+
from ..interfaces.aws_iam import IRoleRef as _IRoleRef_8400221f
|
|
351
373
|
|
|
352
374
|
|
|
353
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
375
|
+
@jsii.implements(_IInspectable_c2943556, _IAggregationAuthorizationRef_769e70e0, _ITaggable_36806126)
|
|
354
376
|
class CfnAggregationAuthorization(
|
|
355
377
|
_CfnResource_9df397a6,
|
|
356
378
|
metaclass=jsii.JSIIMeta,
|
|
@@ -389,7 +411,8 @@ class CfnAggregationAuthorization(
|
|
|
389
411
|
authorized_aws_region: builtins.str,
|
|
390
412
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
391
413
|
) -> None:
|
|
392
|
-
'''
|
|
414
|
+
'''Create a new ``AWS::Config::AggregationAuthorization``.
|
|
415
|
+
|
|
393
416
|
:param scope: Scope in which this resource is defined.
|
|
394
417
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
395
418
|
:param authorized_account_id: The 12-digit account ID of the account authorized to aggregate data.
|
|
@@ -438,6 +461,14 @@ class CfnAggregationAuthorization(
|
|
|
438
461
|
'''The CloudFormation resource type name for this resource class.'''
|
|
439
462
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
440
463
|
|
|
464
|
+
@builtins.property
|
|
465
|
+
@jsii.member(jsii_name="aggregationAuthorizationRef")
|
|
466
|
+
def aggregation_authorization_ref(
|
|
467
|
+
self,
|
|
468
|
+
) -> _AggregationAuthorizationReference_7b5e35c2:
|
|
469
|
+
'''A reference to a AggregationAuthorization resource.'''
|
|
470
|
+
return typing.cast(_AggregationAuthorizationReference_7b5e35c2, jsii.get(self, "aggregationAuthorizationRef"))
|
|
471
|
+
|
|
441
472
|
@builtins.property
|
|
442
473
|
@jsii.member(jsii_name="attrAggregationAuthorizationArn")
|
|
443
474
|
def attr_aggregation_authorization_arn(self) -> builtins.str:
|
|
@@ -594,7 +625,7 @@ class CfnAggregationAuthorizationProps:
|
|
|
594
625
|
)
|
|
595
626
|
|
|
596
627
|
|
|
597
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
628
|
+
@jsii.implements(_IInspectable_c2943556, _IConfigRuleRef_d9037ddf)
|
|
598
629
|
class CfnConfigRule(
|
|
599
630
|
_CfnResource_9df397a6,
|
|
600
631
|
metaclass=jsii.JSIIMeta,
|
|
@@ -688,7 +719,8 @@ class CfnConfigRule(
|
|
|
688
719
|
maximum_execution_frequency: typing.Optional[builtins.str] = None,
|
|
689
720
|
scope: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigRule.ScopeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
690
721
|
) -> None:
|
|
691
|
-
'''
|
|
722
|
+
'''Create a new ``AWS::Config::ConfigRule``.
|
|
723
|
+
|
|
692
724
|
:param scope_: Scope in which this resource is defined.
|
|
693
725
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
694
726
|
:param source: Provides the rule owner ( ``AWS`` for managed rules, ``CUSTOM_POLICY`` for Custom Policy rules, and ``CUSTOM_LAMBDA`` for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
|
|
@@ -779,6 +811,12 @@ class CfnConfigRule(
|
|
|
779
811
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
780
812
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
781
813
|
|
|
814
|
+
@builtins.property
|
|
815
|
+
@jsii.member(jsii_name="configRuleRef")
|
|
816
|
+
def config_rule_ref(self) -> _ConfigRuleReference_f33c4531:
|
|
817
|
+
'''A reference to a ConfigRule resource.'''
|
|
818
|
+
return typing.cast(_ConfigRuleReference_f33c4531, jsii.get(self, "configRuleRef"))
|
|
819
|
+
|
|
782
820
|
@builtins.property
|
|
783
821
|
@jsii.member(jsii_name="source")
|
|
784
822
|
def source(
|
|
@@ -1700,7 +1738,7 @@ class CfnConfigRuleProps:
|
|
|
1700
1738
|
)
|
|
1701
1739
|
|
|
1702
1740
|
|
|
1703
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1741
|
+
@jsii.implements(_IInspectable_c2943556, _IConfigurationAggregatorRef_c6214f1c, _ITaggable_36806126)
|
|
1704
1742
|
class CfnConfigurationAggregator(
|
|
1705
1743
|
_CfnResource_9df397a6,
|
|
1706
1744
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1751,7 +1789,8 @@ class CfnConfigurationAggregator(
|
|
|
1751
1789
|
organization_aggregation_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationAggregator.OrganizationAggregationSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1752
1790
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1753
1791
|
) -> None:
|
|
1754
|
-
'''
|
|
1792
|
+
'''Create a new ``AWS::Config::ConfigurationAggregator``.
|
|
1793
|
+
|
|
1755
1794
|
:param scope: Scope in which this resource is defined.
|
|
1756
1795
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1757
1796
|
:param account_aggregation_sources: Provides a list of source accounts and regions to be aggregated.
|
|
@@ -1816,6 +1855,14 @@ class CfnConfigurationAggregator(
|
|
|
1816
1855
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1817
1856
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1818
1857
|
|
|
1858
|
+
@builtins.property
|
|
1859
|
+
@jsii.member(jsii_name="configurationAggregatorRef")
|
|
1860
|
+
def configuration_aggregator_ref(
|
|
1861
|
+
self,
|
|
1862
|
+
) -> _ConfigurationAggregatorReference_06645f26:
|
|
1863
|
+
'''A reference to a ConfigurationAggregator resource.'''
|
|
1864
|
+
return typing.cast(_ConfigurationAggregatorReference_06645f26, jsii.get(self, "configurationAggregatorRef"))
|
|
1865
|
+
|
|
1819
1866
|
@builtins.property
|
|
1820
1867
|
@jsii.member(jsii_name="tags")
|
|
1821
1868
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2201,7 +2248,7 @@ class CfnConfigurationAggregatorProps:
|
|
|
2201
2248
|
)
|
|
2202
2249
|
|
|
2203
2250
|
|
|
2204
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2251
|
+
@jsii.implements(_IInspectable_c2943556, _IConfigurationRecorderRef_d38667e9)
|
|
2205
2252
|
class CfnConfigurationRecorder(
|
|
2206
2253
|
_CfnResource_9df397a6,
|
|
2207
2254
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2273,10 +2320,11 @@ class CfnConfigurationRecorder(
|
|
|
2273
2320
|
recording_group: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationRecorder.RecordingGroupProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2274
2321
|
recording_mode: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationRecorder.RecordingModeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2275
2322
|
) -> None:
|
|
2276
|
-
'''
|
|
2323
|
+
'''Create a new ``AWS::Config::ConfigurationRecorder``.
|
|
2324
|
+
|
|
2277
2325
|
:param scope: Scope in which this resource is defined.
|
|
2278
2326
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2279
|
-
:param role_arn: Amazon Resource Name (ARN) of the IAM role assumed by AWS Config and used by the configuration recorder. For more information, see `Permissions for the IAM Role Assigned <https://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html>`_ to AWS Config in the AWS Config Developer Guide. .. epigraph:: *Pre-existing AWS Config role* If you have used an AWS service that uses AWS Config , such as
|
|
2327
|
+
:param role_arn: Amazon Resource Name (ARN) of the IAM role assumed by AWS Config and used by the configuration recorder. For more information, see `Permissions for the IAM Role Assigned <https://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html>`_ to AWS Config in the AWS Config Developer Guide. .. epigraph:: *Pre-existing AWS Config role* If you have used an AWS service that uses AWS Config , such as Security Hub or AWS Control Tower , and an AWS Config role has already been created, make sure that the IAM role that you use when setting up AWS Config keeps the same minimum permissions as the already created AWS Config role. You must do this so that the other AWS service continues to run as expected. For example, if AWS Control Tower has an IAM role that allows AWS Config to read Amazon Simple Storage Service ( Amazon S3 ) objects, make sure that the same permissions are granted within the IAM role you use when setting up AWS Config . Otherwise, it may interfere with how AWS Control Tower operates. For more information about IAM roles for AWS Config , see `*Identity and Access Management for AWS Config* <https://docs.aws.amazon.com/config/latest/developerguide/security-iam.html>`_ in the *AWS Config Developer Guide* .
|
|
2280
2328
|
:param name: The name of the configuration recorder. AWS Config automatically assigns the name of "default" when creating the configuration recorder. You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
|
|
2281
2329
|
:param recording_group: Specifies which resource types AWS Config records for configuration changes. .. epigraph:: *High Number of AWS Config Evaluations* You may notice increased activity in your account during your initial month recording with AWS Config when compared to subsequent months. During the initial bootstrapping process, AWS Config runs evaluations on all the resources in your account that you have selected for AWS Config to record. If you are running ephemeral workloads, you may see increased activity from AWS Config as it records configuration changes associated with creating and deleting these temporary resources. An *ephemeral workload* is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud ( Amazon EC2 ) Spot Instances, Amazon EMR jobs, and AWS Auto Scaling . If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with AWS Config turned off to avoid increased configuration recording and rule evaluations.
|
|
2282
2330
|
:param recording_mode: Specifies the default recording frequency for the configuration recorder. AWS Config supports *Continuous recording* and *Daily recording* . - Continuous recording allows you to record configuration changes continuously whenever a change occurs. - Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded. .. epigraph:: *Some resource types require continuous recording* AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous. You can also override the recording frequency for specific resource types.
|
|
@@ -2337,6 +2385,12 @@ class CfnConfigurationRecorder(
|
|
|
2337
2385
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2338
2386
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2339
2387
|
|
|
2388
|
+
@builtins.property
|
|
2389
|
+
@jsii.member(jsii_name="configurationRecorderRef")
|
|
2390
|
+
def configuration_recorder_ref(self) -> _ConfigurationRecorderReference_192b42ee:
|
|
2391
|
+
'''A reference to a ConfigurationRecorder resource.'''
|
|
2392
|
+
return typing.cast(_ConfigurationRecorderReference_192b42ee, jsii.get(self, "configurationRecorderRef"))
|
|
2393
|
+
|
|
2340
2394
|
@builtins.property
|
|
2341
2395
|
@jsii.member(jsii_name="roleArn")
|
|
2342
2396
|
def role_arn(self) -> builtins.str:
|
|
@@ -3044,7 +3098,7 @@ class CfnConfigurationRecorderProps:
|
|
|
3044
3098
|
) -> None:
|
|
3045
3099
|
'''Properties for defining a ``CfnConfigurationRecorder``.
|
|
3046
3100
|
|
|
3047
|
-
:param role_arn: Amazon Resource Name (ARN) of the IAM role assumed by AWS Config and used by the configuration recorder. For more information, see `Permissions for the IAM Role Assigned <https://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html>`_ to AWS Config in the AWS Config Developer Guide. .. epigraph:: *Pre-existing AWS Config role* If you have used an AWS service that uses AWS Config , such as
|
|
3101
|
+
:param role_arn: Amazon Resource Name (ARN) of the IAM role assumed by AWS Config and used by the configuration recorder. For more information, see `Permissions for the IAM Role Assigned <https://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html>`_ to AWS Config in the AWS Config Developer Guide. .. epigraph:: *Pre-existing AWS Config role* If you have used an AWS service that uses AWS Config , such as Security Hub or AWS Control Tower , and an AWS Config role has already been created, make sure that the IAM role that you use when setting up AWS Config keeps the same minimum permissions as the already created AWS Config role. You must do this so that the other AWS service continues to run as expected. For example, if AWS Control Tower has an IAM role that allows AWS Config to read Amazon Simple Storage Service ( Amazon S3 ) objects, make sure that the same permissions are granted within the IAM role you use when setting up AWS Config . Otherwise, it may interfere with how AWS Control Tower operates. For more information about IAM roles for AWS Config , see `*Identity and Access Management for AWS Config* <https://docs.aws.amazon.com/config/latest/developerguide/security-iam.html>`_ in the *AWS Config Developer Guide* .
|
|
3048
3102
|
:param name: The name of the configuration recorder. AWS Config automatically assigns the name of "default" when creating the configuration recorder. You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
|
|
3049
3103
|
:param recording_group: Specifies which resource types AWS Config records for configuration changes. .. epigraph:: *High Number of AWS Config Evaluations* You may notice increased activity in your account during your initial month recording with AWS Config when compared to subsequent months. During the initial bootstrapping process, AWS Config runs evaluations on all the resources in your account that you have selected for AWS Config to record. If you are running ephemeral workloads, you may see increased activity from AWS Config as it records configuration changes associated with creating and deleting these temporary resources. An *ephemeral workload* is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud ( Amazon EC2 ) Spot Instances, Amazon EMR jobs, and AWS Auto Scaling . If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with AWS Config turned off to avoid increased configuration recording and rule evaluations.
|
|
3050
3104
|
:param recording_mode: Specifies the default recording frequency for the configuration recorder. AWS Config supports *Continuous recording* and *Daily recording* . - Continuous recording allows you to record configuration changes continuously whenever a change occurs. - Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded. .. epigraph:: *Some resource types require continuous recording* AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous. You can also override the recording frequency for specific resource types.
|
|
@@ -3113,7 +3167,7 @@ class CfnConfigurationRecorderProps:
|
|
|
3113
3167
|
|
|
3114
3168
|
*Pre-existing AWS Config role*
|
|
3115
3169
|
|
|
3116
|
-
If you have used an AWS service that uses AWS Config , such as
|
|
3170
|
+
If you have used an AWS service that uses AWS Config , such as Security Hub or AWS Control Tower , and an AWS Config role has already been created, make sure that the IAM role that you use when setting up AWS Config keeps the same minimum permissions as the already created AWS Config role. You must do this so that the other AWS service continues to run as expected.
|
|
3117
3171
|
|
|
3118
3172
|
For example, if AWS Control Tower has an IAM role that allows AWS Config to read Amazon Simple Storage Service ( Amazon S3 ) objects, make sure that the same permissions are granted within the IAM role you use when setting up AWS Config . Otherwise, it may interfere with how AWS Control Tower operates. For more information about IAM roles for AWS Config , see `*Identity and Access Management for AWS Config* <https://docs.aws.amazon.com/config/latest/developerguide/security-iam.html>`_ in the *AWS Config Developer Guide* .
|
|
3119
3173
|
|
|
@@ -3187,7 +3241,7 @@ class CfnConfigurationRecorderProps:
|
|
|
3187
3241
|
)
|
|
3188
3242
|
|
|
3189
3243
|
|
|
3190
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3244
|
+
@jsii.implements(_IInspectable_c2943556, _IConformancePackRef_2b10514c)
|
|
3191
3245
|
class CfnConformancePack(
|
|
3192
3246
|
_CfnResource_9df397a6,
|
|
3193
3247
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3238,7 +3292,8 @@ class CfnConformancePack(
|
|
|
3238
3292
|
template_s3_uri: typing.Optional[builtins.str] = None,
|
|
3239
3293
|
template_ssm_document_details: typing.Any = None,
|
|
3240
3294
|
) -> None:
|
|
3241
|
-
'''
|
|
3295
|
+
'''Create a new ``AWS::Config::ConformancePack``.
|
|
3296
|
+
|
|
3242
3297
|
:param scope: Scope in which this resource is defined.
|
|
3243
3298
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3244
3299
|
:param conformance_pack_name: Name of the conformance pack you want to create.
|
|
@@ -3300,6 +3355,12 @@ class CfnConformancePack(
|
|
|
3300
3355
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3301
3356
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3302
3357
|
|
|
3358
|
+
@builtins.property
|
|
3359
|
+
@jsii.member(jsii_name="conformancePackRef")
|
|
3360
|
+
def conformance_pack_ref(self) -> _ConformancePackReference_b73482ec:
|
|
3361
|
+
'''A reference to a ConformancePack resource.'''
|
|
3362
|
+
return typing.cast(_ConformancePackReference_b73482ec, jsii.get(self, "conformancePackRef"))
|
|
3363
|
+
|
|
3303
3364
|
@builtins.property
|
|
3304
3365
|
@jsii.member(jsii_name="conformancePackName")
|
|
3305
3366
|
def conformance_pack_name(self) -> builtins.str:
|
|
@@ -3731,7 +3792,7 @@ class CfnConformancePackProps:
|
|
|
3731
3792
|
)
|
|
3732
3793
|
|
|
3733
3794
|
|
|
3734
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3795
|
+
@jsii.implements(_IInspectable_c2943556, _IDeliveryChannelRef_db6e43b7)
|
|
3735
3796
|
class CfnDeliveryChannel(
|
|
3736
3797
|
_CfnResource_9df397a6,
|
|
3737
3798
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3792,7 +3853,8 @@ class CfnDeliveryChannel(
|
|
|
3792
3853
|
s3_kms_key_arn: typing.Optional[builtins.str] = None,
|
|
3793
3854
|
sns_topic_arn: typing.Optional[builtins.str] = None,
|
|
3794
3855
|
) -> None:
|
|
3795
|
-
'''
|
|
3856
|
+
'''Create a new ``AWS::Config::DeliveryChannel``.
|
|
3857
|
+
|
|
3796
3858
|
:param scope: Scope in which this resource is defined.
|
|
3797
3859
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3798
3860
|
:param s3_bucket_name: The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files. If you specify a bucket that belongs to another AWS account , that bucket must have policies that grant access permissions to AWS Config . For more information, see `Permissions for the Amazon S3 Bucket <https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html>`_ in the *AWS Config Developer Guide* .
|
|
@@ -3860,6 +3922,12 @@ class CfnDeliveryChannel(
|
|
|
3860
3922
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3861
3923
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3862
3924
|
|
|
3925
|
+
@builtins.property
|
|
3926
|
+
@jsii.member(jsii_name="deliveryChannelRef")
|
|
3927
|
+
def delivery_channel_ref(self) -> _DeliveryChannelReference_e7d3a59b:
|
|
3928
|
+
'''A reference to a DeliveryChannel resource.'''
|
|
3929
|
+
return typing.cast(_DeliveryChannelReference_e7d3a59b, jsii.get(self, "deliveryChannelRef"))
|
|
3930
|
+
|
|
3863
3931
|
@builtins.property
|
|
3864
3932
|
@jsii.member(jsii_name="s3BucketName")
|
|
3865
3933
|
def s3_bucket_name(self) -> builtins.str:
|
|
@@ -4174,7 +4242,7 @@ class CfnDeliveryChannelProps:
|
|
|
4174
4242
|
)
|
|
4175
4243
|
|
|
4176
4244
|
|
|
4177
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
4245
|
+
@jsii.implements(_IInspectable_c2943556, _IOrganizationConfigRuleRef_657a40fe)
|
|
4178
4246
|
class CfnOrganizationConfigRule(
|
|
4179
4247
|
_CfnResource_9df397a6,
|
|
4180
4248
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4267,7 +4335,8 @@ class CfnOrganizationConfigRule(
|
|
|
4267
4335
|
organization_custom_rule_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationConfigRule.OrganizationCustomRuleMetadataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4268
4336
|
organization_managed_rule_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationConfigRule.OrganizationManagedRuleMetadataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4269
4337
|
) -> None:
|
|
4270
|
-
'''
|
|
4338
|
+
'''Create a new ``AWS::Config::OrganizationConfigRule``.
|
|
4339
|
+
|
|
4271
4340
|
:param scope: Scope in which this resource is defined.
|
|
4272
4341
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4273
4342
|
:param organization_config_rule_name: The name that you assign to organization AWS Config rule.
|
|
@@ -4290,6 +4359,27 @@ class CfnOrganizationConfigRule(
|
|
|
4290
4359
|
|
|
4291
4360
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4292
4361
|
|
|
4362
|
+
@jsii.member(jsii_name="fromOrganizationConfigRuleId")
|
|
4363
|
+
@builtins.classmethod
|
|
4364
|
+
def from_organization_config_rule_id(
|
|
4365
|
+
cls,
|
|
4366
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4367
|
+
id: builtins.str,
|
|
4368
|
+
organization_config_rule_id: builtins.str,
|
|
4369
|
+
) -> _IOrganizationConfigRuleRef_657a40fe:
|
|
4370
|
+
'''Creates a new IOrganizationConfigRuleRef from a organizationConfigRuleId.
|
|
4371
|
+
|
|
4372
|
+
:param scope: -
|
|
4373
|
+
:param id: -
|
|
4374
|
+
:param organization_config_rule_id: -
|
|
4375
|
+
'''
|
|
4376
|
+
if __debug__:
|
|
4377
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ec8d3d53086fad35210fcf7f163fa99347478d20effebbfb9e9dc8ae996cc2c)
|
|
4378
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4379
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4380
|
+
check_type(argname="argument organization_config_rule_id", value=organization_config_rule_id, expected_type=type_hints["organization_config_rule_id"])
|
|
4381
|
+
return typing.cast(_IOrganizationConfigRuleRef_657a40fe, jsii.sinvoke(cls, "fromOrganizationConfigRuleId", [scope, id, organization_config_rule_id]))
|
|
4382
|
+
|
|
4293
4383
|
@jsii.member(jsii_name="inspect")
|
|
4294
4384
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4295
4385
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4333,6 +4423,12 @@ class CfnOrganizationConfigRule(
|
|
|
4333
4423
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4334
4424
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4335
4425
|
|
|
4426
|
+
@builtins.property
|
|
4427
|
+
@jsii.member(jsii_name="organizationConfigRuleRef")
|
|
4428
|
+
def organization_config_rule_ref(self) -> _OrganizationConfigRuleReference_30ef913a:
|
|
4429
|
+
'''A reference to a OrganizationConfigRule resource.'''
|
|
4430
|
+
return typing.cast(_OrganizationConfigRuleReference_30ef913a, jsii.get(self, "organizationConfigRuleRef"))
|
|
4431
|
+
|
|
4336
4432
|
@builtins.property
|
|
4337
4433
|
@jsii.member(jsii_name="organizationConfigRuleName")
|
|
4338
4434
|
def organization_config_rule_name(self) -> builtins.str:
|
|
@@ -5218,7 +5314,7 @@ class CfnOrganizationConfigRuleProps:
|
|
|
5218
5314
|
)
|
|
5219
5315
|
|
|
5220
5316
|
|
|
5221
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
5317
|
+
@jsii.implements(_IInspectable_c2943556, _IOrganizationConformancePackRef_05eed40c)
|
|
5222
5318
|
class CfnOrganizationConformancePack(
|
|
5223
5319
|
_CfnResource_9df397a6,
|
|
5224
5320
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5267,7 +5363,8 @@ class CfnOrganizationConformancePack(
|
|
|
5267
5363
|
template_body: typing.Optional[builtins.str] = None,
|
|
5268
5364
|
template_s3_uri: typing.Optional[builtins.str] = None,
|
|
5269
5365
|
) -> None:
|
|
5270
|
-
'''
|
|
5366
|
+
'''Create a new ``AWS::Config::OrganizationConformancePack``.
|
|
5367
|
+
|
|
5271
5368
|
:param scope: Scope in which this resource is defined.
|
|
5272
5369
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5273
5370
|
:param organization_conformance_pack_name: The name you assign to an organization conformance pack.
|
|
@@ -5329,6 +5426,14 @@ class CfnOrganizationConformancePack(
|
|
|
5329
5426
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
5330
5427
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
5331
5428
|
|
|
5429
|
+
@builtins.property
|
|
5430
|
+
@jsii.member(jsii_name="organizationConformancePackRef")
|
|
5431
|
+
def organization_conformance_pack_ref(
|
|
5432
|
+
self,
|
|
5433
|
+
) -> _OrganizationConformancePackReference_add452aa:
|
|
5434
|
+
'''A reference to a OrganizationConformancePack resource.'''
|
|
5435
|
+
return typing.cast(_OrganizationConformancePackReference_add452aa, jsii.get(self, "organizationConformancePackRef"))
|
|
5436
|
+
|
|
5332
5437
|
@builtins.property
|
|
5333
5438
|
@jsii.member(jsii_name="organizationConformancePackName")
|
|
5334
5439
|
def organization_conformance_pack_name(self) -> builtins.str:
|
|
@@ -5679,7 +5784,7 @@ class CfnOrganizationConformancePackProps:
|
|
|
5679
5784
|
)
|
|
5680
5785
|
|
|
5681
5786
|
|
|
5682
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
5787
|
+
@jsii.implements(_IInspectable_c2943556, _IRemediationConfigurationRef_520713b3)
|
|
5683
5788
|
class CfnRemediationConfiguration(
|
|
5684
5789
|
_CfnResource_9df397a6,
|
|
5685
5790
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5736,7 +5841,8 @@ class CfnRemediationConfiguration(
|
|
|
5736
5841
|
retry_attempt_seconds: typing.Optional[jsii.Number] = None,
|
|
5737
5842
|
target_version: typing.Optional[builtins.str] = None,
|
|
5738
5843
|
) -> None:
|
|
5739
|
-
'''
|
|
5844
|
+
'''Create a new ``AWS::Config::RemediationConfiguration``.
|
|
5845
|
+
|
|
5740
5846
|
:param scope: Scope in which this resource is defined.
|
|
5741
5847
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5742
5848
|
:param config_rule_name: The name of the AWS Config rule.
|
|
@@ -5769,6 +5875,27 @@ class CfnRemediationConfiguration(
|
|
|
5769
5875
|
|
|
5770
5876
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5771
5877
|
|
|
5878
|
+
@jsii.member(jsii_name="fromRemediationConfigurationId")
|
|
5879
|
+
@builtins.classmethod
|
|
5880
|
+
def from_remediation_configuration_id(
|
|
5881
|
+
cls,
|
|
5882
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5883
|
+
id: builtins.str,
|
|
5884
|
+
remediation_configuration_id: builtins.str,
|
|
5885
|
+
) -> _IRemediationConfigurationRef_520713b3:
|
|
5886
|
+
'''Creates a new IRemediationConfigurationRef from a remediationConfigurationId.
|
|
5887
|
+
|
|
5888
|
+
:param scope: -
|
|
5889
|
+
:param id: -
|
|
5890
|
+
:param remediation_configuration_id: -
|
|
5891
|
+
'''
|
|
5892
|
+
if __debug__:
|
|
5893
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d8ea5c20df565d1c985e68590e4f86ff5021fdfb98b248775d3388a5b00711aa)
|
|
5894
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5895
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5896
|
+
check_type(argname="argument remediation_configuration_id", value=remediation_configuration_id, expected_type=type_hints["remediation_configuration_id"])
|
|
5897
|
+
return typing.cast(_IRemediationConfigurationRef_520713b3, jsii.sinvoke(cls, "fromRemediationConfigurationId", [scope, id, remediation_configuration_id]))
|
|
5898
|
+
|
|
5772
5899
|
@jsii.member(jsii_name="inspect")
|
|
5773
5900
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5774
5901
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5812,6 +5939,14 @@ class CfnRemediationConfiguration(
|
|
|
5812
5939
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
5813
5940
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
5814
5941
|
|
|
5942
|
+
@builtins.property
|
|
5943
|
+
@jsii.member(jsii_name="remediationConfigurationRef")
|
|
5944
|
+
def remediation_configuration_ref(
|
|
5945
|
+
self,
|
|
5946
|
+
) -> _RemediationConfigurationReference_ac50dda2:
|
|
5947
|
+
'''A reference to a RemediationConfiguration resource.'''
|
|
5948
|
+
return typing.cast(_RemediationConfigurationReference_ac50dda2, jsii.get(self, "remediationConfigurationRef"))
|
|
5949
|
+
|
|
5815
5950
|
@builtins.property
|
|
5816
5951
|
@jsii.member(jsii_name="configRuleName")
|
|
5817
5952
|
def config_rule_name(self) -> builtins.str:
|
|
@@ -6531,7 +6666,7 @@ class CfnRemediationConfigurationProps:
|
|
|
6531
6666
|
)
|
|
6532
6667
|
|
|
6533
6668
|
|
|
6534
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
6669
|
+
@jsii.implements(_IInspectable_c2943556, _IStoredQueryRef_6ddd80b7, _ITaggable_36806126)
|
|
6535
6670
|
class CfnStoredQuery(
|
|
6536
6671
|
_CfnResource_9df397a6,
|
|
6537
6672
|
metaclass=jsii.JSIIMeta,
|
|
@@ -6572,7 +6707,8 @@ class CfnStoredQuery(
|
|
|
6572
6707
|
query_description: typing.Optional[builtins.str] = None,
|
|
6573
6708
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6574
6709
|
) -> None:
|
|
6575
|
-
'''
|
|
6710
|
+
'''Create a new ``AWS::Config::StoredQuery``.
|
|
6711
|
+
|
|
6576
6712
|
:param scope: Scope in which this resource is defined.
|
|
6577
6713
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6578
6714
|
:param query_expression: The expression of the query. For example, ``SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.``
|
|
@@ -6648,6 +6784,12 @@ class CfnStoredQuery(
|
|
|
6648
6784
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
6649
6785
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
6650
6786
|
|
|
6787
|
+
@builtins.property
|
|
6788
|
+
@jsii.member(jsii_name="storedQueryRef")
|
|
6789
|
+
def stored_query_ref(self) -> _StoredQueryReference_385d82e9:
|
|
6790
|
+
'''A reference to a StoredQuery resource.'''
|
|
6791
|
+
return typing.cast(_StoredQueryReference_385d82e9, jsii.get(self, "storedQueryRef"))
|
|
6792
|
+
|
|
6651
6793
|
@builtins.property
|
|
6652
6794
|
@jsii.member(jsii_name="tags")
|
|
6653
6795
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -12984,7 +13126,7 @@ class CloudFormationStackDriftDetectionCheck(
|
|
|
12984
13126
|
id: builtins.str,
|
|
12985
13127
|
*,
|
|
12986
13128
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
12987
|
-
role: typing.Optional[
|
|
13129
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
12988
13130
|
config_rule_name: typing.Optional[builtins.str] = None,
|
|
12989
13131
|
description: typing.Optional[builtins.str] = None,
|
|
12990
13132
|
evaluation_modes: typing.Optional[EvaluationMode] = None,
|
|
@@ -13053,7 +13195,7 @@ class CloudFormationStackDriftDetectionCheckProps(RuleProps):
|
|
|
13053
13195
|
maximum_execution_frequency: typing.Optional[MaximumExecutionFrequency] = None,
|
|
13054
13196
|
rule_scope: typing.Optional[RuleScope] = None,
|
|
13055
13197
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
13056
|
-
role: typing.Optional[
|
|
13198
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
13057
13199
|
) -> None:
|
|
13058
13200
|
'''Construction properties for a CloudFormationStackDriftDetectionCheck.
|
|
13059
13201
|
|
|
@@ -13172,7 +13314,7 @@ class CloudFormationStackDriftDetectionCheckProps(RuleProps):
|
|
|
13172
13314
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
13173
13315
|
|
|
13174
13316
|
@builtins.property
|
|
13175
|
-
def role(self) -> typing.Optional[
|
|
13317
|
+
def role(self) -> typing.Optional[_IRoleRef_8400221f]:
|
|
13176
13318
|
'''The IAM role to use for this rule.
|
|
13177
13319
|
|
|
13178
13320
|
It must have permissions to detect drift
|
|
@@ -13183,7 +13325,7 @@ class CloudFormationStackDriftDetectionCheckProps(RuleProps):
|
|
|
13183
13325
|
:default: - A role will be created
|
|
13184
13326
|
'''
|
|
13185
13327
|
result = self._values.get("role")
|
|
13186
|
-
return typing.cast(typing.Optional[
|
|
13328
|
+
return typing.cast(typing.Optional[_IRoleRef_8400221f], result)
|
|
13187
13329
|
|
|
13188
13330
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
13189
13331
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -15124,6 +15266,14 @@ def _typecheckingstub__dbb132a46c30059a4907d7496d2b696999321fd7c5b82f7812c5a4d9b
|
|
|
15124
15266
|
"""Type checking stubs"""
|
|
15125
15267
|
pass
|
|
15126
15268
|
|
|
15269
|
+
def _typecheckingstub__5ec8d3d53086fad35210fcf7f163fa99347478d20effebbfb9e9dc8ae996cc2c(
|
|
15270
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15271
|
+
id: builtins.str,
|
|
15272
|
+
organization_config_rule_id: builtins.str,
|
|
15273
|
+
) -> None:
|
|
15274
|
+
"""Type checking stubs"""
|
|
15275
|
+
pass
|
|
15276
|
+
|
|
15127
15277
|
def _typecheckingstub__7e581ed53a72e9f3241819d7b60aee8c45b6d8882e96a3754518305e3004fbe5(
|
|
15128
15278
|
inspector: _TreeInspector_488e0dd5,
|
|
15129
15279
|
) -> None:
|
|
@@ -15331,6 +15481,14 @@ def _typecheckingstub__7d77d8d51b1a809acec3ca2be829980e6b8f99140bb4eb3ce00b9209c
|
|
|
15331
15481
|
"""Type checking stubs"""
|
|
15332
15482
|
pass
|
|
15333
15483
|
|
|
15484
|
+
def _typecheckingstub__d8ea5c20df565d1c985e68590e4f86ff5021fdfb98b248775d3388a5b00711aa(
|
|
15485
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15486
|
+
id: builtins.str,
|
|
15487
|
+
remediation_configuration_id: builtins.str,
|
|
15488
|
+
) -> None:
|
|
15489
|
+
"""Type checking stubs"""
|
|
15490
|
+
pass
|
|
15491
|
+
|
|
15334
15492
|
def _typecheckingstub__74c36a39512198e1aaa76b683ab3d6faa2dedf6814529e3325ab9fdf03a47934(
|
|
15335
15493
|
inspector: _TreeInspector_488e0dd5,
|
|
15336
15494
|
) -> None:
|
|
@@ -15705,7 +15863,7 @@ def _typecheckingstub__0a22b3986125c76fb9e9557349b6727e4d1c0b600ef5e07d36a6ef323
|
|
|
15705
15863
|
id: builtins.str,
|
|
15706
15864
|
*,
|
|
15707
15865
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
15708
|
-
role: typing.Optional[
|
|
15866
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15709
15867
|
config_rule_name: typing.Optional[builtins.str] = None,
|
|
15710
15868
|
description: typing.Optional[builtins.str] = None,
|
|
15711
15869
|
evaluation_modes: typing.Optional[EvaluationMode] = None,
|
|
@@ -15725,7 +15883,7 @@ def _typecheckingstub__a6e3aa47b4b02ba66dc0d2476d22bede4156332edf92696248dc715d6
|
|
|
15725
15883
|
maximum_execution_frequency: typing.Optional[MaximumExecutionFrequency] = None,
|
|
15726
15884
|
rule_scope: typing.Optional[RuleScope] = None,
|
|
15727
15885
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
15728
|
-
role: typing.Optional[
|
|
15886
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15729
15887
|
) -> None:
|
|
15730
15888
|
"""Type checking stubs"""
|
|
15731
15889
|
pass
|
|
@@ -15956,3 +16114,6 @@ def _typecheckingstub__feaff635e0230e65515841ea744975d751e424acf376b8ed530119931
|
|
|
15956
16114
|
) -> None:
|
|
15957
16115
|
"""Type checking stubs"""
|
|
15958
16116
|
pass
|
|
16117
|
+
|
|
16118
|
+
for cls in [IRule]:
|
|
16119
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|