aws-cdk-lib 2.195.0__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 +1806 -417
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
- aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +618 -91
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +136 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +350 -94
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +2188 -94
- 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 +165 -60
- 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 +370 -42
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1462 -163
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +7867 -727
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +611 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +258 -32
- aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
- aws_cdk/aws_cloudfront/__init__.py +2188 -674
- aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
- aws_cdk/aws_cloudtrail/__init__.py +311 -21
- aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
- aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1303 -135
- aws_cdk/aws_codecommit/__init__.py +29 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +130 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +177 -71
- aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +22 -2
- aws_cdk/aws_cognito/__init__.py +905 -92
- aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +227 -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 +1514 -977
- aws_cdk/aws_datazone/__init__.py +7426 -1763
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +511 -36
- 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 +350 -49
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +386 -16
- aws_cdk/aws_dynamodb/__init__.py +1479 -170
- aws_cdk/aws_ec2/__init__.py +10465 -1335
- aws_cdk/aws_ecr/__init__.py +637 -43
- aws_cdk/aws_ecr_assets/__init__.py +10 -0
- aws_cdk/aws_ecs/__init__.py +6629 -490
- aws_cdk/aws_ecs_patterns/__init__.py +124 -12
- aws_cdk/aws_efs/__init__.py +276 -24
- aws_cdk/aws_eks/__init__.py +1132 -227
- aws_cdk/aws_elasticache/__init__.py +378 -25
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
- aws_cdk/aws_elasticsearch/__init__.py +291 -9
- aws_cdk/aws_emr/__init__.py +219 -18
- 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 +1007 -126
- aws_cdk/aws_events_targets/__init__.py +398 -65
- 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 +1349 -127
- aws_cdk/aws_gamelift/__init__.py +755 -94
- aws_cdk/aws_gameliftstreams/__init__.py +44 -22
- aws_cdk/aws_globalaccelerator/__init__.py +73 -14
- aws_cdk/aws_glue/__init__.py +1455 -378
- 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 +921 -141
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1454 -199
- aws_cdk/aws_inspector/__init__.py +44 -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 +1760 -64
- 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 +641 -23
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
- aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +204 -45
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2236 -297
- 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 +2162 -212
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2958 -1322
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +6014 -923
- 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 +1938 -532
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
- 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 +108 -22
- 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 +1184 -164
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +283 -408
- 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 +2967 -162
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +501 -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 +181 -9
- 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 +516 -64
- 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 +3721 -573
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +699 -11
- 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 +194 -19
- aws_cdk/aws_route53/__init__.py +3965 -1436
- 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 +189 -40
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1742 -221
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +153 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +1053 -6
- 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 +6848 -373
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +249 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +194 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +429 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +188 -47
- aws_cdk/aws_ses/__init__.py +2265 -369
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +33 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +263 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
- aws_cdk/aws_sqs/__init__.py +223 -14
- aws_cdk/aws_ssm/__init__.py +413 -58
- aws_cdk/aws_ssmcontacts/__init__.py +98 -9
- aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +823 -94
- aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +1088 -126
- 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 +306 -13
- aws_cdk/aws_voiceid/__init__.py +54 -5
- aws_cdk/aws_vpclattice/__init__.py +589 -231
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1183 -64
- aws_cdk/aws_wisdom/__init__.py +1403 -90
- aws_cdk/aws_workspaces/__init__.py +134 -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 +368 -48
- aws_cdk/custom_resources/__init__.py +58 -12
- aws_cdk/cx_api/__init__.py +125 -21
- 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/lambda_layer_awscli/__init__.py +6 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
- aws_cdk/pipelines/__init__.py +202 -52
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +66 -18
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.195.0.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:
|
|
@@ -7286,6 +7428,12 @@ class ManagedRule(
|
|
|
7286
7428
|
|
|
7287
7429
|
return typing.cast(_Rule_334ed2b5, jsii.invoke(self, "onReEvaluationStatus", [id, options]))
|
|
7288
7430
|
|
|
7431
|
+
@jsii.python.classproperty
|
|
7432
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
7433
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
7434
|
+
'''Uniquely identifies this class.'''
|
|
7435
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
7436
|
+
|
|
7289
7437
|
@builtins.property
|
|
7290
7438
|
@jsii.member(jsii_name="configRuleArn")
|
|
7291
7439
|
def config_rule_arn(self) -> builtins.str:
|
|
@@ -12779,6 +12927,12 @@ class AccessKeysRotated(
|
|
|
12779
12927
|
|
|
12780
12928
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12781
12929
|
|
|
12930
|
+
@jsii.python.classproperty
|
|
12931
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12932
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12933
|
+
'''Uniquely identifies this class.'''
|
|
12934
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12935
|
+
|
|
12782
12936
|
|
|
12783
12937
|
@jsii.data_type(
|
|
12784
12938
|
jsii_type="aws-cdk-lib.aws_config.AccessKeysRotatedProps",
|
|
@@ -12972,7 +13126,7 @@ class CloudFormationStackDriftDetectionCheck(
|
|
|
12972
13126
|
id: builtins.str,
|
|
12973
13127
|
*,
|
|
12974
13128
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
12975
|
-
role: typing.Optional[
|
|
13129
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
12976
13130
|
config_rule_name: typing.Optional[builtins.str] = None,
|
|
12977
13131
|
description: typing.Optional[builtins.str] = None,
|
|
12978
13132
|
evaluation_modes: typing.Optional[EvaluationMode] = None,
|
|
@@ -13009,6 +13163,12 @@ class CloudFormationStackDriftDetectionCheck(
|
|
|
13009
13163
|
|
|
13010
13164
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13011
13165
|
|
|
13166
|
+
@jsii.python.classproperty
|
|
13167
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13168
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13169
|
+
'''Uniquely identifies this class.'''
|
|
13170
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13171
|
+
|
|
13012
13172
|
|
|
13013
13173
|
@jsii.data_type(
|
|
13014
13174
|
jsii_type="aws-cdk-lib.aws_config.CloudFormationStackDriftDetectionCheckProps",
|
|
@@ -13035,7 +13195,7 @@ class CloudFormationStackDriftDetectionCheckProps(RuleProps):
|
|
|
13035
13195
|
maximum_execution_frequency: typing.Optional[MaximumExecutionFrequency] = None,
|
|
13036
13196
|
rule_scope: typing.Optional[RuleScope] = None,
|
|
13037
13197
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
13038
|
-
role: typing.Optional[
|
|
13198
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
13039
13199
|
) -> None:
|
|
13040
13200
|
'''Construction properties for a CloudFormationStackDriftDetectionCheck.
|
|
13041
13201
|
|
|
@@ -13154,7 +13314,7 @@ class CloudFormationStackDriftDetectionCheckProps(RuleProps):
|
|
|
13154
13314
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
13155
13315
|
|
|
13156
13316
|
@builtins.property
|
|
13157
|
-
def role(self) -> typing.Optional[
|
|
13317
|
+
def role(self) -> typing.Optional[_IRoleRef_8400221f]:
|
|
13158
13318
|
'''The IAM role to use for this rule.
|
|
13159
13319
|
|
|
13160
13320
|
It must have permissions to detect drift
|
|
@@ -13165,7 +13325,7 @@ class CloudFormationStackDriftDetectionCheckProps(RuleProps):
|
|
|
13165
13325
|
:default: - A role will be created
|
|
13166
13326
|
'''
|
|
13167
13327
|
result = self._values.get("role")
|
|
13168
|
-
return typing.cast(typing.Optional[
|
|
13328
|
+
return typing.cast(typing.Optional[_IRoleRef_8400221f], result)
|
|
13169
13329
|
|
|
13170
13330
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
13171
13331
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -13244,6 +13404,12 @@ class CloudFormationStackNotificationCheck(
|
|
|
13244
13404
|
|
|
13245
13405
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13246
13406
|
|
|
13407
|
+
@jsii.python.classproperty
|
|
13408
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13409
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13410
|
+
'''Uniquely identifies this class.'''
|
|
13411
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13412
|
+
|
|
13247
13413
|
|
|
13248
13414
|
@jsii.data_type(
|
|
13249
13415
|
jsii_type="aws-cdk-lib.aws_config.CloudFormationStackNotificationCheckProps",
|
|
@@ -13603,6 +13769,12 @@ class CustomPolicy(
|
|
|
13603
13769
|
|
|
13604
13770
|
return typing.cast(_Rule_334ed2b5, jsii.invoke(self, "onReEvaluationStatus", [id, options]))
|
|
13605
13771
|
|
|
13772
|
+
@jsii.python.classproperty
|
|
13773
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13774
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13775
|
+
'''Uniquely identifies this class.'''
|
|
13776
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13777
|
+
|
|
13606
13778
|
@builtins.property
|
|
13607
13779
|
@jsii.member(jsii_name="configRuleArn")
|
|
13608
13780
|
def config_rule_arn(self) -> builtins.str:
|
|
@@ -14058,6 +14230,12 @@ class CustomRule(
|
|
|
14058
14230
|
|
|
14059
14231
|
return typing.cast(_Rule_334ed2b5, jsii.invoke(self, "onReEvaluationStatus", [id, options]))
|
|
14060
14232
|
|
|
14233
|
+
@jsii.python.classproperty
|
|
14234
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
14235
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
14236
|
+
'''Uniquely identifies this class.'''
|
|
14237
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
14238
|
+
|
|
14061
14239
|
@builtins.property
|
|
14062
14240
|
@jsii.member(jsii_name="configRuleArn")
|
|
14063
14241
|
def config_rule_arn(self) -> builtins.str:
|
|
@@ -15088,6 +15266,14 @@ def _typecheckingstub__dbb132a46c30059a4907d7496d2b696999321fd7c5b82f7812c5a4d9b
|
|
|
15088
15266
|
"""Type checking stubs"""
|
|
15089
15267
|
pass
|
|
15090
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
|
+
|
|
15091
15277
|
def _typecheckingstub__7e581ed53a72e9f3241819d7b60aee8c45b6d8882e96a3754518305e3004fbe5(
|
|
15092
15278
|
inspector: _TreeInspector_488e0dd5,
|
|
15093
15279
|
) -> None:
|
|
@@ -15295,6 +15481,14 @@ def _typecheckingstub__7d77d8d51b1a809acec3ca2be829980e6b8f99140bb4eb3ce00b9209c
|
|
|
15295
15481
|
"""Type checking stubs"""
|
|
15296
15482
|
pass
|
|
15297
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
|
+
|
|
15298
15492
|
def _typecheckingstub__74c36a39512198e1aaa76b683ab3d6faa2dedf6814529e3325ab9fdf03a47934(
|
|
15299
15493
|
inspector: _TreeInspector_488e0dd5,
|
|
15300
15494
|
) -> None:
|
|
@@ -15669,7 +15863,7 @@ def _typecheckingstub__0a22b3986125c76fb9e9557349b6727e4d1c0b600ef5e07d36a6ef323
|
|
|
15669
15863
|
id: builtins.str,
|
|
15670
15864
|
*,
|
|
15671
15865
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
15672
|
-
role: typing.Optional[
|
|
15866
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15673
15867
|
config_rule_name: typing.Optional[builtins.str] = None,
|
|
15674
15868
|
description: typing.Optional[builtins.str] = None,
|
|
15675
15869
|
evaluation_modes: typing.Optional[EvaluationMode] = None,
|
|
@@ -15689,7 +15883,7 @@ def _typecheckingstub__a6e3aa47b4b02ba66dc0d2476d22bede4156332edf92696248dc715d6
|
|
|
15689
15883
|
maximum_execution_frequency: typing.Optional[MaximumExecutionFrequency] = None,
|
|
15690
15884
|
rule_scope: typing.Optional[RuleScope] = None,
|
|
15691
15885
|
own_stack_only: typing.Optional[builtins.bool] = None,
|
|
15692
|
-
role: typing.Optional[
|
|
15886
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
15693
15887
|
) -> None:
|
|
15694
15888
|
"""Type checking stubs"""
|
|
15695
15889
|
pass
|
|
@@ -15920,3 +16114,6 @@ def _typecheckingstub__feaff635e0230e65515841ea744975d751e424acf376b8ed530119931
|
|
|
15920
16114
|
) -> None:
|
|
15921
16115
|
"""Type checking stubs"""
|
|
15922
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__'])
|