aws-cdk-lib 2.201.0__tar.gz → 2.203.0__tar.gz
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.
- {aws_cdk_lib-2.201.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.203.0}/PKG-INFO +3 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/setup.py +7 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/__init__.py +70 -71
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk_lib-2.201.0/src/aws_cdk/_jsii/aws-cdk-lib@2.201.0.jsii.tgz → aws_cdk_lib-2.203.0/src/aws_cdk/_jsii/aws-cdk-lib@2.203.0.jsii.tgz +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +310 -4
- aws_cdk_lib-2.203.0/src/aws_cdk/aws_aiops/__init__.py +964 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_amplify/__init__.py +127 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_arczonalshift/__init__.py +8 -8
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_athena/__init__.py +12 -11
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_b2bi/__init__.py +782 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_backup/__init__.py +22 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_batch/__init__.py +53 -1
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_bedrock/__init__.py +123 -9
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cleanrooms/__init__.py +157 -154
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudformation/__init__.py +28 -28
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudfront/__init__.py +92 -57
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +42 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudwatch/__init__.py +228 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_connect/__init__.py +120 -8
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +25 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_customerprofiles/__init__.py +150 -30
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_datazone/__init__.py +23 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_deadline/__init__.py +4 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_dsql/__init__.py +148 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ec2/__init__.py +321 -19
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ecr/__init__.py +3 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ecs/__init__.py +48 -13
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_efs/__init__.py +17 -6
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_eks/__init__.py +180 -158
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +4 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_emrserverless/__init__.py +118 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_fsx/__init__.py +891 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_glue/__init__.py +58 -24
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iam/__init__.py +11 -11
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_inspectorv2/__init__.py +442 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kendra/__init__.py +10 -5
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kms/__init__.py +24 -12
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lambda/__init__.py +938 -36
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +37 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lex/__init__.py +703 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_logs/__init__.py +144 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mediatailor/__init__.py +399 -0
- aws_cdk_lib-2.203.0/src/aws_cdk/aws_mpa/__init__.py +1475 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_msk/__init__.py +21 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mwaa/__init__.py +45 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_networkfirewall/__init__.py +4 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_networkmanager/__init__.py +51 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_opsworkscm/__init__.py +44 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_rds/__init__.py +175 -42
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +632 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53resolver/__init__.py +58 -10
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3/__init__.py +19 -1
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3tables/__init__.py +230 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sagemaker/__init__.py +14 -10
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_securityhub/__init__.py +2887 -56
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_synthetics/__init__.py +21 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_vpclattice/__init__.py +6 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_wafv2/__init__.py +849 -18
- aws_cdk_lib-2.203.0/src/aws_cdk/aws_workspacesinstances/__init__.py +3243 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +200 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/cx_api/__init__.py +29 -14
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/pipelines/__init__.py +178 -41
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/triggers/__init__.py +41 -4
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0/src/aws_cdk_lib.egg-info}/PKG-INFO +3 -3
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +4 -1
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk_lib.egg-info/requires.txt +2 -2
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/LICENSE +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/MANIFEST.in +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/NOTICE +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/README.md +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/pyproject.toml +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/setup.cfg +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/assertions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_apigateway/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_appstream/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_appsync/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudtrail/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codebuild/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cognito/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cognito_identitypool/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_config/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_datasync/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_dms/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_events/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_evs/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_gameliftstreams/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_location/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_medialive/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_omics/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_pcs/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_scheduler_targets/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ses/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ssm/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ssmguiconnect/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_transfer/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/custom_resources/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/py.typed +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk/region_info/__init__.py +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
- {aws_cdk_lib-2.201.0 → aws_cdk_lib-2.203.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-lib
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.203.0
|
|
4
4
|
Summary: Version 2 of the AWS Cloud Development Kit library
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -20,9 +20,9 @@ Requires-Python: ~=3.9
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
License-File: NOTICE
|
|
23
|
-
Requires-Dist: aws-cdk.asset-awscli-v1==2.2.
|
|
23
|
+
Requires-Dist: aws-cdk.asset-awscli-v1==2.2.242
|
|
24
24
|
Requires-Dist: aws-cdk.asset-node-proxy-agent-v6<3.0.0,>=2.1.0
|
|
25
|
-
Requires-Dist: aws-cdk.cloud-assembly-schema<45.0.0,>=44.
|
|
25
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<45.0.0,>=44.8.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
27
|
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk-lib",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.203.0",
|
|
9
9
|
"description": "Version 2 of the AWS Cloud Development Kit library",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -27,6 +27,7 @@ kwargs = json.loads(
|
|
|
27
27
|
"aws_cdk.assertions",
|
|
28
28
|
"aws_cdk.aws_accessanalyzer",
|
|
29
29
|
"aws_cdk.aws_acmpca",
|
|
30
|
+
"aws_cdk.aws_aiops",
|
|
30
31
|
"aws_cdk.aws_amazonmq",
|
|
31
32
|
"aws_cdk.aws_amplify",
|
|
32
33
|
"aws_cdk.aws_amplifyuibuilder",
|
|
@@ -208,6 +209,7 @@ kwargs = json.loads(
|
|
|
208
209
|
"aws_cdk.aws_mediastore",
|
|
209
210
|
"aws_cdk.aws_mediatailor",
|
|
210
211
|
"aws_cdk.aws_memorydb",
|
|
212
|
+
"aws_cdk.aws_mpa",
|
|
211
213
|
"aws_cdk.aws_msk",
|
|
212
214
|
"aws_cdk.aws_mwaa",
|
|
213
215
|
"aws_cdk.aws_neptune",
|
|
@@ -306,6 +308,7 @@ kwargs = json.loads(
|
|
|
306
308
|
"aws_cdk.aws_wafv2",
|
|
307
309
|
"aws_cdk.aws_wisdom",
|
|
308
310
|
"aws_cdk.aws_workspaces",
|
|
311
|
+
"aws_cdk.aws_workspacesinstances",
|
|
309
312
|
"aws_cdk.aws_workspacesthinclient",
|
|
310
313
|
"aws_cdk.aws_workspacesweb",
|
|
311
314
|
"aws_cdk.aws_xray",
|
|
@@ -321,7 +324,7 @@ kwargs = json.loads(
|
|
|
321
324
|
],
|
|
322
325
|
"package_data": {
|
|
323
326
|
"aws_cdk._jsii": [
|
|
324
|
-
"aws-cdk-lib@2.
|
|
327
|
+
"aws-cdk-lib@2.203.0.jsii.tgz"
|
|
325
328
|
],
|
|
326
329
|
"aws_cdk": [
|
|
327
330
|
"py.typed"
|
|
@@ -329,9 +332,9 @@ kwargs = json.loads(
|
|
|
329
332
|
},
|
|
330
333
|
"python_requires": "~=3.9",
|
|
331
334
|
"install_requires": [
|
|
332
|
-
"aws-cdk.asset-awscli-v1==2.2.
|
|
335
|
+
"aws-cdk.asset-awscli-v1==2.2.242",
|
|
333
336
|
"aws-cdk.asset-node-proxy-agent-v6>=2.1.0, <3.0.0",
|
|
334
|
-
"aws-cdk.cloud-assembly-schema>=44.
|
|
337
|
+
"aws-cdk.cloud-assembly-schema>=44.8.0, <45.0.0",
|
|
335
338
|
"constructs>=10.0.0, <11.0.0",
|
|
336
339
|
"jsii>=1.112.0, <2.0.0",
|
|
337
340
|
"publication>=0.0.3",
|
|
@@ -6059,7 +6059,7 @@ class CfnHookVersionProps:
|
|
|
6059
6059
|
) -> None:
|
|
6060
6060
|
'''Properties for defining a ``CfnHookVersion``.
|
|
6061
6061
|
|
|
6062
|
-
:param schema_handler_package: A URL to the Amazon S3 bucket
|
|
6062
|
+
:param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
6063
6063
|
:param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
6064
6064
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
|
|
6065
6065
|
:param logging_config: Contains logging configuration information for an extension.
|
|
@@ -6102,7 +6102,7 @@ class CfnHookVersionProps:
|
|
|
6102
6102
|
|
|
6103
6103
|
@builtins.property
|
|
6104
6104
|
def schema_handler_package(self) -> builtins.str:
|
|
6105
|
-
'''A URL to the Amazon S3 bucket
|
|
6105
|
+
'''A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.
|
|
6106
6106
|
|
|
6107
6107
|
For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* .
|
|
6108
6108
|
.. epigraph::
|
|
@@ -6776,7 +6776,7 @@ class CfnModuleVersionProps:
|
|
|
6776
6776
|
'''Properties for defining a ``CfnModuleVersion``.
|
|
6777
6777
|
|
|
6778
6778
|
:param module_name: The name of the module being registered.
|
|
6779
|
-
:param module_package: A URL to the S3 bucket
|
|
6779
|
+
:param module_package: A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
6780
6780
|
|
|
6781
6781
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html
|
|
6782
6782
|
:exampleMetadata: fixture=_generated
|
|
@@ -6813,7 +6813,7 @@ class CfnModuleVersionProps:
|
|
|
6813
6813
|
|
|
6814
6814
|
@builtins.property
|
|
6815
6815
|
def module_package(self) -> builtins.str:
|
|
6816
|
-
'''A URL to the S3 bucket
|
|
6816
|
+
'''A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.
|
|
6817
6817
|
|
|
6818
6818
|
For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
6819
6819
|
.. epigraph::
|
|
@@ -6885,7 +6885,7 @@ class CfnOutput(CfnElement, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnO
|
|
|
6885
6885
|
export_name: typing.Optional[builtins.str] = None,
|
|
6886
6886
|
key: typing.Optional[builtins.str] = None,
|
|
6887
6887
|
) -> None:
|
|
6888
|
-
'''Creates
|
|
6888
|
+
'''Creates a CfnOutput value for this stack.
|
|
6889
6889
|
|
|
6890
6890
|
:param scope: The parent construct.
|
|
6891
6891
|
:param id: -
|
|
@@ -8669,7 +8669,7 @@ class CfnResourceVersionProps:
|
|
|
8669
8669
|
) -> None:
|
|
8670
8670
|
'''Properties for defining a ``CfnResourceVersion``.
|
|
8671
8671
|
|
|
8672
|
-
:param schema_handler_package: A URL to the S3 bucket
|
|
8672
|
+
:param schema_handler_package: A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
8673
8673
|
:param type_name: The name of the resource being registered. We recommend that resource names adhere to the following pattern: *company_or_organization* :: *service* :: *type* . .. epigraph:: The following organization namespaces are reserved and can't be used in your resource names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
8674
8674
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
|
|
8675
8675
|
:param logging_config: Logging configuration information for a resource.
|
|
@@ -8712,7 +8712,7 @@ class CfnResourceVersionProps:
|
|
|
8712
8712
|
|
|
8713
8713
|
@builtins.property
|
|
8714
8714
|
def schema_handler_package(self) -> builtins.str:
|
|
8715
|
-
'''A URL to the S3 bucket
|
|
8715
|
+
'''A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.
|
|
8716
8716
|
|
|
8717
8717
|
For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
8718
8718
|
.. epigraph::
|
|
@@ -9038,7 +9038,7 @@ class CfnStackProps:
|
|
|
9038
9038
|
:param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
9039
9039
|
:param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
9040
9040
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
9041
|
-
:param template_url: The URL of a file
|
|
9041
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
9042
9042
|
:param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
|
|
9043
9043
|
|
|
9044
9044
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
|
|
@@ -9126,7 +9126,7 @@ class CfnStackProps:
|
|
|
9126
9126
|
|
|
9127
9127
|
@builtins.property
|
|
9128
9128
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
9129
|
-
'''The URL of a file
|
|
9129
|
+
'''The URL of a file that contains the template body.
|
|
9130
9130
|
|
|
9131
9131
|
The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` .
|
|
9132
9132
|
|
|
@@ -9218,8 +9218,8 @@ class CfnStackSetProps:
|
|
|
9218
9218
|
:param parameters: The input parameters for the stack set template.
|
|
9219
9219
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
9220
9220
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
9221
|
-
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates
|
|
9222
|
-
:param template_url: The URL of a file
|
|
9221
|
+
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
|
|
9222
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
9223
9223
|
|
|
9224
9224
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
|
|
9225
9225
|
:exampleMetadata: fixture=_generated
|
|
@@ -9509,7 +9509,7 @@ class CfnStackSetProps:
|
|
|
9509
9509
|
def template_body(self) -> typing.Optional[builtins.str]:
|
|
9510
9510
|
'''The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
|
9511
9511
|
|
|
9512
|
-
You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates
|
|
9512
|
+
You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
|
|
9513
9513
|
|
|
9514
9514
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
|
|
9515
9515
|
'''
|
|
@@ -9518,7 +9518,7 @@ class CfnStackSetProps:
|
|
|
9518
9518
|
|
|
9519
9519
|
@builtins.property
|
|
9520
9520
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
9521
|
-
'''The URL of a file
|
|
9521
|
+
'''The URL of a file that contains the template body.
|
|
9522
9522
|
|
|
9523
9523
|
The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` .
|
|
9524
9524
|
|
|
@@ -10475,7 +10475,7 @@ class CfnWaitConditionProps:
|
|
|
10475
10475
|
'''Properties for defining a ``CfnWaitCondition``.
|
|
10476
10476
|
|
|
10477
10477
|
:param count: The number of success signals that CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back. Updates aren't supported.
|
|
10478
|
-
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
10478
|
+
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
|
|
10479
10479
|
:param timeout: The length of time (in seconds) to wait for the number of signals that the ``Count`` property specifies. ``Timeout`` is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds). Updates aren't supported.
|
|
10480
10480
|
|
|
10481
10481
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html
|
|
@@ -10523,7 +10523,7 @@ class CfnWaitConditionProps:
|
|
|
10523
10523
|
def handle(self) -> typing.Optional[builtins.str]:
|
|
10524
10524
|
'''A reference to the wait condition handle used to signal this wait condition.
|
|
10525
10525
|
|
|
10526
|
-
Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
10526
|
+
Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource.
|
|
10527
10527
|
|
|
10528
10528
|
Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command.
|
|
10529
10529
|
|
|
@@ -21137,16 +21137,20 @@ class SecretValue(
|
|
|
21137
21137
|
|
|
21138
21138
|
Example::
|
|
21139
21139
|
|
|
21140
|
-
#
|
|
21141
|
-
|
|
21142
|
-
|
|
21143
|
-
|
|
21144
|
-
|
|
21145
|
-
|
|
21146
|
-
|
|
21147
|
-
|
|
21148
|
-
|
|
21149
|
-
|
|
21140
|
+
# Read the secret from Secrets Manager
|
|
21141
|
+
pipeline = codepipeline.Pipeline(self, "MyPipeline")
|
|
21142
|
+
source_output = codepipeline.Artifact()
|
|
21143
|
+
source_action = codepipeline_actions.GitHubSourceAction(
|
|
21144
|
+
action_name="GitHub_Source",
|
|
21145
|
+
owner="awslabs",
|
|
21146
|
+
repo="aws-cdk",
|
|
21147
|
+
oauth_token=SecretValue.secrets_manager("my-github-token"),
|
|
21148
|
+
output=source_output,
|
|
21149
|
+
branch="develop"
|
|
21150
|
+
)
|
|
21151
|
+
pipeline.add_stage(
|
|
21152
|
+
stage_name="Source",
|
|
21153
|
+
actions=[source_action]
|
|
21150
21154
|
)
|
|
21151
21155
|
'''
|
|
21152
21156
|
|
|
@@ -23358,19 +23362,15 @@ class Stage(
|
|
|
23358
23362
|
|
|
23359
23363
|
# pipeline: pipelines.CodePipeline
|
|
23360
23364
|
|
|
23361
|
-
|
|
23362
|
-
|
|
23363
|
-
|
|
23364
|
-
|
|
23365
|
-
|
|
23366
|
-
|
|
23367
|
-
|
|
23368
|
-
)
|
|
23369
|
-
|
|
23370
|
-
)
|
|
23371
|
-
pipeline.add_stage(prod,
|
|
23372
|
-
pre=[pipelines.ManualApprovalStep("PromoteToProd")]
|
|
23373
|
-
)
|
|
23365
|
+
europe_wave = pipeline.add_wave("Europe")
|
|
23366
|
+
europe_wave.add_stage(
|
|
23367
|
+
MyApplicationStage(self, "Ireland",
|
|
23368
|
+
env=cdk.Environment(region="eu-west-1")
|
|
23369
|
+
))
|
|
23370
|
+
europe_wave.add_stage(
|
|
23371
|
+
MyApplicationStage(self, "Germany",
|
|
23372
|
+
env=cdk.Environment(region="eu-central-1")
|
|
23373
|
+
))
|
|
23374
23374
|
'''
|
|
23375
23375
|
|
|
23376
23376
|
def __init__(
|
|
@@ -24823,26 +24823,19 @@ class TimeZone(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.TimeZone"):
|
|
|
24823
24823
|
|
|
24824
24824
|
Example::
|
|
24825
24825
|
|
|
24826
|
-
|
|
24827
|
-
|
|
24826
|
+
from aws_cdk import TimeZone
|
|
24827
|
+
# plan: backup.BackupPlan
|
|
24828
24828
|
|
|
24829
|
-
|
|
24830
|
-
|
|
24831
|
-
|
|
24832
|
-
|
|
24833
|
-
|
|
24834
|
-
|
|
24835
|
-
|
|
24836
|
-
|
|
24837
|
-
|
|
24838
|
-
|
|
24839
|
-
day="20",
|
|
24840
|
-
month="11",
|
|
24841
|
-
time_zone=TimeZone.AMERICA_NEW_YORK
|
|
24842
|
-
),
|
|
24843
|
-
target=target,
|
|
24844
|
-
description="This is a test cron-based schedule that will run at 11:00 PM, on day 20 of the month, only in November in New York timezone"
|
|
24845
|
-
)
|
|
24829
|
+
plan.add_rule(backup.BackupPlanRule(
|
|
24830
|
+
completion_window=Duration.hours(2),
|
|
24831
|
+
start_window=Duration.hours(1),
|
|
24832
|
+
schedule_expression=events.Schedule.cron( # Only cron expressions are supported
|
|
24833
|
+
day="15",
|
|
24834
|
+
hour="3",
|
|
24835
|
+
minute="30"),
|
|
24836
|
+
schedule_expression_timezone=TimeZone.ETC_UTC,
|
|
24837
|
+
move_to_cold_storage_after=Duration.days(30)
|
|
24838
|
+
))
|
|
24846
24839
|
'''
|
|
24847
24840
|
|
|
24848
24841
|
@jsii.member(jsii_name="of")
|
|
@@ -29853,7 +29846,7 @@ class CfnGuardHook(
|
|
|
29853
29846
|
) -> None:
|
|
29854
29847
|
'''Specifies the S3 location where your Guard rules or input parameters are located.
|
|
29855
29848
|
|
|
29856
|
-
:param uri: Specifies the S3 path to the file
|
|
29849
|
+
:param uri: Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ). For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` . For input parameters, the object stored in S3 must have one of the following file extensions: ``.yaml`` , ``.json`` , ``.zip`` , or ``.tar.gz`` .
|
|
29857
29850
|
:param version_id: For S3 buckets with versioning enabled, specifies the unique ID of the S3 object version to download your Guard rules or input parameters from. The Guard Hook downloads files from S3 every time the Hook is invoked. To prevent accidental changes or deletions, we recommend using a version when configuring your Guard Hook.
|
|
29858
29851
|
|
|
29859
29852
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-s3location.html
|
|
@@ -29884,7 +29877,7 @@ class CfnGuardHook(
|
|
|
29884
29877
|
|
|
29885
29878
|
@builtins.property
|
|
29886
29879
|
def uri(self) -> builtins.str:
|
|
29887
|
-
'''Specifies the S3 path to the file
|
|
29880
|
+
'''Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ).
|
|
29888
29881
|
|
|
29889
29882
|
For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` .
|
|
29890
29883
|
|
|
@@ -30647,7 +30640,7 @@ class CfnHookVersion(
|
|
|
30647
30640
|
'''
|
|
30648
30641
|
:param scope: Scope in which this resource is defined.
|
|
30649
30642
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
30650
|
-
:param schema_handler_package: A URL to the Amazon S3 bucket
|
|
30643
|
+
:param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
30651
30644
|
:param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
30652
30645
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
|
|
30653
30646
|
:param logging_config: Contains logging configuration information for an extension.
|
|
@@ -30751,7 +30744,7 @@ class CfnHookVersion(
|
|
|
30751
30744
|
@builtins.property
|
|
30752
30745
|
@jsii.member(jsii_name="schemaHandlerPackage")
|
|
30753
30746
|
def schema_handler_package(self) -> builtins.str:
|
|
30754
|
-
'''A URL to the Amazon S3 bucket
|
|
30747
|
+
'''A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.'''
|
|
30755
30748
|
return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
|
|
30756
30749
|
|
|
30757
30750
|
@schema_handler_package.setter
|
|
@@ -32144,7 +32137,7 @@ class CfnModuleVersion(
|
|
|
32144
32137
|
:param scope: Scope in which this resource is defined.
|
|
32145
32138
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
32146
32139
|
:param module_name: The name of the module being registered.
|
|
32147
|
-
:param module_package: A URL to the S3 bucket
|
|
32140
|
+
:param module_package: A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
32148
32141
|
'''
|
|
32149
32142
|
if __debug__:
|
|
32150
32143
|
type_hints = typing.get_type_hints(_typecheckingstub__3d780aabbd07e1197c5165344069ba0f46d2e4740d74a296d922fbcbf26044c2)
|
|
@@ -32284,7 +32277,7 @@ class CfnModuleVersion(
|
|
|
32284
32277
|
@builtins.property
|
|
32285
32278
|
@jsii.member(jsii_name="modulePackage")
|
|
32286
32279
|
def module_package(self) -> builtins.str:
|
|
32287
|
-
'''A URL to the S3 bucket
|
|
32280
|
+
'''A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.'''
|
|
32288
32281
|
return typing.cast(builtins.str, jsii.get(self, "modulePackage"))
|
|
32289
32282
|
|
|
32290
32283
|
@module_package.setter
|
|
@@ -32852,7 +32845,7 @@ class CfnResourceVersion(
|
|
|
32852
32845
|
'''
|
|
32853
32846
|
:param scope: Scope in which this resource is defined.
|
|
32854
32847
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
32855
|
-
:param schema_handler_package: A URL to the S3 bucket
|
|
32848
|
+
:param schema_handler_package: A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
32856
32849
|
:param type_name: The name of the resource being registered. We recommend that resource names adhere to the following pattern: *company_or_organization* :: *service* :: *type* . .. epigraph:: The following organization namespaces are reserved and can't be used in your resource names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
32857
32850
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
|
|
32858
32851
|
:param logging_config: Logging configuration information for a resource.
|
|
@@ -32980,7 +32973,7 @@ class CfnResourceVersion(
|
|
|
32980
32973
|
@builtins.property
|
|
32981
32974
|
@jsii.member(jsii_name="schemaHandlerPackage")
|
|
32982
32975
|
def schema_handler_package(self) -> builtins.str:
|
|
32983
|
-
'''A URL to the S3 bucket
|
|
32976
|
+
'''A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.'''
|
|
32984
32977
|
return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
|
|
32985
32978
|
|
|
32986
32979
|
@schema_handler_package.setter
|
|
@@ -33195,7 +33188,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
33195
33188
|
:param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
33196
33189
|
:param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
33197
33190
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
33198
|
-
:param template_url: The URL of a file
|
|
33191
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
33199
33192
|
:param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
|
|
33200
33193
|
'''
|
|
33201
33194
|
if __debug__:
|
|
@@ -33379,7 +33372,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
33379
33372
|
@builtins.property
|
|
33380
33373
|
@jsii.member(jsii_name="templateUrl")
|
|
33381
33374
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
33382
|
-
'''The URL of a file
|
|
33375
|
+
'''The URL of a file that contains the template body.'''
|
|
33383
33376
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
|
|
33384
33377
|
|
|
33385
33378
|
@template_url.setter
|
|
@@ -33622,8 +33615,8 @@ class CfnStackSet(
|
|
|
33622
33615
|
:param parameters: The input parameters for the stack set template.
|
|
33623
33616
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
33624
33617
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
33625
|
-
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates
|
|
33626
|
-
:param template_url: The URL of a file
|
|
33618
|
+
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
|
|
33619
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
33627
33620
|
'''
|
|
33628
33621
|
if __debug__:
|
|
33629
33622
|
type_hints = typing.get_type_hints(_typecheckingstub__18f5cbcbd69d140eff69172745aeef070057c3c18635b8197f16a411bf031298)
|
|
@@ -33904,7 +33897,7 @@ class CfnStackSet(
|
|
|
33904
33897
|
@builtins.property
|
|
33905
33898
|
@jsii.member(jsii_name="templateUrl")
|
|
33906
33899
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
33907
|
-
'''The URL of a file
|
|
33900
|
+
'''The URL of a file that contains the template body.'''
|
|
33908
33901
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
|
|
33909
33902
|
|
|
33910
33903
|
@template_url.setter
|
|
@@ -34922,7 +34915,7 @@ class CfnWaitCondition(
|
|
|
34922
34915
|
:param scope: Scope in which this resource is defined.
|
|
34923
34916
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
34924
34917
|
:param count: The number of success signals that CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back. Updates aren't supported.
|
|
34925
|
-
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
34918
|
+
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
|
|
34926
34919
|
:param timeout: The length of time (in seconds) to wait for the number of signals that the ``Count`` property specifies. ``Timeout`` is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds). Updates aren't supported.
|
|
34927
34920
|
'''
|
|
34928
34921
|
if __debug__:
|
|
@@ -37687,6 +37680,7 @@ __all__ = [
|
|
|
37687
37680
|
"assertions",
|
|
37688
37681
|
"aws_accessanalyzer",
|
|
37689
37682
|
"aws_acmpca",
|
|
37683
|
+
"aws_aiops",
|
|
37690
37684
|
"aws_amazonmq",
|
|
37691
37685
|
"aws_amplify",
|
|
37692
37686
|
"aws_amplifyuibuilder",
|
|
@@ -37867,6 +37861,7 @@ __all__ = [
|
|
|
37867
37861
|
"aws_mediastore",
|
|
37868
37862
|
"aws_mediatailor",
|
|
37869
37863
|
"aws_memorydb",
|
|
37864
|
+
"aws_mpa",
|
|
37870
37865
|
"aws_msk",
|
|
37871
37866
|
"aws_mwaa",
|
|
37872
37867
|
"aws_neptune",
|
|
@@ -37965,6 +37960,7 @@ __all__ = [
|
|
|
37965
37960
|
"aws_wafv2",
|
|
37966
37961
|
"aws_wisdom",
|
|
37967
37962
|
"aws_workspaces",
|
|
37963
|
+
"aws_workspacesinstances",
|
|
37968
37964
|
"aws_workspacesthinclient",
|
|
37969
37965
|
"aws_workspacesweb",
|
|
37970
37966
|
"aws_xray",
|
|
@@ -37986,6 +37982,7 @@ from . import alexa_ask
|
|
|
37986
37982
|
from . import assertions
|
|
37987
37983
|
from . import aws_accessanalyzer
|
|
37988
37984
|
from . import aws_acmpca
|
|
37985
|
+
from . import aws_aiops
|
|
37989
37986
|
from . import aws_amazonmq
|
|
37990
37987
|
from . import aws_amplify
|
|
37991
37988
|
from . import aws_amplifyuibuilder
|
|
@@ -38166,6 +38163,7 @@ from . import aws_mediapackagev2
|
|
|
38166
38163
|
from . import aws_mediastore
|
|
38167
38164
|
from . import aws_mediatailor
|
|
38168
38165
|
from . import aws_memorydb
|
|
38166
|
+
from . import aws_mpa
|
|
38169
38167
|
from . import aws_msk
|
|
38170
38168
|
from . import aws_mwaa
|
|
38171
38169
|
from . import aws_neptune
|
|
@@ -38264,6 +38262,7 @@ from . import aws_wafregional
|
|
|
38264
38262
|
from . import aws_wafv2
|
|
38265
38263
|
from . import aws_wisdom
|
|
38266
38264
|
from . import aws_workspaces
|
|
38265
|
+
from . import aws_workspacesinstances
|
|
38267
38266
|
from . import aws_workspacesthinclient
|
|
38268
38267
|
from . import aws_workspacesweb
|
|
38269
38268
|
from . import aws_xray
|
|
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
34
34
|
import constructs._jsii
|
|
35
35
|
|
|
36
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
|
-
"aws-cdk-lib", "2.
|
|
37
|
+
"aws-cdk-lib", "2.203.0", __name__[0:-6], "aws-cdk-lib@2.203.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|