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/pipelines/__init__.py
CHANGED
|
@@ -540,6 +540,7 @@ pass in order to promote from the `PreProd` to the `Prod` environment:
|
|
|
540
540
|
|
|
541
541
|
preprod = MyApplicationStage(self, "PreProd")
|
|
542
542
|
prod = MyApplicationStage(self, "Prod")
|
|
543
|
+
topic = sns.Topic(self, "ChangeApprovalTopic")
|
|
543
544
|
|
|
544
545
|
pipeline.add_stage(preprod,
|
|
545
546
|
post=[
|
|
@@ -549,7 +550,12 @@ pipeline.add_stage(preprod,
|
|
|
549
550
|
]
|
|
550
551
|
)
|
|
551
552
|
pipeline.add_stage(prod,
|
|
552
|
-
pre=[pipelines.ManualApprovalStep("PromoteToProd"
|
|
553
|
+
pre=[pipelines.ManualApprovalStep("PromoteToProd",
|
|
554
|
+
# All options below are optional
|
|
555
|
+
comment="Please validate changes",
|
|
556
|
+
review_url="https://my.webservice.com/",
|
|
557
|
+
notification_topic=topic
|
|
558
|
+
)]
|
|
553
559
|
)
|
|
554
560
|
```
|
|
555
561
|
|
|
@@ -694,7 +700,11 @@ pipelines.CodeBuildStep("Synth",
|
|
|
694
700
|
# Control the build environment
|
|
695
701
|
build_environment=codebuild.BuildEnvironment(
|
|
696
702
|
compute_type=codebuild.ComputeType.LARGE,
|
|
697
|
-
privileged=True
|
|
703
|
+
privileged=True,
|
|
704
|
+
docker_server=codebuild.DockerServerOptions(
|
|
705
|
+
compute_type=codebuild.DockerServerComputeType.SMALL,
|
|
706
|
+
security_groups=[my_security_group]
|
|
707
|
+
)
|
|
698
708
|
),
|
|
699
709
|
timeout=Duration.minutes(90),
|
|
700
710
|
file_system_locations=[
|
|
@@ -1837,19 +1847,18 @@ class AddStageOpts:
|
|
|
1837
1847
|
|
|
1838
1848
|
# pipeline: pipelines.CodePipeline
|
|
1839
1849
|
|
|
1840
|
-
|
|
1841
|
-
|
|
1850
|
+
topic = sns.Topic(self, "SecurityChangesTopic")
|
|
1851
|
+
topic.add_subscription(subscriptions.EmailSubscription("test@email.com"))
|
|
1842
1852
|
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1853
|
+
stage = MyApplicationStage(self, "MyApplication")
|
|
1854
|
+
pipeline.add_stage(stage,
|
|
1855
|
+
pre=[
|
|
1856
|
+
pipelines.ConfirmPermissionsBroadening("Check",
|
|
1857
|
+
stage=stage,
|
|
1858
|
+
notification_topic=topic
|
|
1847
1859
|
)
|
|
1848
1860
|
]
|
|
1849
1861
|
)
|
|
1850
|
-
pipeline.add_stage(prod,
|
|
1851
|
-
pre=[pipelines.ManualApprovalStep("PromoteToProd")]
|
|
1852
|
-
)
|
|
1853
1862
|
'''
|
|
1854
1863
|
if __debug__:
|
|
1855
1864
|
type_hints = typing.get_type_hints(_typecheckingstub__1b9c1bc74292ecb27724ef07a41dc8f1b1ee5d9dc268940f2ec578982b596b0a)
|
|
@@ -2388,6 +2397,7 @@ class CodePipelineActionFactoryResult:
|
|
|
2388
2397
|
"synth": "synth",
|
|
2389
2398
|
"artifact_bucket": "artifactBucket",
|
|
2390
2399
|
"asset_publishing_code_build_defaults": "assetPublishingCodeBuildDefaults",
|
|
2400
|
+
"cdk_assets_cli_version": "cdkAssetsCliVersion",
|
|
2391
2401
|
"cli_version": "cliVersion",
|
|
2392
2402
|
"code_build_defaults": "codeBuildDefaults",
|
|
2393
2403
|
"code_pipeline": "codePipeline",
|
|
@@ -2416,6 +2426,7 @@ class CodePipelineProps:
|
|
|
2416
2426
|
synth: "IFileSetProducer",
|
|
2417
2427
|
artifact_bucket: typing.Optional[_IBucket_42e086fd] = None,
|
|
2418
2428
|
asset_publishing_code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2429
|
+
cdk_assets_cli_version: typing.Optional[builtins.str] = None,
|
|
2419
2430
|
cli_version: typing.Optional[builtins.str] = None,
|
|
2420
2431
|
code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2421
2432
|
code_pipeline: typing.Optional[_Pipeline_ea38de84] = None,
|
|
@@ -2441,7 +2452,8 @@ class CodePipelineProps:
|
|
|
2441
2452
|
:param synth: The build step that produces the CDK Cloud Assembly. The primary output of this step needs to be the ``cdk.out`` directory generated by the ``cdk synth`` command. If you use a ``ShellStep`` here and you don't configure an output directory, the output directory will automatically be assumed to be ``cdk.out``.
|
|
2442
2453
|
:param artifact_bucket: An existing S3 Bucket to use for storing the pipeline's artifact. Default: - A new S3 bucket will be created.
|
|
2443
2454
|
:param asset_publishing_code_build_defaults: Additional customizations to apply to the asset publishing CodeBuild projects. Default: - Only ``codeBuildDefaults`` are applied
|
|
2444
|
-
:param
|
|
2455
|
+
:param cdk_assets_cli_version: CDK CLI version to use in asset publishing steps. If you want to lock the ``cdk-assets`` version used in the pipeline, by steps that are automatically generated for you, specify the version here. We recommend you do not specify this value, as not specifying it always uses the latest CLI version which is backwards compatible with old versions. Default: - Latest version
|
|
2456
|
+
:param cli_version: CDK CLI version to use in self-mutation step. If you want to lock the CDK CLI version used in the pipeline, by steps that are automatically generated for you, specify the version here. We recommend you do not specify this value, as not specifying it always uses the latest CLI version which is backwards compatible with old versions. If you do specify it, be aware that this version should always be equal to or higher than the version of the CDK framework used by the CDK app, when the CDK commands are run during your pipeline execution. When you change this version, the *next time* the ``SelfMutate`` step runs it will still be using the CLI of the the *previous* version that was in this property: it will only start using the new version after ``SelfMutate`` completes successfully. That means that if you want to update both framework and CLI version, you should update the CLI version first, commit, push and deploy, and only then update the framework version. Default: - Latest version
|
|
2445
2457
|
:param code_build_defaults: Customize the CodeBuild projects created for this pipeline. Default: - All projects run non-privileged build, SMALL instance, LinuxBuildImage.STANDARD_7_0
|
|
2446
2458
|
:param code_pipeline: An existing Pipeline to be reused and built upon. [disable-awslint:ref-via-interface] Default: - a new underlying pipeline is created.
|
|
2447
2459
|
:param cross_account_keys: Create KMS keys for the artifact buckets, allowing cross-account deployments. The artifact buckets have to be encrypted to support deploying CDK apps to another account, so if you want to do that or want to have your artifact buckets encrypted, be sure to set this value to ``true``. Be aware there is a cost associated with maintaining the KMS keys. Default: false
|
|
@@ -2491,6 +2503,7 @@ class CodePipelineProps:
|
|
|
2491
2503
|
check_type(argname="argument synth", value=synth, expected_type=type_hints["synth"])
|
|
2492
2504
|
check_type(argname="argument artifact_bucket", value=artifact_bucket, expected_type=type_hints["artifact_bucket"])
|
|
2493
2505
|
check_type(argname="argument asset_publishing_code_build_defaults", value=asset_publishing_code_build_defaults, expected_type=type_hints["asset_publishing_code_build_defaults"])
|
|
2506
|
+
check_type(argname="argument cdk_assets_cli_version", value=cdk_assets_cli_version, expected_type=type_hints["cdk_assets_cli_version"])
|
|
2494
2507
|
check_type(argname="argument cli_version", value=cli_version, expected_type=type_hints["cli_version"])
|
|
2495
2508
|
check_type(argname="argument code_build_defaults", value=code_build_defaults, expected_type=type_hints["code_build_defaults"])
|
|
2496
2509
|
check_type(argname="argument code_pipeline", value=code_pipeline, expected_type=type_hints["code_pipeline"])
|
|
@@ -2517,6 +2530,8 @@ class CodePipelineProps:
|
|
|
2517
2530
|
self._values["artifact_bucket"] = artifact_bucket
|
|
2518
2531
|
if asset_publishing_code_build_defaults is not None:
|
|
2519
2532
|
self._values["asset_publishing_code_build_defaults"] = asset_publishing_code_build_defaults
|
|
2533
|
+
if cdk_assets_cli_version is not None:
|
|
2534
|
+
self._values["cdk_assets_cli_version"] = cdk_assets_cli_version
|
|
2520
2535
|
if cli_version is not None:
|
|
2521
2536
|
self._values["cli_version"] = cli_version
|
|
2522
2537
|
if code_build_defaults is not None:
|
|
@@ -2588,9 +2603,26 @@ class CodePipelineProps:
|
|
|
2588
2603
|
result = self._values.get("asset_publishing_code_build_defaults")
|
|
2589
2604
|
return typing.cast(typing.Optional[CodeBuildOptions], result)
|
|
2590
2605
|
|
|
2606
|
+
@builtins.property
|
|
2607
|
+
def cdk_assets_cli_version(self) -> typing.Optional[builtins.str]:
|
|
2608
|
+
'''CDK CLI version to use in asset publishing steps.
|
|
2609
|
+
|
|
2610
|
+
If you want to lock the ``cdk-assets`` version used in the pipeline, by steps
|
|
2611
|
+
that are automatically generated for you, specify the version here.
|
|
2612
|
+
|
|
2613
|
+
We recommend you do not specify this value, as not specifying it always
|
|
2614
|
+
uses the latest CLI version which is backwards compatible with old versions.
|
|
2615
|
+
|
|
2616
|
+
:default: - Latest version
|
|
2617
|
+
|
|
2618
|
+
:see: https://www.npmjs.com/package/cdk-assets
|
|
2619
|
+
'''
|
|
2620
|
+
result = self._values.get("cdk_assets_cli_version")
|
|
2621
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2622
|
+
|
|
2591
2623
|
@builtins.property
|
|
2592
2624
|
def cli_version(self) -> typing.Optional[builtins.str]:
|
|
2593
|
-
'''CDK CLI version to use in self-mutation
|
|
2625
|
+
'''CDK CLI version to use in self-mutation step.
|
|
2594
2626
|
|
|
2595
2627
|
If you want to lock the CDK CLI version used in the pipeline, by steps
|
|
2596
2628
|
that are automatically generated for you, specify the version here.
|
|
@@ -3759,32 +3791,64 @@ typing.cast(typing.Any, IFileSetProducer).__jsii_proxy_class__ = lambda : _IFile
|
|
|
3759
3791
|
@jsii.data_type(
|
|
3760
3792
|
jsii_type="aws-cdk-lib.pipelines.ManualApprovalStepProps",
|
|
3761
3793
|
jsii_struct_bases=[],
|
|
3762
|
-
name_mapping={
|
|
3794
|
+
name_mapping={
|
|
3795
|
+
"comment": "comment",
|
|
3796
|
+
"notification_topic": "notificationTopic",
|
|
3797
|
+
"review_url": "reviewUrl",
|
|
3798
|
+
},
|
|
3763
3799
|
)
|
|
3764
3800
|
class ManualApprovalStepProps:
|
|
3765
|
-
def __init__(
|
|
3801
|
+
def __init__(
|
|
3802
|
+
self,
|
|
3803
|
+
*,
|
|
3804
|
+
comment: typing.Optional[builtins.str] = None,
|
|
3805
|
+
notification_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
3806
|
+
review_url: typing.Optional[builtins.str] = None,
|
|
3807
|
+
) -> None:
|
|
3766
3808
|
'''Construction properties for a ``ManualApprovalStep``.
|
|
3767
3809
|
|
|
3768
3810
|
:param comment: The comment to display with this manual approval. Default: - No comment
|
|
3811
|
+
:param notification_topic: Optional SNS topic to send notifications to when an approval is pending. Default: - No notifications
|
|
3812
|
+
:param review_url: The URL for review associated with this manual approval. Default: - No URL
|
|
3769
3813
|
|
|
3770
|
-
:exampleMetadata:
|
|
3814
|
+
:exampleMetadata: infused
|
|
3771
3815
|
|
|
3772
3816
|
Example::
|
|
3773
3817
|
|
|
3774
|
-
#
|
|
3775
|
-
# The values are placeholders you should change.
|
|
3776
|
-
from aws_cdk import pipelines
|
|
3818
|
+
# pipeline: pipelines.CodePipeline
|
|
3777
3819
|
|
|
3778
|
-
|
|
3779
|
-
|
|
3820
|
+
preprod = MyApplicationStage(self, "PreProd")
|
|
3821
|
+
prod = MyApplicationStage(self, "Prod")
|
|
3822
|
+
topic = sns.Topic(self, "ChangeApprovalTopic")
|
|
3823
|
+
|
|
3824
|
+
pipeline.add_stage(preprod,
|
|
3825
|
+
post=[
|
|
3826
|
+
pipelines.ShellStep("Validate Endpoint",
|
|
3827
|
+
commands=["curl -Ssf https://my.webservice.com/"]
|
|
3828
|
+
)
|
|
3829
|
+
]
|
|
3830
|
+
)
|
|
3831
|
+
pipeline.add_stage(prod,
|
|
3832
|
+
pre=[pipelines.ManualApprovalStep("PromoteToProd",
|
|
3833
|
+
# All options below are optional
|
|
3834
|
+
comment="Please validate changes",
|
|
3835
|
+
review_url="https://my.webservice.com/",
|
|
3836
|
+
notification_topic=topic
|
|
3837
|
+
)]
|
|
3780
3838
|
)
|
|
3781
3839
|
'''
|
|
3782
3840
|
if __debug__:
|
|
3783
3841
|
type_hints = typing.get_type_hints(_typecheckingstub__5a0a42f985a6aa39b8db8606833d899bd8c93567a96ac5acb2c9407bde8793ed)
|
|
3784
3842
|
check_type(argname="argument comment", value=comment, expected_type=type_hints["comment"])
|
|
3843
|
+
check_type(argname="argument notification_topic", value=notification_topic, expected_type=type_hints["notification_topic"])
|
|
3844
|
+
check_type(argname="argument review_url", value=review_url, expected_type=type_hints["review_url"])
|
|
3785
3845
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3786
3846
|
if comment is not None:
|
|
3787
3847
|
self._values["comment"] = comment
|
|
3848
|
+
if notification_topic is not None:
|
|
3849
|
+
self._values["notification_topic"] = notification_topic
|
|
3850
|
+
if review_url is not None:
|
|
3851
|
+
self._values["review_url"] = review_url
|
|
3788
3852
|
|
|
3789
3853
|
@builtins.property
|
|
3790
3854
|
def comment(self) -> typing.Optional[builtins.str]:
|
|
@@ -3795,6 +3859,24 @@ class ManualApprovalStepProps:
|
|
|
3795
3859
|
result = self._values.get("comment")
|
|
3796
3860
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
3797
3861
|
|
|
3862
|
+
@builtins.property
|
|
3863
|
+
def notification_topic(self) -> typing.Optional[_ITopic_9eca4852]:
|
|
3864
|
+
'''Optional SNS topic to send notifications to when an approval is pending.
|
|
3865
|
+
|
|
3866
|
+
:default: - No notifications
|
|
3867
|
+
'''
|
|
3868
|
+
result = self._values.get("notification_topic")
|
|
3869
|
+
return typing.cast(typing.Optional[_ITopic_9eca4852], result)
|
|
3870
|
+
|
|
3871
|
+
@builtins.property
|
|
3872
|
+
def review_url(self) -> typing.Optional[builtins.str]:
|
|
3873
|
+
'''The URL for review associated with this manual approval.
|
|
3874
|
+
|
|
3875
|
+
:default: - No URL
|
|
3876
|
+
'''
|
|
3877
|
+
result = self._values.get("review_url")
|
|
3878
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3879
|
+
|
|
3798
3880
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3799
3881
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3800
3882
|
|
|
@@ -4188,6 +4270,12 @@ class ProduceActionOptions:
|
|
|
4188
4270
|
object_key="objectKey"
|
|
4189
4271
|
),
|
|
4190
4272
|
compute_type=codebuild.ComputeType.SMALL,
|
|
4273
|
+
docker_server=codebuild.DockerServerOptions(
|
|
4274
|
+
compute_type=codebuild.DockerServerComputeType.SMALL,
|
|
4275
|
+
|
|
4276
|
+
# the properties below are optional
|
|
4277
|
+
security_groups=[security_group]
|
|
4278
|
+
),
|
|
4191
4279
|
environment_variables={
|
|
4192
4280
|
"environment_variables_key": codebuild.BuildEnvironmentVariable(
|
|
4193
4281
|
value=value,
|
|
@@ -4505,17 +4593,26 @@ class ShellStepProps:
|
|
|
4505
4593
|
|
|
4506
4594
|
Example::
|
|
4507
4595
|
|
|
4508
|
-
#
|
|
4509
|
-
|
|
4596
|
+
# pipeline: pipelines.CodePipeline
|
|
4510
4597
|
|
|
4511
|
-
|
|
4598
|
+
preprod = MyApplicationStage(self, "PreProd")
|
|
4599
|
+
prod = MyApplicationStage(self, "Prod")
|
|
4600
|
+
topic = sns.Topic(self, "ChangeApprovalTopic")
|
|
4512
4601
|
|
|
4513
|
-
pipeline
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4602
|
+
pipeline.add_stage(preprod,
|
|
4603
|
+
post=[
|
|
4604
|
+
pipelines.ShellStep("Validate Endpoint",
|
|
4605
|
+
commands=["curl -Ssf https://my.webservice.com/"]
|
|
4606
|
+
)
|
|
4607
|
+
]
|
|
4608
|
+
)
|
|
4609
|
+
pipeline.add_stage(prod,
|
|
4610
|
+
pre=[pipelines.ManualApprovalStep("PromoteToProd",
|
|
4611
|
+
# All options below are optional
|
|
4612
|
+
comment="Please validate changes",
|
|
4613
|
+
review_url="https://my.webservice.com/",
|
|
4614
|
+
notification_topic=topic
|
|
4615
|
+
)]
|
|
4519
4616
|
)
|
|
4520
4617
|
'''
|
|
4521
4618
|
if __debug__:
|
|
@@ -6594,6 +6691,7 @@ class CodePipeline(
|
|
|
6594
6691
|
synth: IFileSetProducer,
|
|
6595
6692
|
artifact_bucket: typing.Optional[_IBucket_42e086fd] = None,
|
|
6596
6693
|
asset_publishing_code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6694
|
+
cdk_assets_cli_version: typing.Optional[builtins.str] = None,
|
|
6597
6695
|
cli_version: typing.Optional[builtins.str] = None,
|
|
6598
6696
|
code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6599
6697
|
code_pipeline: typing.Optional[_Pipeline_ea38de84] = None,
|
|
@@ -6620,7 +6718,8 @@ class CodePipeline(
|
|
|
6620
6718
|
:param synth: The build step that produces the CDK Cloud Assembly. The primary output of this step needs to be the ``cdk.out`` directory generated by the ``cdk synth`` command. If you use a ``ShellStep`` here and you don't configure an output directory, the output directory will automatically be assumed to be ``cdk.out``.
|
|
6621
6719
|
:param artifact_bucket: An existing S3 Bucket to use for storing the pipeline's artifact. Default: - A new S3 bucket will be created.
|
|
6622
6720
|
:param asset_publishing_code_build_defaults: Additional customizations to apply to the asset publishing CodeBuild projects. Default: - Only ``codeBuildDefaults`` are applied
|
|
6623
|
-
:param
|
|
6721
|
+
:param cdk_assets_cli_version: CDK CLI version to use in asset publishing steps. If you want to lock the ``cdk-assets`` version used in the pipeline, by steps that are automatically generated for you, specify the version here. We recommend you do not specify this value, as not specifying it always uses the latest CLI version which is backwards compatible with old versions. Default: - Latest version
|
|
6722
|
+
:param cli_version: CDK CLI version to use in self-mutation step. If you want to lock the CDK CLI version used in the pipeline, by steps that are automatically generated for you, specify the version here. We recommend you do not specify this value, as not specifying it always uses the latest CLI version which is backwards compatible with old versions. If you do specify it, be aware that this version should always be equal to or higher than the version of the CDK framework used by the CDK app, when the CDK commands are run during your pipeline execution. When you change this version, the *next time* the ``SelfMutate`` step runs it will still be using the CLI of the the *previous* version that was in this property: it will only start using the new version after ``SelfMutate`` completes successfully. That means that if you want to update both framework and CLI version, you should update the CLI version first, commit, push and deploy, and only then update the framework version. Default: - Latest version
|
|
6624
6723
|
:param code_build_defaults: Customize the CodeBuild projects created for this pipeline. Default: - All projects run non-privileged build, SMALL instance, LinuxBuildImage.STANDARD_7_0
|
|
6625
6724
|
:param code_pipeline: An existing Pipeline to be reused and built upon. [disable-awslint:ref-via-interface] Default: - a new underlying pipeline is created.
|
|
6626
6725
|
:param cross_account_keys: Create KMS keys for the artifact buckets, allowing cross-account deployments. The artifact buckets have to be encrypted to support deploying CDK apps to another account, so if you want to do that or want to have your artifact buckets encrypted, be sure to set this value to ``true``. Be aware there is a cost associated with maintaining the KMS keys. Default: false
|
|
@@ -6648,6 +6747,7 @@ class CodePipeline(
|
|
|
6648
6747
|
synth=synth,
|
|
6649
6748
|
artifact_bucket=artifact_bucket,
|
|
6650
6749
|
asset_publishing_code_build_defaults=asset_publishing_code_build_defaults,
|
|
6750
|
+
cdk_assets_cli_version=cdk_assets_cli_version,
|
|
6651
6751
|
cli_version=cli_version,
|
|
6652
6752
|
code_build_defaults=code_build_defaults,
|
|
6653
6753
|
code_pipeline=code_pipeline,
|
|
@@ -7317,6 +7417,7 @@ class ManualApprovalStep(
|
|
|
7317
7417
|
|
|
7318
7418
|
preprod = MyApplicationStage(self, "PreProd")
|
|
7319
7419
|
prod = MyApplicationStage(self, "Prod")
|
|
7420
|
+
topic = sns.Topic(self, "ChangeApprovalTopic")
|
|
7320
7421
|
|
|
7321
7422
|
pipeline.add_stage(preprod,
|
|
7322
7423
|
post=[
|
|
@@ -7326,7 +7427,12 @@ class ManualApprovalStep(
|
|
|
7326
7427
|
]
|
|
7327
7428
|
)
|
|
7328
7429
|
pipeline.add_stage(prod,
|
|
7329
|
-
pre=[pipelines.ManualApprovalStep("PromoteToProd"
|
|
7430
|
+
pre=[pipelines.ManualApprovalStep("PromoteToProd",
|
|
7431
|
+
# All options below are optional
|
|
7432
|
+
comment="Please validate changes",
|
|
7433
|
+
review_url="https://my.webservice.com/",
|
|
7434
|
+
notification_topic=topic
|
|
7435
|
+
)]
|
|
7330
7436
|
)
|
|
7331
7437
|
'''
|
|
7332
7438
|
|
|
@@ -7335,15 +7441,23 @@ class ManualApprovalStep(
|
|
|
7335
7441
|
id: builtins.str,
|
|
7336
7442
|
*,
|
|
7337
7443
|
comment: typing.Optional[builtins.str] = None,
|
|
7444
|
+
notification_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
7445
|
+
review_url: typing.Optional[builtins.str] = None,
|
|
7338
7446
|
) -> None:
|
|
7339
7447
|
'''
|
|
7340
7448
|
:param id: Identifier for this step.
|
|
7341
7449
|
:param comment: The comment to display with this manual approval. Default: - No comment
|
|
7450
|
+
:param notification_topic: Optional SNS topic to send notifications to when an approval is pending. Default: - No notifications
|
|
7451
|
+
:param review_url: The URL for review associated with this manual approval. Default: - No URL
|
|
7342
7452
|
'''
|
|
7343
7453
|
if __debug__:
|
|
7344
7454
|
type_hints = typing.get_type_hints(_typecheckingstub__e1bf3ac4525b2831190c490c38deb9452f7e662bb66f5cb63ba43cdac1db0dc4)
|
|
7345
7455
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7346
|
-
props = ManualApprovalStepProps(
|
|
7456
|
+
props = ManualApprovalStepProps(
|
|
7457
|
+
comment=comment,
|
|
7458
|
+
notification_topic=notification_topic,
|
|
7459
|
+
review_url=review_url,
|
|
7460
|
+
)
|
|
7347
7461
|
|
|
7348
7462
|
jsii.create(self.__class__, self, [id, props])
|
|
7349
7463
|
|
|
@@ -7356,6 +7470,24 @@ class ManualApprovalStep(
|
|
|
7356
7470
|
'''
|
|
7357
7471
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "comment"))
|
|
7358
7472
|
|
|
7473
|
+
@builtins.property
|
|
7474
|
+
@jsii.member(jsii_name="notificationTopic")
|
|
7475
|
+
def notification_topic(self) -> typing.Optional[_ITopic_9eca4852]:
|
|
7476
|
+
'''Optional SNS topic to send notifications.
|
|
7477
|
+
|
|
7478
|
+
:default: - No notifications
|
|
7479
|
+
'''
|
|
7480
|
+
return typing.cast(typing.Optional[_ITopic_9eca4852], jsii.get(self, "notificationTopic"))
|
|
7481
|
+
|
|
7482
|
+
@builtins.property
|
|
7483
|
+
@jsii.member(jsii_name="reviewUrl")
|
|
7484
|
+
def review_url(self) -> typing.Optional[builtins.str]:
|
|
7485
|
+
'''The URL for review associated with this manual approval.
|
|
7486
|
+
|
|
7487
|
+
:default: - No URL
|
|
7488
|
+
'''
|
|
7489
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "reviewUrl"))
|
|
7490
|
+
|
|
7359
7491
|
|
|
7360
7492
|
class ShellStep(
|
|
7361
7493
|
Step,
|
|
@@ -7371,17 +7503,26 @@ class ShellStep(
|
|
|
7371
7503
|
|
|
7372
7504
|
Example::
|
|
7373
7505
|
|
|
7374
|
-
#
|
|
7375
|
-
|
|
7506
|
+
# pipeline: pipelines.CodePipeline
|
|
7376
7507
|
|
|
7377
|
-
|
|
7508
|
+
preprod = MyApplicationStage(self, "PreProd")
|
|
7509
|
+
prod = MyApplicationStage(self, "Prod")
|
|
7510
|
+
topic = sns.Topic(self, "ChangeApprovalTopic")
|
|
7378
7511
|
|
|
7379
|
-
pipeline
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
-
|
|
7512
|
+
pipeline.add_stage(preprod,
|
|
7513
|
+
post=[
|
|
7514
|
+
pipelines.ShellStep("Validate Endpoint",
|
|
7515
|
+
commands=["curl -Ssf https://my.webservice.com/"]
|
|
7516
|
+
)
|
|
7517
|
+
]
|
|
7518
|
+
)
|
|
7519
|
+
pipeline.add_stage(prod,
|
|
7520
|
+
pre=[pipelines.ManualApprovalStep("PromoteToProd",
|
|
7521
|
+
# All options below are optional
|
|
7522
|
+
comment="Please validate changes",
|
|
7523
|
+
review_url="https://my.webservice.com/",
|
|
7524
|
+
notification_topic=topic
|
|
7525
|
+
)]
|
|
7385
7526
|
)
|
|
7386
7527
|
'''
|
|
7387
7528
|
|
|
@@ -7968,6 +8109,7 @@ def _typecheckingstub__c46bc21ca63efb27c935c31017ebbc8c85b3b93ae1798e54892dd3eae
|
|
|
7968
8109
|
synth: IFileSetProducer,
|
|
7969
8110
|
artifact_bucket: typing.Optional[_IBucket_42e086fd] = None,
|
|
7970
8111
|
asset_publishing_code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8112
|
+
cdk_assets_cli_version: typing.Optional[builtins.str] = None,
|
|
7971
8113
|
cli_version: typing.Optional[builtins.str] = None,
|
|
7972
8114
|
code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7973
8115
|
code_pipeline: typing.Optional[_Pipeline_ea38de84] = None,
|
|
@@ -8109,6 +8251,8 @@ def _typecheckingstub__99773084b7df122e2f7df8455d5966ec674016081ec53bbdb52b9a758
|
|
|
8109
8251
|
def _typecheckingstub__5a0a42f985a6aa39b8db8606833d899bd8c93567a96ac5acb2c9407bde8793ed(
|
|
8110
8252
|
*,
|
|
8111
8253
|
comment: typing.Optional[builtins.str] = None,
|
|
8254
|
+
notification_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
8255
|
+
review_url: typing.Optional[builtins.str] = None,
|
|
8112
8256
|
) -> None:
|
|
8113
8257
|
"""Type checking stubs"""
|
|
8114
8258
|
pass
|
|
@@ -8433,6 +8577,7 @@ def _typecheckingstub__7b4b4a0bcbd5fab3e4b78aa07ff9504469ae96c16799604ca3345bcb9
|
|
|
8433
8577
|
synth: IFileSetProducer,
|
|
8434
8578
|
artifact_bucket: typing.Optional[_IBucket_42e086fd] = None,
|
|
8435
8579
|
asset_publishing_code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8580
|
+
cdk_assets_cli_version: typing.Optional[builtins.str] = None,
|
|
8436
8581
|
cli_version: typing.Optional[builtins.str] = None,
|
|
8437
8582
|
code_build_defaults: typing.Optional[typing.Union[CodeBuildOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8438
8583
|
code_pipeline: typing.Optional[_Pipeline_ea38de84] = None,
|
|
@@ -8592,6 +8737,8 @@ def _typecheckingstub__e1bf3ac4525b2831190c490c38deb9452f7e662bb66f5cb63ba43cdac
|
|
|
8592
8737
|
id: builtins.str,
|
|
8593
8738
|
*,
|
|
8594
8739
|
comment: typing.Optional[builtins.str] = None,
|
|
8740
|
+
notification_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
8741
|
+
review_url: typing.Optional[builtins.str] = None,
|
|
8595
8742
|
) -> None:
|
|
8596
8743
|
"""Type checking stubs"""
|
|
8597
8744
|
pass
|
|
@@ -8660,3 +8807,6 @@ def _typecheckingstub__a4050a951f11df379d3f03171015f338d23cc9145a854d86f45352dbc
|
|
|
8660
8807
|
) -> None:
|
|
8661
8808
|
"""Type checking stubs"""
|
|
8662
8809
|
pass
|
|
8810
|
+
|
|
8811
|
+
for cls in [ICodePipelineActionFactory, IFileSetProducer]:
|
|
8812
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/region_info/__init__.py
CHANGED
|
@@ -917,3 +917,6 @@ def _typecheckingstub__b7fa00c6eee8344d2d7dec9a9b3e5aabd291377b56af4261818a52177
|
|
|
917
917
|
) -> None:
|
|
918
918
|
"""Type checking stubs"""
|
|
919
919
|
pass
|
|
920
|
+
|
|
921
|
+
for cls in [IFact]:
|
|
922
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|