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
|
@@ -123,6 +123,8 @@ def is_complete(event, context):
|
|
|
123
123
|
> Do not use this library if your threat model requires that you cannot trust actors who are able
|
|
124
124
|
> to list StepFunction executions in your account.
|
|
125
125
|
|
|
126
|
+
> **Default behaviour change Note**: the Custom Resource Provider doesn't log anything by default. To enable logging for the Provider framework, toggle `disableWaiterStateMachineLogging` and `disableFrameworkLambdaLogging` depending on you requirement to see waiter state machine logs or provider framework lambda logs
|
|
127
|
+
|
|
126
128
|
### Handling Lifecycle Events: onEvent
|
|
127
129
|
|
|
128
130
|
The user-defined `onEvent` AWS Lambda function is invoked whenever a resource
|
|
@@ -1019,12 +1021,16 @@ from ..aws_iam import (
|
|
|
1019
1021
|
IRole as _IRole_235f5d8e,
|
|
1020
1022
|
PolicyStatement as _PolicyStatement_0fe33853,
|
|
1021
1023
|
)
|
|
1022
|
-
from ..
|
|
1023
|
-
|
|
1024
|
+
from ..aws_lambda import (
|
|
1025
|
+
ApplicationLogLevel as _ApplicationLogLevel_cd92660a,
|
|
1026
|
+
IFunction as _IFunction_6adb0ab8,
|
|
1027
|
+
Runtime as _Runtime_b4eaa844,
|
|
1028
|
+
)
|
|
1024
1029
|
from ..aws_logs import (
|
|
1025
1030
|
ILogGroup as _ILogGroup_3c4fa718, RetentionDays as _RetentionDays_070f99f0
|
|
1026
1031
|
)
|
|
1027
1032
|
from ..aws_stepfunctions import LogLevel as _LogLevel_be1990fe
|
|
1033
|
+
from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
|
|
1028
1034
|
|
|
1029
1035
|
|
|
1030
1036
|
@jsii.implements(_IGrantable_71c4f5de)
|
|
@@ -1170,6 +1176,12 @@ class AwsCustomResource(
|
|
|
1170
1176
|
check_type(argname="argument data_path", value=data_path, expected_type=type_hints["data_path"])
|
|
1171
1177
|
return typing.cast(_Reference_6ab8bd04, jsii.invoke(self, "getResponseFieldReference", [data_path]))
|
|
1172
1178
|
|
|
1179
|
+
@jsii.python.classproperty
|
|
1180
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
1181
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
1182
|
+
'''Uniquely identifies this class.'''
|
|
1183
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
1184
|
+
|
|
1173
1185
|
@jsii.python.classproperty
|
|
1174
1186
|
@jsii.member(jsii_name="PROVIDER_FUNCTION_UUID")
|
|
1175
1187
|
def PROVIDER_FUNCTION_UUID(cls) -> builtins.str:
|
|
@@ -2461,11 +2473,12 @@ class Provider(
|
|
|
2461
2473
|
on_event_handler: _IFunction_6adb0ab8,
|
|
2462
2474
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
2463
2475
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2476
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2464
2477
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2465
2478
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
2466
2479
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2467
2480
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2468
|
-
provider_function_env_encryption: typing.Optional[
|
|
2481
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2469
2482
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
2470
2483
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
2471
2484
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -2479,8 +2492,9 @@ class Provider(
|
|
|
2479
2492
|
:param scope: -
|
|
2480
2493
|
:param id: -
|
|
2481
2494
|
:param on_event_handler: The AWS Lambda function to invoke for all resource lifecycle operations (CREATE/UPDATE/DELETE). This function is responsible to begin the requested resource operation (CREATE/UPDATE/DELETE) and return any additional properties to add to the event, which will later be passed to ``isComplete``. The ``PhysicalResourceId`` property must be included in the response.
|
|
2482
|
-
:param disable_waiter_state_machine_logging: Whether logging for the waiter state machine is disabled. Default: -
|
|
2495
|
+
:param disable_waiter_state_machine_logging: Whether logging for the waiter state machine is disabled. Default: - true
|
|
2483
2496
|
:param framework_complete_and_timeout_role: Lambda execution role for provider framework's isComplete/onTimeout Lambda function. Note that this role must be assumed by the 'lambda.amazonaws.com' service principal. To prevent circular dependency problem in the provider framework, please ensure you specify a different IAM Role for 'frameworkCompleteAndTimeoutRole' from 'frameworkOnEventRole'. This property cannot be used with 'role' property Default: - A default role will be created.
|
|
2497
|
+
:param framework_lambda_logging_level: Log level of the provider framework lambda. Default: true - Logging is disabled by default
|
|
2484
2498
|
:param framework_on_event_role: Lambda execution role for provider framework's onEvent Lambda function. Note that this role must be assumed by the 'lambda.amazonaws.com' service principal. This property cannot be used with 'role' property Default: - A default role will be created.
|
|
2485
2499
|
:param is_complete_handler: The AWS Lambda function to invoke in order to determine if the operation is complete. This function will be called immediately after ``onEvent`` and then periodically based on the configured query interval as long as it returns ``false``. If the function still returns ``false`` and the alloted timeout has passed, the operation will fail. Default: - provider is synchronous. This means that the ``onEvent`` handler is expected to finish all lifecycle operations within the initial invocation.
|
|
2486
2500
|
:param log_group: The Log Group used for logging of events emitted by the custom resource's lambda function. Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16. If you are deploying to another type of region, please check regional availability first. Default: - a default log group created by AWS Lambda
|
|
@@ -2503,6 +2517,7 @@ class Provider(
|
|
|
2503
2517
|
on_event_handler=on_event_handler,
|
|
2504
2518
|
disable_waiter_state_machine_logging=disable_waiter_state_machine_logging,
|
|
2505
2519
|
framework_complete_and_timeout_role=framework_complete_and_timeout_role,
|
|
2520
|
+
framework_lambda_logging_level=framework_lambda_logging_level,
|
|
2506
2521
|
framework_on_event_role=framework_on_event_role,
|
|
2507
2522
|
is_complete_handler=is_complete_handler,
|
|
2508
2523
|
log_group=log_group,
|
|
@@ -2520,6 +2535,12 @@ class Provider(
|
|
|
2520
2535
|
|
|
2521
2536
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2522
2537
|
|
|
2538
|
+
@jsii.python.classproperty
|
|
2539
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
2540
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
2541
|
+
'''Uniquely identifies this class.'''
|
|
2542
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
2543
|
+
|
|
2523
2544
|
@builtins.property
|
|
2524
2545
|
@jsii.member(jsii_name="onEventHandler")
|
|
2525
2546
|
def on_event_handler(self) -> _IFunction_6adb0ab8:
|
|
@@ -2546,6 +2567,7 @@ class Provider(
|
|
|
2546
2567
|
"on_event_handler": "onEventHandler",
|
|
2547
2568
|
"disable_waiter_state_machine_logging": "disableWaiterStateMachineLogging",
|
|
2548
2569
|
"framework_complete_and_timeout_role": "frameworkCompleteAndTimeoutRole",
|
|
2570
|
+
"framework_lambda_logging_level": "frameworkLambdaLoggingLevel",
|
|
2549
2571
|
"framework_on_event_role": "frameworkOnEventRole",
|
|
2550
2572
|
"is_complete_handler": "isCompleteHandler",
|
|
2551
2573
|
"log_group": "logGroup",
|
|
@@ -2568,11 +2590,12 @@ class ProviderProps:
|
|
|
2568
2590
|
on_event_handler: _IFunction_6adb0ab8,
|
|
2569
2591
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
2570
2592
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2593
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2571
2594
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2572
2595
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
2573
2596
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2574
2597
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2575
|
-
provider_function_env_encryption: typing.Optional[
|
|
2598
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2576
2599
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
2577
2600
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
2578
2601
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -2585,8 +2608,9 @@ class ProviderProps:
|
|
|
2585
2608
|
'''Initialization properties for the ``Provider`` construct.
|
|
2586
2609
|
|
|
2587
2610
|
:param on_event_handler: The AWS Lambda function to invoke for all resource lifecycle operations (CREATE/UPDATE/DELETE). This function is responsible to begin the requested resource operation (CREATE/UPDATE/DELETE) and return any additional properties to add to the event, which will later be passed to ``isComplete``. The ``PhysicalResourceId`` property must be included in the response.
|
|
2588
|
-
:param disable_waiter_state_machine_logging: Whether logging for the waiter state machine is disabled. Default: -
|
|
2611
|
+
:param disable_waiter_state_machine_logging: Whether logging for the waiter state machine is disabled. Default: - true
|
|
2589
2612
|
:param framework_complete_and_timeout_role: Lambda execution role for provider framework's isComplete/onTimeout Lambda function. Note that this role must be assumed by the 'lambda.amazonaws.com' service principal. To prevent circular dependency problem in the provider framework, please ensure you specify a different IAM Role for 'frameworkCompleteAndTimeoutRole' from 'frameworkOnEventRole'. This property cannot be used with 'role' property Default: - A default role will be created.
|
|
2613
|
+
:param framework_lambda_logging_level: Log level of the provider framework lambda. Default: true - Logging is disabled by default
|
|
2590
2614
|
:param framework_on_event_role: Lambda execution role for provider framework's onEvent Lambda function. Note that this role must be assumed by the 'lambda.amazonaws.com' service principal. This property cannot be used with 'role' property Default: - A default role will be created.
|
|
2591
2615
|
:param is_complete_handler: The AWS Lambda function to invoke in order to determine if the operation is complete. This function will be called immediately after ``onEvent`` and then periodically based on the configured query interval as long as it returns ``false``. If the function still returns ``false`` and the alloted timeout has passed, the operation will fail. Default: - provider is synchronous. This means that the ``onEvent`` handler is expected to finish all lifecycle operations within the initial invocation.
|
|
2592
2616
|
:param log_group: The Log Group used for logging of events emitted by the custom resource's lambda function. Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16. If you are deploying to another type of region, please check regional availability first. Default: - a default log group created by AWS Lambda
|
|
@@ -2641,6 +2665,7 @@ class ProviderProps:
|
|
|
2641
2665
|
check_type(argname="argument on_event_handler", value=on_event_handler, expected_type=type_hints["on_event_handler"])
|
|
2642
2666
|
check_type(argname="argument disable_waiter_state_machine_logging", value=disable_waiter_state_machine_logging, expected_type=type_hints["disable_waiter_state_machine_logging"])
|
|
2643
2667
|
check_type(argname="argument framework_complete_and_timeout_role", value=framework_complete_and_timeout_role, expected_type=type_hints["framework_complete_and_timeout_role"])
|
|
2668
|
+
check_type(argname="argument framework_lambda_logging_level", value=framework_lambda_logging_level, expected_type=type_hints["framework_lambda_logging_level"])
|
|
2644
2669
|
check_type(argname="argument framework_on_event_role", value=framework_on_event_role, expected_type=type_hints["framework_on_event_role"])
|
|
2645
2670
|
check_type(argname="argument is_complete_handler", value=is_complete_handler, expected_type=type_hints["is_complete_handler"])
|
|
2646
2671
|
check_type(argname="argument log_group", value=log_group, expected_type=type_hints["log_group"])
|
|
@@ -2661,6 +2686,8 @@ class ProviderProps:
|
|
|
2661
2686
|
self._values["disable_waiter_state_machine_logging"] = disable_waiter_state_machine_logging
|
|
2662
2687
|
if framework_complete_and_timeout_role is not None:
|
|
2663
2688
|
self._values["framework_complete_and_timeout_role"] = framework_complete_and_timeout_role
|
|
2689
|
+
if framework_lambda_logging_level is not None:
|
|
2690
|
+
self._values["framework_lambda_logging_level"] = framework_lambda_logging_level
|
|
2664
2691
|
if framework_on_event_role is not None:
|
|
2665
2692
|
self._values["framework_on_event_role"] = framework_on_event_role
|
|
2666
2693
|
if is_complete_handler is not None:
|
|
@@ -2705,7 +2732,7 @@ class ProviderProps:
|
|
|
2705
2732
|
def disable_waiter_state_machine_logging(self) -> typing.Optional[builtins.bool]:
|
|
2706
2733
|
'''Whether logging for the waiter state machine is disabled.
|
|
2707
2734
|
|
|
2708
|
-
:default: -
|
|
2735
|
+
:default: - true
|
|
2709
2736
|
'''
|
|
2710
2737
|
result = self._values.get("disable_waiter_state_machine_logging")
|
|
2711
2738
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
@@ -2726,6 +2753,17 @@ class ProviderProps:
|
|
|
2726
2753
|
result = self._values.get("framework_complete_and_timeout_role")
|
|
2727
2754
|
return typing.cast(typing.Optional[_IRole_235f5d8e], result)
|
|
2728
2755
|
|
|
2756
|
+
@builtins.property
|
|
2757
|
+
def framework_lambda_logging_level(
|
|
2758
|
+
self,
|
|
2759
|
+
) -> typing.Optional[_ApplicationLogLevel_cd92660a]:
|
|
2760
|
+
'''Log level of the provider framework lambda.
|
|
2761
|
+
|
|
2762
|
+
:default: true - Logging is disabled by default
|
|
2763
|
+
'''
|
|
2764
|
+
result = self._values.get("framework_lambda_logging_level")
|
|
2765
|
+
return typing.cast(typing.Optional[_ApplicationLogLevel_cd92660a], result)
|
|
2766
|
+
|
|
2729
2767
|
@builtins.property
|
|
2730
2768
|
def framework_on_event_role(self) -> typing.Optional[_IRole_235f5d8e]:
|
|
2731
2769
|
'''Lambda execution role for provider framework's onEvent Lambda function.
|
|
@@ -2786,13 +2824,13 @@ class ProviderProps:
|
|
|
2786
2824
|
return typing.cast(typing.Optional[_RetentionDays_070f99f0], result)
|
|
2787
2825
|
|
|
2788
2826
|
@builtins.property
|
|
2789
|
-
def provider_function_env_encryption(self) -> typing.Optional[
|
|
2827
|
+
def provider_function_env_encryption(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
|
|
2790
2828
|
'''AWS KMS key used to encrypt provider lambda's environment variables.
|
|
2791
2829
|
|
|
2792
2830
|
:default: - AWS Lambda creates and uses an AWS managed customer master key (CMK)
|
|
2793
2831
|
'''
|
|
2794
2832
|
result = self._values.get("provider_function_env_encryption")
|
|
2795
|
-
return typing.cast(typing.Optional[
|
|
2833
|
+
return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
|
|
2796
2834
|
|
|
2797
2835
|
@builtins.property
|
|
2798
2836
|
def provider_function_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -2828,7 +2866,7 @@ class ProviderProps:
|
|
|
2828
2866
|
|
|
2829
2867
|
:default: - A default role will be created.
|
|
2830
2868
|
|
|
2831
|
-
:deprecated: - Use
|
|
2869
|
+
:deprecated: - Use frameworkOnEventRole, frameworkCompleteAndTimeoutRole
|
|
2832
2870
|
|
|
2833
2871
|
:stability: deprecated
|
|
2834
2872
|
'''
|
|
@@ -3062,6 +3100,12 @@ class WaiterStateMachine(
|
|
|
3062
3100
|
check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
|
|
3063
3101
|
return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantStartExecution", [identity]))
|
|
3064
3102
|
|
|
3103
|
+
@jsii.python.classproperty
|
|
3104
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
3105
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
3106
|
+
'''Uniquely identifies this class.'''
|
|
3107
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
3108
|
+
|
|
3065
3109
|
@builtins.property
|
|
3066
3110
|
@jsii.member(jsii_name="stateMachineArn")
|
|
3067
3111
|
def state_machine_arn(self) -> builtins.str:
|
|
@@ -3427,11 +3471,12 @@ def _typecheckingstub__29415d7bf7977fcf110b77ce69cec309dcf0404601944735020770ddf
|
|
|
3427
3471
|
on_event_handler: _IFunction_6adb0ab8,
|
|
3428
3472
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
3429
3473
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3474
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
3430
3475
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3431
3476
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
3432
3477
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
3433
3478
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
3434
|
-
provider_function_env_encryption: typing.Optional[
|
|
3479
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
3435
3480
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
3436
3481
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
3437
3482
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -3449,11 +3494,12 @@ def _typecheckingstub__32b03803ee02437d8d83814282c700ede5633030e4d9f7ebdaf3b9d07
|
|
|
3449
3494
|
on_event_handler: _IFunction_6adb0ab8,
|
|
3450
3495
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
3451
3496
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3497
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
3452
3498
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3453
3499
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
3454
3500
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
3455
3501
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
3456
|
-
provider_function_env_encryption: typing.Optional[
|
|
3502
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
3457
3503
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
3458
3504
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
3459
3505
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -311,6 +311,20 @@ When this feature flag is enabled and calling KMS key grant method, the created
|
|
|
311
311
|
}
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
+
* `@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal`
|
|
315
|
+
|
|
316
|
+
Enable grant methods on imported KMS Aliases to apply permissions scoped by the alias using the `kms:ResourceAliases` condition key. When this flag is disabled, grant* methods on `Alias.fromAliasName` remain no-ops to preserve existing behavior.
|
|
317
|
+
|
|
318
|
+
*cdk.json*
|
|
319
|
+
|
|
320
|
+
```json
|
|
321
|
+
{
|
|
322
|
+
"context": {
|
|
323
|
+
"@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal": true
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
```
|
|
327
|
+
|
|
314
328
|
* `@aws-cdk/aws-eks:nodegroupNameAttribute`
|
|
315
329
|
|
|
316
330
|
When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.
|
|
@@ -718,6 +732,92 @@ resource lambda function logs.
|
|
|
718
732
|
}
|
|
719
733
|
}
|
|
720
734
|
```
|
|
735
|
+
|
|
736
|
+
* `@aws-cdk/aws-s3:publicAccessBlockedByDefault`
|
|
737
|
+
|
|
738
|
+
When BlockPublicAccess is not set at all, s3's default behavior will be to set all options to true in aws console.
|
|
739
|
+
The previous behavior in cdk before this feature was; if only some of the BlockPublicAccessOptions were set (not all 4), then the ones undefined would default to false.
|
|
740
|
+
This is counter intuitive to the console behavior where the options would start in true state and a user would uncheck the boxes as needed.
|
|
741
|
+
The new behavior from this feature will allow a user, for example, to set 1 of the 4 BlockPublicAccessOpsions to false, and on deployment the other 3 will remain true.
|
|
742
|
+
|
|
743
|
+
*cdk.json*
|
|
744
|
+
|
|
745
|
+
```json
|
|
746
|
+
{
|
|
747
|
+
"context": {
|
|
748
|
+
"@aws-cdk/aws-s3:publicAccessBlockedByDefault": true
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
```
|
|
752
|
+
|
|
753
|
+
* `@aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway`
|
|
754
|
+
|
|
755
|
+
When this feature flag is enabled, EgressOnlyGateway is created only for dual-stack VPC with private subnets
|
|
756
|
+
|
|
757
|
+
When this feature flag is disabled, EgressOnlyGateway resource is created for all dual-stack VPC regardless of subnet type
|
|
758
|
+
|
|
759
|
+
*cdk.json*
|
|
760
|
+
|
|
761
|
+
```json
|
|
762
|
+
{
|
|
763
|
+
"context": {
|
|
764
|
+
"@aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway": true
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
```
|
|
768
|
+
|
|
769
|
+
* `@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint`
|
|
770
|
+
|
|
771
|
+
When this feature flag is enabled, the JSONPath apiEndpoint value will be resolved dynamically at runtime, while slightly increasing the size of the state machine definition.
|
|
772
|
+
When disabled, the JSONPath apiEndpoint property will only support a static string value.
|
|
773
|
+
|
|
774
|
+
_cdk.json
|
|
775
|
+
|
|
776
|
+
```json
|
|
777
|
+
{
|
|
778
|
+
"context": {
|
|
779
|
+
"@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint": true
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
```
|
|
783
|
+
|
|
784
|
+
* `@aws-cdk/aws-signer:signingProfileNamePassedToCfn`
|
|
785
|
+
|
|
786
|
+
When this feature flag is enabled, the `signingProfileName` property is passed to the L1 `CfnSigningProfile` construct,
|
|
787
|
+
which ensures that the AWS Signer profile is created with the specified name.
|
|
788
|
+
|
|
789
|
+
When this feature flag is disabled, the `signingProfileName` is not passed to CloudFormation, maintaining backward
|
|
790
|
+
compatibility with existing deployments where CloudFormation auto-generated profile names.
|
|
791
|
+
|
|
792
|
+
This feature flag is needed because enabling it can cause existing signing profiles to be
|
|
793
|
+
replaced during deployment if a `signingProfileName` was specified but not previously used
|
|
794
|
+
in the CloudFormation template.
|
|
795
|
+
|
|
796
|
+
*cdk.json*
|
|
797
|
+
|
|
798
|
+
```json
|
|
799
|
+
{
|
|
800
|
+
"context": {
|
|
801
|
+
"@aws-cdk/aws-signer:signingProfileNamePassedToCfn": true
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
```
|
|
805
|
+
|
|
806
|
+
* `@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId`
|
|
807
|
+
|
|
808
|
+
When enabled, ECS patterns will generate unique target group IDs that include the load balancer name and type (public/private). This prevents CloudFormation conflicts when switching between public and private load balancers.
|
|
809
|
+
|
|
810
|
+
Without this flag, switching an ApplicationLoadBalancedFargateService from public to private (or vice versa) fails with "target group cannot be associated with more than one load balancer" error.
|
|
811
|
+
|
|
812
|
+
*cdk.json*
|
|
813
|
+
|
|
814
|
+
```json
|
|
815
|
+
{
|
|
816
|
+
"context": {
|
|
817
|
+
"@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId": true
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
```
|
|
721
821
|
'''
|
|
722
822
|
from pkgutil import extend_path
|
|
723
823
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -765,6 +865,7 @@ from ..cloud_assembly_schema import (
|
|
|
765
865
|
ContainerImageAssetMetadataEntry as _ContainerImageAssetMetadataEntry_0a212d1d,
|
|
766
866
|
ContextProvider as _ContextProvider_fa789bb5,
|
|
767
867
|
EndpointServiceAvailabilityZonesContextQuery as _EndpointServiceAvailabilityZonesContextQuery_ea3ca0d1,
|
|
868
|
+
FeatureFlagReportProperties as _FeatureFlagReportProperties_2cfd3047,
|
|
768
869
|
FileAssetMetadataEntry as _FileAssetMetadataEntry_50173f8f,
|
|
769
870
|
HostedZoneContextQuery as _HostedZoneContextQuery_8e6ca28f,
|
|
770
871
|
ICloudAssembly as _ICloudAssembly_3b620685,
|
|
@@ -1003,14 +1104,14 @@ class CloudArtifact(
|
|
|
1003
1104
|
display_name: typing.Optional[builtins.str] = None,
|
|
1004
1105
|
environment: typing.Optional[builtins.str] = None,
|
|
1005
1106
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1006
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1107
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1007
1108
|
) -> None:
|
|
1008
1109
|
'''
|
|
1009
1110
|
:param assembly: -
|
|
1010
1111
|
:param id: -
|
|
1011
1112
|
:param type: The type of artifact.
|
|
1012
1113
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1013
|
-
:param display_name: A string that
|
|
1114
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1014
1115
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1015
1116
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1016
1117
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -1042,7 +1143,7 @@ class CloudArtifact(
|
|
|
1042
1143
|
display_name: typing.Optional[builtins.str] = None,
|
|
1043
1144
|
environment: typing.Optional[builtins.str] = None,
|
|
1044
1145
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1045
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1146
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1046
1147
|
) -> typing.Optional["CloudArtifact"]:
|
|
1047
1148
|
'''Returns a subclass of ``CloudArtifact`` based on the artifact type defined in the artifact manifest.
|
|
1048
1149
|
|
|
@@ -1050,7 +1151,7 @@ class CloudArtifact(
|
|
|
1050
1151
|
:param id: The artifact ID.
|
|
1051
1152
|
:param type: The type of artifact.
|
|
1052
1153
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1053
|
-
:param display_name: A string that
|
|
1154
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1054
1155
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1055
1156
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1056
1157
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -1382,14 +1483,14 @@ class CloudAssemblyBuilder(
|
|
|
1382
1483
|
display_name: typing.Optional[builtins.str] = None,
|
|
1383
1484
|
environment: typing.Optional[builtins.str] = None,
|
|
1384
1485
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1385
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1486
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1386
1487
|
) -> None:
|
|
1387
1488
|
'''Adds an artifact into the cloud assembly.
|
|
1388
1489
|
|
|
1389
1490
|
:param id: The ID of the artifact.
|
|
1390
1491
|
:param type: The type of artifact.
|
|
1391
1492
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1392
|
-
:param display_name: A string that
|
|
1493
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1393
1494
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1394
1495
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1395
1496
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -1622,14 +1723,14 @@ class CloudFormationStackArtifact(
|
|
|
1622
1723
|
display_name: typing.Optional[builtins.str] = None,
|
|
1623
1724
|
environment: typing.Optional[builtins.str] = None,
|
|
1624
1725
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
1625
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1726
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1626
1727
|
) -> None:
|
|
1627
1728
|
'''
|
|
1628
1729
|
:param assembly: -
|
|
1629
1730
|
:param artifact_id: -
|
|
1630
1731
|
:param type: The type of artifact.
|
|
1631
1732
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1632
|
-
:param display_name: A string that
|
|
1733
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1633
1734
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1634
1735
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1635
1736
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -2718,14 +2819,14 @@ class NestedCloudAssemblyArtifact(
|
|
|
2718
2819
|
display_name: typing.Optional[builtins.str] = None,
|
|
2719
2820
|
environment: typing.Optional[builtins.str] = None,
|
|
2720
2821
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
2721
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2822
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2722
2823
|
) -> None:
|
|
2723
2824
|
'''
|
|
2724
2825
|
:param assembly: -
|
|
2725
2826
|
:param name: -
|
|
2726
2827
|
:param type: The type of artifact.
|
|
2727
2828
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
2728
|
-
:param display_name: A string that
|
|
2829
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
2729
2830
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
2730
2831
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
2731
2832
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -3039,14 +3140,14 @@ class TreeCloudArtifact(
|
|
|
3039
3140
|
display_name: typing.Optional[builtins.str] = None,
|
|
3040
3141
|
environment: typing.Optional[builtins.str] = None,
|
|
3041
3142
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3042
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3143
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3043
3144
|
) -> None:
|
|
3044
3145
|
'''
|
|
3045
3146
|
:param assembly: -
|
|
3046
3147
|
:param name: -
|
|
3047
3148
|
:param type: The type of artifact.
|
|
3048
3149
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
3049
|
-
:param display_name: A string that
|
|
3150
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
3050
3151
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
3051
3152
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
3052
3153
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -3699,14 +3800,14 @@ class AssetManifestArtifact(
|
|
|
3699
3800
|
display_name: typing.Optional[builtins.str] = None,
|
|
3700
3801
|
environment: typing.Optional[builtins.str] = None,
|
|
3701
3802
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3702
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3803
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3703
3804
|
) -> None:
|
|
3704
3805
|
'''
|
|
3705
3806
|
:param assembly: -
|
|
3706
3807
|
:param name: -
|
|
3707
3808
|
:param type: The type of artifact.
|
|
3708
3809
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
3709
|
-
:param display_name: A string that
|
|
3810
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
3710
3811
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
3711
3812
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
3712
3813
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -3832,7 +3933,7 @@ def _typecheckingstub__25d9df0767e898e3c7d2743835aa9ce65467ceb2a717a448ad988e9d7
|
|
|
3832
3933
|
display_name: typing.Optional[builtins.str] = None,
|
|
3833
3934
|
environment: typing.Optional[builtins.str] = None,
|
|
3834
3935
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3835
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3936
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3836
3937
|
) -> None:
|
|
3837
3938
|
"""Type checking stubs"""
|
|
3838
3939
|
pass
|
|
@@ -3846,7 +3947,7 @@ def _typecheckingstub__a43b33c096c23def76559e7ae04cbbfebe9400c25a9d7ec0ac79410d9
|
|
|
3846
3947
|
display_name: typing.Optional[builtins.str] = None,
|
|
3847
3948
|
environment: typing.Optional[builtins.str] = None,
|
|
3848
3949
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3849
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3950
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3850
3951
|
) -> None:
|
|
3851
3952
|
"""Type checking stubs"""
|
|
3852
3953
|
pass
|
|
@@ -3920,7 +4021,7 @@ def _typecheckingstub__261d018bdb1dc9a71bf2eedbb2cef096556840e4a312cda97d5254271
|
|
|
3920
4021
|
display_name: typing.Optional[builtins.str] = None,
|
|
3921
4022
|
environment: typing.Optional[builtins.str] = None,
|
|
3922
4023
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3923
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4024
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3924
4025
|
) -> None:
|
|
3925
4026
|
"""Type checking stubs"""
|
|
3926
4027
|
pass
|
|
@@ -3949,7 +4050,7 @@ def _typecheckingstub__efbcfecbcc773b1f90d568df2c82e4e67168ad418a9cd97880b975d21
|
|
|
3949
4050
|
display_name: typing.Optional[builtins.str] = None,
|
|
3950
4051
|
environment: typing.Optional[builtins.str] = None,
|
|
3951
4052
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
3952
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4053
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3953
4054
|
) -> None:
|
|
3954
4055
|
"""Type checking stubs"""
|
|
3955
4056
|
pass
|
|
@@ -4071,7 +4172,7 @@ def _typecheckingstub__58cd751fc0676bdece56072cebc370619182e12e08433ef6415db29d4
|
|
|
4071
4172
|
display_name: typing.Optional[builtins.str] = None,
|
|
4072
4173
|
environment: typing.Optional[builtins.str] = None,
|
|
4073
4174
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4074
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4175
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4075
4176
|
) -> None:
|
|
4076
4177
|
"""Type checking stubs"""
|
|
4077
4178
|
pass
|
|
@@ -4108,7 +4209,7 @@ def _typecheckingstub__3ac926e1ee09e8dfca43023911e9514e33e19b8a91828eab4d450a48d
|
|
|
4108
4209
|
display_name: typing.Optional[builtins.str] = None,
|
|
4109
4210
|
environment: typing.Optional[builtins.str] = None,
|
|
4110
4211
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4111
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4212
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4112
4213
|
) -> None:
|
|
4113
4214
|
"""Type checking stubs"""
|
|
4114
4215
|
pass
|
|
@@ -4169,7 +4270,7 @@ def _typecheckingstub__4d3ca09f65f0b6d82995f24fb98a9330c17865775e1a04d254348d053
|
|
|
4169
4270
|
display_name: typing.Optional[builtins.str] = None,
|
|
4170
4271
|
environment: typing.Optional[builtins.str] = None,
|
|
4171
4272
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[_MetadataEntry_13e1bf79, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
4172
|
-
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4273
|
+
properties: typing.Optional[typing.Union[typing.Union[_AwsCloudFormationStackProperties_50fb16af, typing.Dict[builtins.str, typing.Any]], typing.Union[_AssetManifestProperties_9084879a, typing.Dict[builtins.str, typing.Any]], typing.Union[_TreeArtifactProperties_4092757e, typing.Dict[builtins.str, typing.Any]], typing.Union[_NestedCloudAssemblyProperties_c2fa342d, typing.Dict[builtins.str, typing.Any]], typing.Union[_FeatureFlagReportProperties_2cfd3047, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4173
4274
|
) -> None:
|
|
4174
4275
|
"""Type checking stubs"""
|
|
4175
4276
|
pass
|
|
@@ -4179,3 +4280,6 @@ def _typecheckingstub__5cdb3373494bc6b73de4ef674ad469482cb5462066462262be592ba7f
|
|
|
4179
4280
|
) -> None:
|
|
4180
4281
|
"""Type checking stubs"""
|
|
4181
4282
|
pass
|
|
4283
|
+
|
|
4284
|
+
for cls in [IEnvironmentPlaceholderProvider]:
|
|
4285
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|