aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_xray/__init__.py
CHANGED
|
@@ -67,9 +67,19 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_xray import (
|
|
71
|
+
GroupReference as _GroupReference_fbed0c3c,
|
|
72
|
+
IGroupRef as _IGroupRef_6a79d09c,
|
|
73
|
+
IResourcePolicyRef as _IResourcePolicyRef_9af6286a,
|
|
74
|
+
ISamplingRuleRef as _ISamplingRuleRef_32354932,
|
|
75
|
+
ITransactionSearchConfigRef as _ITransactionSearchConfigRef_ee102611,
|
|
76
|
+
ResourcePolicyReference as _ResourcePolicyReference_881e4e79,
|
|
77
|
+
SamplingRuleReference as _SamplingRuleReference_31c7bced,
|
|
78
|
+
TransactionSearchConfigReference as _TransactionSearchConfigReference_25d193f8,
|
|
79
|
+
)
|
|
70
80
|
|
|
71
81
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
82
|
+
@jsii.implements(_IInspectable_c2943556, _IGroupRef_6a79d09c, _ITaggableV2_4e6798f8)
|
|
73
83
|
class CfnGroup(
|
|
74
84
|
_CfnResource_9df397a6,
|
|
75
85
|
metaclass=jsii.JSIIMeta,
|
|
@@ -115,7 +125,8 @@ class CfnGroup(
|
|
|
115
125
|
insights_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGroup.InsightsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
116
126
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
117
127
|
) -> None:
|
|
118
|
-
'''
|
|
128
|
+
'''Create a new ``AWS::XRay::Group``.
|
|
129
|
+
|
|
119
130
|
:param scope: Scope in which this resource is defined.
|
|
120
131
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
121
132
|
:param group_name: The unique case-sensitive name of the group.
|
|
@@ -186,6 +197,12 @@ class CfnGroup(
|
|
|
186
197
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
187
198
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
188
199
|
|
|
200
|
+
@builtins.property
|
|
201
|
+
@jsii.member(jsii_name="groupRef")
|
|
202
|
+
def group_ref(self) -> _GroupReference_fbed0c3c:
|
|
203
|
+
'''A reference to a Group resource.'''
|
|
204
|
+
return typing.cast(_GroupReference_fbed0c3c, jsii.get(self, "groupRef"))
|
|
205
|
+
|
|
189
206
|
@builtins.property
|
|
190
207
|
@jsii.member(jsii_name="groupName")
|
|
191
208
|
def group_name(self) -> builtins.str:
|
|
@@ -443,7 +460,7 @@ class CfnGroupProps:
|
|
|
443
460
|
)
|
|
444
461
|
|
|
445
462
|
|
|
446
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
463
|
+
@jsii.implements(_IInspectable_c2943556, _IResourcePolicyRef_9af6286a)
|
|
447
464
|
class CfnResourcePolicy(
|
|
448
465
|
_CfnResource_9df397a6,
|
|
449
466
|
metaclass=jsii.JSIIMeta,
|
|
@@ -481,7 +498,8 @@ class CfnResourcePolicy(
|
|
|
481
498
|
policy_name: builtins.str,
|
|
482
499
|
bypass_policy_lockout_check: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
483
500
|
) -> None:
|
|
484
|
-
'''
|
|
501
|
+
'''Create a new ``AWS::XRay::ResourcePolicy``.
|
|
502
|
+
|
|
485
503
|
:param scope: Scope in which this resource is defined.
|
|
486
504
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
487
505
|
:param policy_document: The resource-based policy document, which can be up to 5kb in size.
|
|
@@ -535,6 +553,12 @@ class CfnResourcePolicy(
|
|
|
535
553
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
536
554
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
537
555
|
|
|
556
|
+
@builtins.property
|
|
557
|
+
@jsii.member(jsii_name="resourcePolicyRef")
|
|
558
|
+
def resource_policy_ref(self) -> _ResourcePolicyReference_881e4e79:
|
|
559
|
+
'''A reference to a ResourcePolicy resource.'''
|
|
560
|
+
return typing.cast(_ResourcePolicyReference_881e4e79, jsii.get(self, "resourcePolicyRef"))
|
|
561
|
+
|
|
538
562
|
@builtins.property
|
|
539
563
|
@jsii.member(jsii_name="policyDocument")
|
|
540
564
|
def policy_document(self) -> builtins.str:
|
|
@@ -677,7 +701,7 @@ class CfnResourcePolicyProps:
|
|
|
677
701
|
)
|
|
678
702
|
|
|
679
703
|
|
|
680
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
704
|
+
@jsii.implements(_IInspectable_c2943556, _ISamplingRuleRef_32354932, _ITaggableV2_4e6798f8)
|
|
681
705
|
class CfnSamplingRule(
|
|
682
706
|
_CfnResource_9df397a6,
|
|
683
707
|
metaclass=jsii.JSIIMeta,
|
|
@@ -780,7 +804,8 @@ class CfnSamplingRule(
|
|
|
780
804
|
sampling_rule_update: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSamplingRule.SamplingRuleUpdateProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
781
805
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
782
806
|
) -> None:
|
|
783
|
-
'''
|
|
807
|
+
'''Create a new ``AWS::XRay::SamplingRule``.
|
|
808
|
+
|
|
784
809
|
:param scope: Scope in which this resource is defined.
|
|
785
810
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
786
811
|
:param rule_name: (deprecated) The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.
|
|
@@ -853,6 +878,12 @@ class CfnSamplingRule(
|
|
|
853
878
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
854
879
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
855
880
|
|
|
881
|
+
@builtins.property
|
|
882
|
+
@jsii.member(jsii_name="samplingRuleRef")
|
|
883
|
+
def sampling_rule_ref(self) -> _SamplingRuleReference_31c7bced:
|
|
884
|
+
'''A reference to a SamplingRule resource.'''
|
|
885
|
+
return typing.cast(_SamplingRuleReference_31c7bced, jsii.get(self, "samplingRuleRef"))
|
|
886
|
+
|
|
856
887
|
@builtins.property
|
|
857
888
|
@jsii.member(jsii_name="ruleName")
|
|
858
889
|
def rule_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -1765,7 +1796,7 @@ class CfnSamplingRuleProps:
|
|
|
1765
1796
|
)
|
|
1766
1797
|
|
|
1767
1798
|
|
|
1768
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1799
|
+
@jsii.implements(_IInspectable_c2943556, _ITransactionSearchConfigRef_ee102611)
|
|
1769
1800
|
class CfnTransactionSearchConfig(
|
|
1770
1801
|
_CfnResource_9df397a6,
|
|
1771
1802
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1795,7 +1826,8 @@ class CfnTransactionSearchConfig(
|
|
|
1795
1826
|
*,
|
|
1796
1827
|
indexing_percentage: typing.Optional[jsii.Number] = None,
|
|
1797
1828
|
) -> None:
|
|
1798
|
-
'''
|
|
1829
|
+
'''Create a new ``AWS::XRay::TransactionSearchConfig``.
|
|
1830
|
+
|
|
1799
1831
|
:param scope: Scope in which this resource is defined.
|
|
1800
1832
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1801
1833
|
:param indexing_percentage: Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.
|
|
@@ -1854,6 +1886,14 @@ class CfnTransactionSearchConfig(
|
|
|
1854
1886
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1855
1887
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1856
1888
|
|
|
1889
|
+
@builtins.property
|
|
1890
|
+
@jsii.member(jsii_name="transactionSearchConfigRef")
|
|
1891
|
+
def transaction_search_config_ref(
|
|
1892
|
+
self,
|
|
1893
|
+
) -> _TransactionSearchConfigReference_25d193f8:
|
|
1894
|
+
'''A reference to a TransactionSearchConfig resource.'''
|
|
1895
|
+
return typing.cast(_TransactionSearchConfigReference_25d193f8, jsii.get(self, "transactionSearchConfigRef"))
|
|
1896
|
+
|
|
1857
1897
|
@builtins.property
|
|
1858
1898
|
@jsii.member(jsii_name="indexingPercentage")
|
|
1859
1899
|
def indexing_percentage(self) -> typing.Optional[jsii.Number]:
|
|
@@ -109,7 +109,7 @@ class ArtifactManifest:
|
|
|
109
109
|
display_name: typing.Optional[builtins.str] = None,
|
|
110
110
|
environment: typing.Optional[builtins.str] = None,
|
|
111
111
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union["MetadataEntry", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
112
|
-
properties: typing.Optional[typing.Union[typing.Union["AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
112
|
+
properties: typing.Optional[typing.Union[typing.Union["AwsCloudFormationStackProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["AssetManifestProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["TreeArtifactProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["NestedCloudAssemblyProperties", typing.Dict[builtins.str, typing.Any]], typing.Union["FeatureFlagReportProperties", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
113
113
|
) -> None:
|
|
114
114
|
'''A manifest for a single artifact within the cloud assembly.
|
|
115
115
|
|
|
@@ -258,13 +258,13 @@ class ArtifactManifest:
|
|
|
258
258
|
@builtins.property
|
|
259
259
|
def properties(
|
|
260
260
|
self,
|
|
261
|
-
) -> typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties"]]:
|
|
261
|
+
) -> typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties", "FeatureFlagReportProperties"]]:
|
|
262
262
|
'''The set of properties for this artifact (depends on type).
|
|
263
263
|
|
|
264
264
|
:default: - no properties.
|
|
265
265
|
'''
|
|
266
266
|
result = self._values.get("properties")
|
|
267
|
-
return typing.cast(typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties"]], result)
|
|
267
|
+
return typing.cast(typing.Optional[typing.Union["AwsCloudFormationStackProperties", "AssetManifestProperties", "TreeArtifactProperties", "NestedCloudAssemblyProperties", "FeatureFlagReportProperties"]], result)
|
|
268
268
|
|
|
269
269
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
270
270
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -312,6 +312,8 @@ class ArtifactType(enum.Enum):
|
|
|
312
312
|
'''Manifest for all assets in the Cloud Assembly.'''
|
|
313
313
|
NESTED_CLOUD_ASSEMBLY = "NESTED_CLOUD_ASSEMBLY"
|
|
314
314
|
'''Nested Cloud Assembly.'''
|
|
315
|
+
FEATURE_FLAG_REPORT = "FEATURE_FLAG_REPORT"
|
|
316
|
+
'''Feature flag report.'''
|
|
315
317
|
|
|
316
318
|
|
|
317
319
|
@jsii.data_type(
|
|
@@ -4857,6 +4859,206 @@ class EndpointServiceAvailabilityZonesContextQuery(ContextLookupRoleOptions):
|
|
|
4857
4859
|
)
|
|
4858
4860
|
|
|
4859
4861
|
|
|
4862
|
+
@jsii.data_type(
|
|
4863
|
+
jsii_type="aws-cdk-lib.cloud_assembly_schema.FeatureFlag",
|
|
4864
|
+
jsii_struct_bases=[],
|
|
4865
|
+
name_mapping={
|
|
4866
|
+
"explanation": "explanation",
|
|
4867
|
+
"recommended_value": "recommendedValue",
|
|
4868
|
+
"unconfigured_behaves_like": "unconfiguredBehavesLike",
|
|
4869
|
+
"user_value": "userValue",
|
|
4870
|
+
},
|
|
4871
|
+
)
|
|
4872
|
+
class FeatureFlag:
|
|
4873
|
+
def __init__(
|
|
4874
|
+
self,
|
|
4875
|
+
*,
|
|
4876
|
+
explanation: typing.Optional[builtins.str] = None,
|
|
4877
|
+
recommended_value: typing.Any = None,
|
|
4878
|
+
unconfigured_behaves_like: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
4879
|
+
user_value: typing.Any = None,
|
|
4880
|
+
) -> None:
|
|
4881
|
+
'''A single feature flag.
|
|
4882
|
+
|
|
4883
|
+
:param explanation: Explanation about the purpose of this flag that can be shown to the user. Default: - No description
|
|
4884
|
+
:param recommended_value: The library-recommended value for this flag, if any. It is possible that there is no recommended value. Default: - No recommended value.
|
|
4885
|
+
:param unconfigured_behaves_like: The value of the flag if it is unconfigured. Default: - No value
|
|
4886
|
+
:param user_value: The value configured by the user. This is the value configured at the root of the tree. Users may also have configured values at specific locations in the tree; we don't report on those. Default: - Not configured by the user
|
|
4887
|
+
|
|
4888
|
+
:exampleMetadata: fixture=_generated
|
|
4889
|
+
|
|
4890
|
+
Example::
|
|
4891
|
+
|
|
4892
|
+
# The code below shows an example of how to instantiate this type.
|
|
4893
|
+
# The values are placeholders you should change.
|
|
4894
|
+
from aws_cdk import cloud_assembly_schema
|
|
4895
|
+
|
|
4896
|
+
# recommended_value: Any
|
|
4897
|
+
# unconfigured_behaves_like: Any
|
|
4898
|
+
# user_value: Any
|
|
4899
|
+
|
|
4900
|
+
feature_flag = FeatureFlag(
|
|
4901
|
+
explanation="explanation",
|
|
4902
|
+
recommended_value=recommended_value,
|
|
4903
|
+
unconfigured_behaves_like={
|
|
4904
|
+
"unconfigured_behaves_like_key": unconfigured_behaves_like
|
|
4905
|
+
},
|
|
4906
|
+
user_value=user_value
|
|
4907
|
+
)
|
|
4908
|
+
'''
|
|
4909
|
+
if __debug__:
|
|
4910
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d7ccfacd89aa44cd30dd2b6b40d937da9546cf5f11f13266ca45710d4e373233)
|
|
4911
|
+
check_type(argname="argument explanation", value=explanation, expected_type=type_hints["explanation"])
|
|
4912
|
+
check_type(argname="argument recommended_value", value=recommended_value, expected_type=type_hints["recommended_value"])
|
|
4913
|
+
check_type(argname="argument unconfigured_behaves_like", value=unconfigured_behaves_like, expected_type=type_hints["unconfigured_behaves_like"])
|
|
4914
|
+
check_type(argname="argument user_value", value=user_value, expected_type=type_hints["user_value"])
|
|
4915
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4916
|
+
if explanation is not None:
|
|
4917
|
+
self._values["explanation"] = explanation
|
|
4918
|
+
if recommended_value is not None:
|
|
4919
|
+
self._values["recommended_value"] = recommended_value
|
|
4920
|
+
if unconfigured_behaves_like is not None:
|
|
4921
|
+
self._values["unconfigured_behaves_like"] = unconfigured_behaves_like
|
|
4922
|
+
if user_value is not None:
|
|
4923
|
+
self._values["user_value"] = user_value
|
|
4924
|
+
|
|
4925
|
+
@builtins.property
|
|
4926
|
+
def explanation(self) -> typing.Optional[builtins.str]:
|
|
4927
|
+
'''Explanation about the purpose of this flag that can be shown to the user.
|
|
4928
|
+
|
|
4929
|
+
:default: - No description
|
|
4930
|
+
'''
|
|
4931
|
+
result = self._values.get("explanation")
|
|
4932
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4933
|
+
|
|
4934
|
+
@builtins.property
|
|
4935
|
+
def recommended_value(self) -> typing.Any:
|
|
4936
|
+
'''The library-recommended value for this flag, if any.
|
|
4937
|
+
|
|
4938
|
+
It is possible that there is no recommended value.
|
|
4939
|
+
|
|
4940
|
+
:default: - No recommended value.
|
|
4941
|
+
'''
|
|
4942
|
+
result = self._values.get("recommended_value")
|
|
4943
|
+
return typing.cast(typing.Any, result)
|
|
4944
|
+
|
|
4945
|
+
@builtins.property
|
|
4946
|
+
def unconfigured_behaves_like(
|
|
4947
|
+
self,
|
|
4948
|
+
) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
|
|
4949
|
+
'''The value of the flag if it is unconfigured.
|
|
4950
|
+
|
|
4951
|
+
:default: - No value
|
|
4952
|
+
'''
|
|
4953
|
+
result = self._values.get("unconfigured_behaves_like")
|
|
4954
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
|
|
4955
|
+
|
|
4956
|
+
@builtins.property
|
|
4957
|
+
def user_value(self) -> typing.Any:
|
|
4958
|
+
'''The value configured by the user.
|
|
4959
|
+
|
|
4960
|
+
This is the value configured at the root of the tree. Users may also have
|
|
4961
|
+
configured values at specific locations in the tree; we don't report on
|
|
4962
|
+
those.
|
|
4963
|
+
|
|
4964
|
+
:default: - Not configured by the user
|
|
4965
|
+
'''
|
|
4966
|
+
result = self._values.get("user_value")
|
|
4967
|
+
return typing.cast(typing.Any, result)
|
|
4968
|
+
|
|
4969
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4970
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4971
|
+
|
|
4972
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4973
|
+
return not (rhs == self)
|
|
4974
|
+
|
|
4975
|
+
def __repr__(self) -> str:
|
|
4976
|
+
return "FeatureFlag(%s)" % ", ".join(
|
|
4977
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4978
|
+
)
|
|
4979
|
+
|
|
4980
|
+
|
|
4981
|
+
@jsii.data_type(
|
|
4982
|
+
jsii_type="aws-cdk-lib.cloud_assembly_schema.FeatureFlagReportProperties",
|
|
4983
|
+
jsii_struct_bases=[],
|
|
4984
|
+
name_mapping={"flags": "flags", "module": "module"},
|
|
4985
|
+
)
|
|
4986
|
+
class FeatureFlagReportProperties:
|
|
4987
|
+
def __init__(
|
|
4988
|
+
self,
|
|
4989
|
+
*,
|
|
4990
|
+
flags: typing.Mapping[builtins.str, typing.Union[FeatureFlag, typing.Dict[builtins.str, typing.Any]]],
|
|
4991
|
+
module: builtins.str,
|
|
4992
|
+
) -> None:
|
|
4993
|
+
'''Artifact properties for a feature flag report.
|
|
4994
|
+
|
|
4995
|
+
A feature flag report is small enough that all the properties can be inlined
|
|
4996
|
+
here, and doesn't need an additional file.
|
|
4997
|
+
|
|
4998
|
+
:param flags: Information about every feature flag supported by this library.
|
|
4999
|
+
:param module: The library that this feature flag report applies to.
|
|
5000
|
+
|
|
5001
|
+
:exampleMetadata: fixture=_generated
|
|
5002
|
+
|
|
5003
|
+
Example::
|
|
5004
|
+
|
|
5005
|
+
# The code below shows an example of how to instantiate this type.
|
|
5006
|
+
# The values are placeholders you should change.
|
|
5007
|
+
from aws_cdk import cloud_assembly_schema
|
|
5008
|
+
|
|
5009
|
+
# recommended_value: Any
|
|
5010
|
+
# unconfigured_behaves_like: Any
|
|
5011
|
+
# user_value: Any
|
|
5012
|
+
|
|
5013
|
+
feature_flag_report_properties = FeatureFlagReportProperties(
|
|
5014
|
+
flags={
|
|
5015
|
+
"flags_key": FeatureFlag(
|
|
5016
|
+
explanation="explanation",
|
|
5017
|
+
recommended_value=recommended_value,
|
|
5018
|
+
unconfigured_behaves_like={
|
|
5019
|
+
"unconfigured_behaves_like_key": unconfigured_behaves_like
|
|
5020
|
+
},
|
|
5021
|
+
user_value=user_value
|
|
5022
|
+
)
|
|
5023
|
+
},
|
|
5024
|
+
module="module"
|
|
5025
|
+
)
|
|
5026
|
+
'''
|
|
5027
|
+
if __debug__:
|
|
5028
|
+
type_hints = typing.get_type_hints(_typecheckingstub__028d9005a883d2bec5fe9dc6270df8f73f5150cc394cf0043b71cf90072d2ce5)
|
|
5029
|
+
check_type(argname="argument flags", value=flags, expected_type=type_hints["flags"])
|
|
5030
|
+
check_type(argname="argument module", value=module, expected_type=type_hints["module"])
|
|
5031
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
5032
|
+
"flags": flags,
|
|
5033
|
+
"module": module,
|
|
5034
|
+
}
|
|
5035
|
+
|
|
5036
|
+
@builtins.property
|
|
5037
|
+
def flags(self) -> typing.Mapping[builtins.str, FeatureFlag]:
|
|
5038
|
+
'''Information about every feature flag supported by this library.'''
|
|
5039
|
+
result = self._values.get("flags")
|
|
5040
|
+
assert result is not None, "Required property 'flags' is missing"
|
|
5041
|
+
return typing.cast(typing.Mapping[builtins.str, FeatureFlag], result)
|
|
5042
|
+
|
|
5043
|
+
@builtins.property
|
|
5044
|
+
def module(self) -> builtins.str:
|
|
5045
|
+
'''The library that this feature flag report applies to.'''
|
|
5046
|
+
result = self._values.get("module")
|
|
5047
|
+
assert result is not None, "Required property 'module' is missing"
|
|
5048
|
+
return typing.cast(builtins.str, result)
|
|
5049
|
+
|
|
5050
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5051
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5052
|
+
|
|
5053
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5054
|
+
return not (rhs == self)
|
|
5055
|
+
|
|
5056
|
+
def __repr__(self) -> str:
|
|
5057
|
+
return "FeatureFlagReportProperties(%s)" % ", ".join(
|
|
5058
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5059
|
+
)
|
|
5060
|
+
|
|
5061
|
+
|
|
4860
5062
|
@jsii.data_type(
|
|
4861
5063
|
jsii_type="aws-cdk-lib.cloud_assembly_schema.FileAsset",
|
|
4862
5064
|
jsii_struct_bases=[],
|
|
@@ -5699,7 +5901,7 @@ class IntegManifest:
|
|
|
5699
5901
|
|
|
5700
5902
|
:param test_cases: test cases.
|
|
5701
5903
|
:param version: Version of the manifest.
|
|
5702
|
-
:param enable_lookups: Enable lookups for this test. If lookups are enabled then ``stackUpdateWorkflow`` must be set to false. Lookups should only be enabled when you are
|
|
5904
|
+
:param enable_lookups: Enable lookups for this test. If lookups are enabled then ``stackUpdateWorkflow`` must be set to false. Lookups should only be enabled when you are explicitly testing lookups. Default: false
|
|
5703
5905
|
:param synth_context: Additional context to use when performing a synth. Any context provided here will override any default context Default: - no additional context
|
|
5704
5906
|
|
|
5705
5907
|
:exampleMetadata: fixture=_generated
|
|
@@ -5858,7 +6060,7 @@ class IntegManifest:
|
|
|
5858
6060
|
|
|
5859
6061
|
If lookups are enabled
|
|
5860
6062
|
then ``stackUpdateWorkflow`` must be set to false.
|
|
5861
|
-
Lookups should only be enabled when you are
|
|
6063
|
+
Lookups should only be enabled when you are explicitly testing
|
|
5862
6064
|
lookups.
|
|
5863
6065
|
|
|
5864
6066
|
:default: false
|
|
@@ -9019,6 +9221,8 @@ __all__ = [
|
|
|
9019
9221
|
"DockerImageDestination",
|
|
9020
9222
|
"DockerImageSource",
|
|
9021
9223
|
"EndpointServiceAvailabilityZonesContextQuery",
|
|
9224
|
+
"FeatureFlag",
|
|
9225
|
+
"FeatureFlagReportProperties",
|
|
9022
9226
|
"FileAsset",
|
|
9023
9227
|
"FileAssetMetadataEntry",
|
|
9024
9228
|
"FileAssetPackaging",
|
|
@@ -9060,7 +9264,7 @@ def _typecheckingstub__c0fe0dea35f8750630dc6eb16d5f979ef40079f01dc4afec1b7ebf62d
|
|
|
9060
9264
|
display_name: typing.Optional[builtins.str] = None,
|
|
9061
9265
|
environment: typing.Optional[builtins.str] = None,
|
|
9062
9266
|
metadata: typing.Optional[typing.Mapping[builtins.str, typing.Sequence[typing.Union[MetadataEntry, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
9063
|
-
properties: typing.Optional[typing.Union[typing.Union[AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9267
|
+
properties: typing.Optional[typing.Union[typing.Union[AwsCloudFormationStackProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[AssetManifestProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[TreeArtifactProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[NestedCloudAssemblyProperties, typing.Dict[builtins.str, typing.Any]], typing.Union[FeatureFlagReportProperties, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9064
9268
|
) -> None:
|
|
9065
9269
|
"""Type checking stubs"""
|
|
9066
9270
|
pass
|
|
@@ -9386,6 +9590,24 @@ def _typecheckingstub__b028a59a345f6074485bae83f874fa7eca8081fea4616b491a43cfb78
|
|
|
9386
9590
|
"""Type checking stubs"""
|
|
9387
9591
|
pass
|
|
9388
9592
|
|
|
9593
|
+
def _typecheckingstub__d7ccfacd89aa44cd30dd2b6b40d937da9546cf5f11f13266ca45710d4e373233(
|
|
9594
|
+
*,
|
|
9595
|
+
explanation: typing.Optional[builtins.str] = None,
|
|
9596
|
+
recommended_value: typing.Any = None,
|
|
9597
|
+
unconfigured_behaves_like: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
9598
|
+
user_value: typing.Any = None,
|
|
9599
|
+
) -> None:
|
|
9600
|
+
"""Type checking stubs"""
|
|
9601
|
+
pass
|
|
9602
|
+
|
|
9603
|
+
def _typecheckingstub__028d9005a883d2bec5fe9dc6270df8f73f5150cc394cf0043b71cf90072d2ce5(
|
|
9604
|
+
*,
|
|
9605
|
+
flags: typing.Mapping[builtins.str, typing.Union[FeatureFlag, typing.Dict[builtins.str, typing.Any]]],
|
|
9606
|
+
module: builtins.str,
|
|
9607
|
+
) -> None:
|
|
9608
|
+
"""Type checking stubs"""
|
|
9609
|
+
pass
|
|
9610
|
+
|
|
9389
9611
|
def _typecheckingstub__a482db8874b6a4a96f9be44511cc506737e4b70dff2a99f6ee0f1566bc96c3d8(
|
|
9390
9612
|
*,
|
|
9391
9613
|
destinations: typing.Mapping[builtins.str, typing.Union[FileDestination, typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -9736,3 +9958,6 @@ def _typecheckingstub__db3fe7ed770cad2fbb895987d45a3a52df9ebdb3b3e8652039785a299
|
|
|
9736
9958
|
) -> None:
|
|
9737
9959
|
"""Type checking stubs"""
|
|
9738
9960
|
pass
|
|
9961
|
+
|
|
9962
|
+
for cls in [ICloudAssembly]:
|
|
9963
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -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)
|
|
@@ -2467,11 +2473,12 @@ class Provider(
|
|
|
2467
2473
|
on_event_handler: _IFunction_6adb0ab8,
|
|
2468
2474
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
2469
2475
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2476
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2470
2477
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2471
2478
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
2472
2479
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2473
2480
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2474
|
-
provider_function_env_encryption: typing.Optional[
|
|
2481
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2475
2482
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
2476
2483
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
2477
2484
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -2485,8 +2492,9 @@ class Provider(
|
|
|
2485
2492
|
:param scope: -
|
|
2486
2493
|
:param id: -
|
|
2487
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.
|
|
2488
|
-
: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
|
|
2489
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
|
|
2490
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.
|
|
2491
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.
|
|
2492
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
|
|
@@ -2509,6 +2517,7 @@ class Provider(
|
|
|
2509
2517
|
on_event_handler=on_event_handler,
|
|
2510
2518
|
disable_waiter_state_machine_logging=disable_waiter_state_machine_logging,
|
|
2511
2519
|
framework_complete_and_timeout_role=framework_complete_and_timeout_role,
|
|
2520
|
+
framework_lambda_logging_level=framework_lambda_logging_level,
|
|
2512
2521
|
framework_on_event_role=framework_on_event_role,
|
|
2513
2522
|
is_complete_handler=is_complete_handler,
|
|
2514
2523
|
log_group=log_group,
|
|
@@ -2558,6 +2567,7 @@ class Provider(
|
|
|
2558
2567
|
"on_event_handler": "onEventHandler",
|
|
2559
2568
|
"disable_waiter_state_machine_logging": "disableWaiterStateMachineLogging",
|
|
2560
2569
|
"framework_complete_and_timeout_role": "frameworkCompleteAndTimeoutRole",
|
|
2570
|
+
"framework_lambda_logging_level": "frameworkLambdaLoggingLevel",
|
|
2561
2571
|
"framework_on_event_role": "frameworkOnEventRole",
|
|
2562
2572
|
"is_complete_handler": "isCompleteHandler",
|
|
2563
2573
|
"log_group": "logGroup",
|
|
@@ -2580,11 +2590,12 @@ class ProviderProps:
|
|
|
2580
2590
|
on_event_handler: _IFunction_6adb0ab8,
|
|
2581
2591
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
2582
2592
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2593
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2583
2594
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
2584
2595
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
2585
2596
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2586
2597
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2587
|
-
provider_function_env_encryption: typing.Optional[
|
|
2598
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2588
2599
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
2589
2600
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
2590
2601
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -2597,8 +2608,9 @@ class ProviderProps:
|
|
|
2597
2608
|
'''Initialization properties for the ``Provider`` construct.
|
|
2598
2609
|
|
|
2599
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.
|
|
2600
|
-
: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
|
|
2601
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
|
|
2602
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.
|
|
2603
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.
|
|
2604
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
|
|
@@ -2653,6 +2665,7 @@ class ProviderProps:
|
|
|
2653
2665
|
check_type(argname="argument on_event_handler", value=on_event_handler, expected_type=type_hints["on_event_handler"])
|
|
2654
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"])
|
|
2655
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"])
|
|
2656
2669
|
check_type(argname="argument framework_on_event_role", value=framework_on_event_role, expected_type=type_hints["framework_on_event_role"])
|
|
2657
2670
|
check_type(argname="argument is_complete_handler", value=is_complete_handler, expected_type=type_hints["is_complete_handler"])
|
|
2658
2671
|
check_type(argname="argument log_group", value=log_group, expected_type=type_hints["log_group"])
|
|
@@ -2673,6 +2686,8 @@ class ProviderProps:
|
|
|
2673
2686
|
self._values["disable_waiter_state_machine_logging"] = disable_waiter_state_machine_logging
|
|
2674
2687
|
if framework_complete_and_timeout_role is not None:
|
|
2675
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
|
|
2676
2691
|
if framework_on_event_role is not None:
|
|
2677
2692
|
self._values["framework_on_event_role"] = framework_on_event_role
|
|
2678
2693
|
if is_complete_handler is not None:
|
|
@@ -2717,7 +2732,7 @@ class ProviderProps:
|
|
|
2717
2732
|
def disable_waiter_state_machine_logging(self) -> typing.Optional[builtins.bool]:
|
|
2718
2733
|
'''Whether logging for the waiter state machine is disabled.
|
|
2719
2734
|
|
|
2720
|
-
:default: -
|
|
2735
|
+
:default: - true
|
|
2721
2736
|
'''
|
|
2722
2737
|
result = self._values.get("disable_waiter_state_machine_logging")
|
|
2723
2738
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
@@ -2738,6 +2753,17 @@ class ProviderProps:
|
|
|
2738
2753
|
result = self._values.get("framework_complete_and_timeout_role")
|
|
2739
2754
|
return typing.cast(typing.Optional[_IRole_235f5d8e], result)
|
|
2740
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
|
+
|
|
2741
2767
|
@builtins.property
|
|
2742
2768
|
def framework_on_event_role(self) -> typing.Optional[_IRole_235f5d8e]:
|
|
2743
2769
|
'''Lambda execution role for provider framework's onEvent Lambda function.
|
|
@@ -2798,13 +2824,13 @@ class ProviderProps:
|
|
|
2798
2824
|
return typing.cast(typing.Optional[_RetentionDays_070f99f0], result)
|
|
2799
2825
|
|
|
2800
2826
|
@builtins.property
|
|
2801
|
-
def provider_function_env_encryption(self) -> typing.Optional[
|
|
2827
|
+
def provider_function_env_encryption(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
|
|
2802
2828
|
'''AWS KMS key used to encrypt provider lambda's environment variables.
|
|
2803
2829
|
|
|
2804
2830
|
:default: - AWS Lambda creates and uses an AWS managed customer master key (CMK)
|
|
2805
2831
|
'''
|
|
2806
2832
|
result = self._values.get("provider_function_env_encryption")
|
|
2807
|
-
return typing.cast(typing.Optional[
|
|
2833
|
+
return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
|
|
2808
2834
|
|
|
2809
2835
|
@builtins.property
|
|
2810
2836
|
def provider_function_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -2840,7 +2866,7 @@ class ProviderProps:
|
|
|
2840
2866
|
|
|
2841
2867
|
:default: - A default role will be created.
|
|
2842
2868
|
|
|
2843
|
-
:deprecated: - Use
|
|
2869
|
+
:deprecated: - Use frameworkOnEventRole, frameworkCompleteAndTimeoutRole
|
|
2844
2870
|
|
|
2845
2871
|
:stability: deprecated
|
|
2846
2872
|
'''
|
|
@@ -3445,11 +3471,12 @@ def _typecheckingstub__29415d7bf7977fcf110b77ce69cec309dcf0404601944735020770ddf
|
|
|
3445
3471
|
on_event_handler: _IFunction_6adb0ab8,
|
|
3446
3472
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
3447
3473
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3474
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
3448
3475
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3449
3476
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
3450
3477
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
3451
3478
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
3452
|
-
provider_function_env_encryption: typing.Optional[
|
|
3479
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
3453
3480
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
3454
3481
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
3455
3482
|
role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -3467,11 +3494,12 @@ def _typecheckingstub__32b03803ee02437d8d83814282c700ede5633030e4d9f7ebdaf3b9d07
|
|
|
3467
3494
|
on_event_handler: _IFunction_6adb0ab8,
|
|
3468
3495
|
disable_waiter_state_machine_logging: typing.Optional[builtins.bool] = None,
|
|
3469
3496
|
framework_complete_and_timeout_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3497
|
+
framework_lambda_logging_level: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
3470
3498
|
framework_on_event_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
3471
3499
|
is_complete_handler: typing.Optional[_IFunction_6adb0ab8] = None,
|
|
3472
3500
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
3473
3501
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
3474
|
-
provider_function_env_encryption: typing.Optional[
|
|
3502
|
+
provider_function_env_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
3475
3503
|
provider_function_name: typing.Optional[builtins.str] = None,
|
|
3476
3504
|
query_interval: typing.Optional[_Duration_4839e8c3] = None,
|
|
3477
3505
|
role: typing.Optional[_IRole_235f5d8e] = None,
|