aws-cdk-lib 2.179.0__tar.gz → 2.180.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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- {aws_cdk_lib-2.179.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.180.0}/PKG-INFO +1 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/setup.py +2 -2
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/__init__.py +14 -6
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk_lib-2.179.0/src/aws_cdk/_jsii/aws-cdk-lib@2.179.0.jsii.tgz → aws_cdk_lib-2.180.0/src/aws_cdk/_jsii/aws-cdk-lib@2.180.0.jsii.tgz +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_acmpca/__init__.py +47 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_apigateway/__init__.py +6 -6
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_appsync/__init__.py +4 -3
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_backup/__init__.py +89 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_batch/__init__.py +89 -50
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_bedrock/__init__.py +506 -62
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudfront/__init__.py +1046 -155
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +1338 -144
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudtrail/__init__.py +4 -8
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudwatch/__init__.py +1 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codebuild/__init__.py +2 -2
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codepipeline/__init__.py +24 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +28 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codestar/__init__.py +2 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cognito/__init__.py +0 -9
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_connect/__init__.py +257 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_datasync/__init__.py +279 -50
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_deadline/__init__.py +683 -6
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_directoryservice/__init__.py +9 -4
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_dlm/__init__.py +2 -2
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_dms/__init__.py +3 -3
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -54
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ec2/__init__.py +377 -121
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ecs/__init__.py +20 -35
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_efs/__init__.py +1 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_eks/__init__.py +5 -3
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +13 -27
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_emrcontainers/__init__.py +44 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_events/__init__.py +8 -11
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_fms/__init__.py +5 -5
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_fsx/__init__.py +5 -4
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_glue/__init__.py +161 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_groundstation/__init__.py +23 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iam/__init__.py +12 -12
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iot/__init__.py +7 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ivs/__init__.py +17 -8
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kinesis/__init__.py +689 -35
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lambda/__init__.py +10 -15
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +175 -2
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_medialive/__init__.py +314 -4
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +19 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_rds/__init__.py +78 -58
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3/__init__.py +278 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +2 -2
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ses/__init__.py +228 -8
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ssm/__init__.py +4 -5
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_stepfunctions/__init__.py +301 -70
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +142 -142
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_supportapp/__init__.py +7 -7
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_transfer/__init__.py +820 -2
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_wafv2/__init__.py +17 -9
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/custom_resources/__init__.py +23 -26
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/cx_api/__init__.py +16 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0/src/aws_cdk_lib.egg-info}/PKG-INFO +1 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/LICENSE +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/MANIFEST.in +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/NOTICE +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/README.md +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/pyproject.toml +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/setup.cfg +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/assertions/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_amplify/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_appstream/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudformation/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_config/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_datazone/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_kms/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_location/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_logs/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_networkfirewall/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_omics/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_pcs/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_s3tables/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sagemaker/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/pipelines/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/py.typed +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/region_info/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk/triggers/__init__.py +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk_lib.egg-info/requires.txt +0 -0
- {aws_cdk_lib-2.179.0 → aws_cdk_lib-2.180.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk-lib",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.180.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",
|
|
@@ -315,7 +315,7 @@ kwargs = json.loads(
|
|
|
315
315
|
],
|
|
316
316
|
"package_data": {
|
|
317
317
|
"aws_cdk._jsii": [
|
|
318
|
-
"aws-cdk-lib@2.
|
|
318
|
+
"aws-cdk-lib@2.180.0.jsii.tgz"
|
|
319
319
|
],
|
|
320
320
|
"aws_cdk": [
|
|
321
321
|
"py.typed"
|
|
@@ -10658,12 +10658,12 @@ class CustomResourceProps:
|
|
|
10658
10658
|
) -> None:
|
|
10659
10659
|
'''Properties to provide a Lambda-backed custom resource.
|
|
10660
10660
|
|
|
10661
|
-
:param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, });
|
|
10661
|
+
:param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, }); Maps to `ServiceToken <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetoken>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
|
|
10662
10662
|
:param pascal_case_properties: Convert all property keys to pascal case. Default: false
|
|
10663
|
-
:param properties: Properties to pass to the Lambda. Default: - No properties.
|
|
10663
|
+
:param properties: Properties to pass to the Lambda. Values in this ``properties`` dictionary can possibly overwrite other values in ``CustomResourceProps`` E.g. ``ServiceToken`` and ``ServiceTimeout`` It is recommended to avoid using same keys that exist in ``CustomResourceProps`` Default: - No properties.
|
|
10664
10664
|
:param removal_policy: The policy to apply when this resource is removed from the application. Default: cdk.RemovalPolicy.Destroy
|
|
10665
10665
|
:param resource_type: For custom resources, you can specify AWS::CloudFormation::CustomResource (the default) as the resource type, or you can specify your own resource type name. For example, you can use "Custom::MyCustomResourceTypeName". Custom resource type names must begin with "Custom::" and can include alphanumeric characters and the following characters: _@-. You can specify a custom resource type name up to a maximum length of 60 characters. You cannot change the type during an update. Using your own resource type names helps you quickly differentiate the types of custom resources in your stack. For example, if you had two custom resources that conduct two different ping tests, you could name their type as Custom::PingTester to make them easily identifiable as ping testers (instead of using AWS::CloudFormation::CustomResource). Default: - AWS::CloudFormation::CustomResource
|
|
10666
|
-
:param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Default: Duration.seconds(3600)
|
|
10666
|
+
:param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Maps to `ServiceTimeout <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetimeout>`_ property for the ``AWS::CloudFormation::CustomResource`` resource Default: Duration.seconds(3600)
|
|
10667
10667
|
|
|
10668
10668
|
:exampleMetadata: infused
|
|
10669
10669
|
|
|
@@ -10738,6 +10738,8 @@ class CustomResourceProps:
|
|
|
10738
10738
|
CustomResource(self, "MyResource",
|
|
10739
10739
|
service_token=my_topic.topic_arn
|
|
10740
10740
|
)
|
|
10741
|
+
|
|
10742
|
+
Maps to `ServiceToken <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetoken>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
|
|
10741
10743
|
'''
|
|
10742
10744
|
result = self._values.get("service_token")
|
|
10743
10745
|
assert result is not None, "Required property 'service_token' is missing"
|
|
@@ -10756,6 +10758,10 @@ class CustomResourceProps:
|
|
|
10756
10758
|
def properties(self) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
|
|
10757
10759
|
'''Properties to pass to the Lambda.
|
|
10758
10760
|
|
|
10761
|
+
Values in this ``properties`` dictionary can possibly overwrite other values in ``CustomResourceProps``
|
|
10762
|
+
E.g. ``ServiceToken`` and ``ServiceTimeout``
|
|
10763
|
+
It is recommended to avoid using same keys that exist in ``CustomResourceProps``
|
|
10764
|
+
|
|
10759
10765
|
:default: - No properties.
|
|
10760
10766
|
'''
|
|
10761
10767
|
result = self._values.get("properties")
|
|
@@ -10800,6 +10806,8 @@ class CustomResourceProps:
|
|
|
10800
10806
|
|
|
10801
10807
|
The value must be between 1 second and 3600 seconds.
|
|
10802
10808
|
|
|
10809
|
+
Maps to `ServiceTimeout <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetimeout>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
|
|
10810
|
+
|
|
10803
10811
|
:default: Duration.seconds(3600)
|
|
10804
10812
|
'''
|
|
10805
10813
|
result = self._values.get("service_timeout")
|
|
@@ -33816,12 +33824,12 @@ class CustomResource(
|
|
|
33816
33824
|
'''
|
|
33817
33825
|
:param scope: -
|
|
33818
33826
|
:param id: -
|
|
33819
|
-
:param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, });
|
|
33827
|
+
:param service_token: The ARN of the provider which implements this custom resource type. You can implement a provider by listening to raw AWS CloudFormation events and specify the ARN of an SNS topic (``topic.topicArn``) or the ARN of an AWS Lambda function (``lambda.functionArn``) or use the CDK's custom `resource provider framework <https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html>`_ which makes it easier to implement robust providers. Provider framework:: // use the provider framework from aws-cdk/custom-resources: const provider = new customresources.Provider(this, 'ResourceProvider', { onEventHandler, isCompleteHandler, // optional }); new CustomResource(this, 'MyResource', { serviceToken: provider.serviceToken, }); AWS Lambda function (not recommended to use AWS Lambda Functions directly, see the module README):: // invoke an AWS Lambda function when a lifecycle event occurs: new CustomResource(this, 'MyResource', { serviceToken: myFunction.functionArn, }); SNS topic (not recommended to use AWS Lambda Functions directly, see the module README):: // publish lifecycle events to an SNS topic: new CustomResource(this, 'MyResource', { serviceToken: myTopic.topicArn, }); Maps to `ServiceToken <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetoken>`_ property for the ``AWS::CloudFormation::CustomResource`` resource
|
|
33820
33828
|
:param pascal_case_properties: Convert all property keys to pascal case. Default: false
|
|
33821
|
-
:param properties: Properties to pass to the Lambda. Default: - No properties.
|
|
33829
|
+
:param properties: Properties to pass to the Lambda. Values in this ``properties`` dictionary can possibly overwrite other values in ``CustomResourceProps`` E.g. ``ServiceToken`` and ``ServiceTimeout`` It is recommended to avoid using same keys that exist in ``CustomResourceProps`` Default: - No properties.
|
|
33822
33830
|
:param removal_policy: The policy to apply when this resource is removed from the application. Default: cdk.RemovalPolicy.Destroy
|
|
33823
33831
|
:param resource_type: For custom resources, you can specify AWS::CloudFormation::CustomResource (the default) as the resource type, or you can specify your own resource type name. For example, you can use "Custom::MyCustomResourceTypeName". Custom resource type names must begin with "Custom::" and can include alphanumeric characters and the following characters: _@-. You can specify a custom resource type name up to a maximum length of 60 characters. You cannot change the type during an update. Using your own resource type names helps you quickly differentiate the types of custom resources in your stack. For example, if you had two custom resources that conduct two different ping tests, you could name their type as Custom::PingTester to make them easily identifiable as ping testers (instead of using AWS::CloudFormation::CustomResource). Default: - AWS::CloudFormation::CustomResource
|
|
33824
|
-
:param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Default: Duration.seconds(3600)
|
|
33832
|
+
:param service_timeout: The maximum time that can elapse before a custom resource operation times out. The value must be between 1 second and 3600 seconds. Maps to `ServiceTimeout <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#cfn-cloudformation-customresource-servicetimeout>`_ property for the ``AWS::CloudFormation::CustomResource`` resource Default: Duration.seconds(3600)
|
|
33825
33833
|
'''
|
|
33826
33834
|
if __debug__:
|
|
33827
33835
|
type_hints = typing.get_type_hints(_typecheckingstub__5c89cdcdef1901fae8effe187c732f9fbf4ec5793ae2938cebb924671df2c26f)
|
|
@@ -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.180.0", __name__[0:-6], "aws-cdk-lib@2.180.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|
|
Binary file
|
|
@@ -2728,7 +2728,9 @@ class CfnCertificateAuthority(
|
|
|
2728
2728
|
name_mapping={
|
|
2729
2729
|
"enabled": "enabled",
|
|
2730
2730
|
"crl_distribution_point_extension_configuration": "crlDistributionPointExtensionConfiguration",
|
|
2731
|
+
"crl_type": "crlType",
|
|
2731
2732
|
"custom_cname": "customCname",
|
|
2733
|
+
"custom_path": "customPath",
|
|
2732
2734
|
"expiration_in_days": "expirationInDays",
|
|
2733
2735
|
"s3_bucket_name": "s3BucketName",
|
|
2734
2736
|
"s3_object_acl": "s3ObjectAcl",
|
|
@@ -2740,7 +2742,9 @@ class CfnCertificateAuthority(
|
|
|
2740
2742
|
*,
|
|
2741
2743
|
enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2742
2744
|
crl_distribution_point_extension_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2745
|
+
crl_type: typing.Optional[builtins.str] = None,
|
|
2743
2746
|
custom_cname: typing.Optional[builtins.str] = None,
|
|
2747
|
+
custom_path: typing.Optional[builtins.str] = None,
|
|
2744
2748
|
expiration_in_days: typing.Optional[jsii.Number] = None,
|
|
2745
2749
|
s3_bucket_name: typing.Optional[builtins.str] = None,
|
|
2746
2750
|
s3_object_acl: typing.Optional[builtins.str] = None,
|
|
@@ -2781,7 +2785,9 @@ class CfnCertificateAuthority(
|
|
|
2781
2785
|
|
|
2782
2786
|
:param enabled: Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this value to enable certificate revocation for a new CA when you call the ``CreateCertificateAuthority`` operation or for an existing CA when you call the ``UpdateCertificateAuthority`` operation.
|
|
2783
2787
|
:param crl_distribution_point_extension_configuration: Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.
|
|
2788
|
+
:param crl_type: Specifies the type of CRL. This setting determines the maximum number of certificates that the certificate authority can issue and revoke. For more information, see `AWS Private CA quotas <https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca>`_ . - ``COMPLETE`` - The default setting. AWS Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason. Each certificate that AWS Private CA issues is bound to a specific CRL through the CRL distribution point (CDP) defined in `RFC 5280 <https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280>`_ . - ``PARTITIONED`` - Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. .. epigraph:: When using partitioned CRLs, you must validate that the CRL's associated issuing distribution point (IDP) URI matches the certificate's CDP URI to ensure the right CRL has been fetched. AWS Private CA marks the IDP extension as critical, which your client must be able to process.
|
|
2784
2789
|
:param custom_cname: Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public. .. epigraph:: The content of a Canonical Name (CNAME) record must conform to `RFC2396 <https://docs.aws.amazon.com/https://www.ietf.org/rfc/rfc2396.txt>`_ restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
|
|
2790
|
+
:param custom_path: Designates a custom file path in S3 for CRL(s). For example, ``http://<CustomName>/<CustomPath>/<CrlPartition_GUID>.crl`` .
|
|
2785
2791
|
:param expiration_in_days: Validity period of the CRL in days.
|
|
2786
2792
|
:param s3_bucket_name: Name of the S3 bucket that contains the CRL. If you do not provide a value for the *CustomCname* argument, the name of your S3 bucket is placed into the *CRL Distribution Points* extension of the issued certificate. You can change the name of your bucket by calling the `UpdateCertificateAuthority <https://docs.aws.amazon.com/privateca/latest/APIReference/API_UpdateCertificateAuthority.html>`_ operation. You must specify a `bucket policy <https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#s3-policies>`_ that allows AWS Private CA to write the CRL to your bucket. .. epigraph:: The ``S3BucketName`` parameter must conform to the `S3 bucket naming rules <https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html>`_ .
|
|
2787
2793
|
:param s3_object_acl: Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket. If you choose PUBLIC_READ, the CRL will be accessible over the public internet. If you choose BUCKET_OWNER_FULL_CONTROL, only the owner of the CRL S3 bucket can access the CRL, and your PKI clients may need an alternative method of access. If no value is specified, the default is PUBLIC_READ. *Note:* This default can cause CA creation to fail in some circumstances. If you have have enabled the Block Public Access (BPA) feature in your S3 account, then you must specify the value of this parameter as ``BUCKET_OWNER_FULL_CONTROL`` , and not doing so results in an error. If you have disabled BPA in S3, then you can specify either ``BUCKET_OWNER_FULL_CONTROL`` or ``PUBLIC_READ`` as the value. For more information, see `Blocking public access to the S3 bucket <https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#s3-bpa>`_ .
|
|
@@ -2802,7 +2808,9 @@ class CfnCertificateAuthority(
|
|
|
2802
2808
|
crl_distribution_point_extension_configuration=acmpca.CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty(
|
|
2803
2809
|
omit_extension=False
|
|
2804
2810
|
),
|
|
2811
|
+
crl_type="crlType",
|
|
2805
2812
|
custom_cname="customCname",
|
|
2813
|
+
custom_path="customPath",
|
|
2806
2814
|
expiration_in_days=123,
|
|
2807
2815
|
s3_bucket_name="s3BucketName",
|
|
2808
2816
|
s3_object_acl="s3ObjectAcl"
|
|
@@ -2812,7 +2820,9 @@ class CfnCertificateAuthority(
|
|
|
2812
2820
|
type_hints = typing.get_type_hints(_typecheckingstub__de72782a3b3117c1f101c2c6c2fad457863e581a5bdcd67a1280a825dc55ea17)
|
|
2813
2821
|
check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
|
|
2814
2822
|
check_type(argname="argument crl_distribution_point_extension_configuration", value=crl_distribution_point_extension_configuration, expected_type=type_hints["crl_distribution_point_extension_configuration"])
|
|
2823
|
+
check_type(argname="argument crl_type", value=crl_type, expected_type=type_hints["crl_type"])
|
|
2815
2824
|
check_type(argname="argument custom_cname", value=custom_cname, expected_type=type_hints["custom_cname"])
|
|
2825
|
+
check_type(argname="argument custom_path", value=custom_path, expected_type=type_hints["custom_path"])
|
|
2816
2826
|
check_type(argname="argument expiration_in_days", value=expiration_in_days, expected_type=type_hints["expiration_in_days"])
|
|
2817
2827
|
check_type(argname="argument s3_bucket_name", value=s3_bucket_name, expected_type=type_hints["s3_bucket_name"])
|
|
2818
2828
|
check_type(argname="argument s3_object_acl", value=s3_object_acl, expected_type=type_hints["s3_object_acl"])
|
|
@@ -2821,8 +2831,12 @@ class CfnCertificateAuthority(
|
|
|
2821
2831
|
}
|
|
2822
2832
|
if crl_distribution_point_extension_configuration is not None:
|
|
2823
2833
|
self._values["crl_distribution_point_extension_configuration"] = crl_distribution_point_extension_configuration
|
|
2834
|
+
if crl_type is not None:
|
|
2835
|
+
self._values["crl_type"] = crl_type
|
|
2824
2836
|
if custom_cname is not None:
|
|
2825
2837
|
self._values["custom_cname"] = custom_cname
|
|
2838
|
+
if custom_path is not None:
|
|
2839
|
+
self._values["custom_path"] = custom_path
|
|
2826
2840
|
if expiration_in_days is not None:
|
|
2827
2841
|
self._values["expiration_in_days"] = expiration_in_days
|
|
2828
2842
|
if s3_bucket_name is not None:
|
|
@@ -2855,6 +2869,24 @@ class CfnCertificateAuthority(
|
|
|
2855
2869
|
result = self._values.get("crl_distribution_point_extension_configuration")
|
|
2856
2870
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty"]], result)
|
|
2857
2871
|
|
|
2872
|
+
@builtins.property
|
|
2873
|
+
def crl_type(self) -> typing.Optional[builtins.str]:
|
|
2874
|
+
'''Specifies the type of CRL.
|
|
2875
|
+
|
|
2876
|
+
This setting determines the maximum number of certificates that the certificate authority can issue and revoke. For more information, see `AWS Private CA quotas <https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca>`_ .
|
|
2877
|
+
|
|
2878
|
+
- ``COMPLETE`` - The default setting. AWS Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason. Each certificate that AWS Private CA issues is bound to a specific CRL through the CRL distribution point (CDP) defined in `RFC 5280 <https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280>`_ .
|
|
2879
|
+
- ``PARTITIONED`` - Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue.
|
|
2880
|
+
|
|
2881
|
+
.. epigraph::
|
|
2882
|
+
|
|
2883
|
+
When using partitioned CRLs, you must validate that the CRL's associated issuing distribution point (IDP) URI matches the certificate's CDP URI to ensure the right CRL has been fetched. AWS Private CA marks the IDP extension as critical, which your client must be able to process.
|
|
2884
|
+
|
|
2885
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-crltype
|
|
2886
|
+
'''
|
|
2887
|
+
result = self._values.get("crl_type")
|
|
2888
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2889
|
+
|
|
2858
2890
|
@builtins.property
|
|
2859
2891
|
def custom_cname(self) -> typing.Optional[builtins.str]:
|
|
2860
2892
|
'''Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point.
|
|
@@ -2869,6 +2901,17 @@ class CfnCertificateAuthority(
|
|
|
2869
2901
|
result = self._values.get("custom_cname")
|
|
2870
2902
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2871
2903
|
|
|
2904
|
+
@builtins.property
|
|
2905
|
+
def custom_path(self) -> typing.Optional[builtins.str]:
|
|
2906
|
+
'''Designates a custom file path in S3 for CRL(s).
|
|
2907
|
+
|
|
2908
|
+
For example, ``http://<CustomName>/<CustomPath>/<CrlPartition_GUID>.crl`` .
|
|
2909
|
+
|
|
2910
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificateauthority-crlconfiguration.html#cfn-acmpca-certificateauthority-crlconfiguration-custompath
|
|
2911
|
+
'''
|
|
2912
|
+
result = self._values.get("custom_path")
|
|
2913
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2914
|
+
|
|
2872
2915
|
@builtins.property
|
|
2873
2916
|
def expiration_in_days(self) -> typing.Optional[jsii.Number]:
|
|
2874
2917
|
'''Validity period of the CRL in days.
|
|
@@ -3876,7 +3919,9 @@ class CfnCertificateAuthority(
|
|
|
3876
3919
|
crl_distribution_point_extension_configuration=acmpca.CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty(
|
|
3877
3920
|
omit_extension=False
|
|
3878
3921
|
),
|
|
3922
|
+
crl_type="crlType",
|
|
3879
3923
|
custom_cname="customCname",
|
|
3924
|
+
custom_path="customPath",
|
|
3880
3925
|
expiration_in_days=123,
|
|
3881
3926
|
s3_bucket_name="s3BucketName",
|
|
3882
3927
|
s3_object_acl="s3ObjectAcl"
|
|
@@ -5624,7 +5669,9 @@ def _typecheckingstub__de72782a3b3117c1f101c2c6c2fad457863e581a5bdcd67a1280a825d
|
|
|
5624
5669
|
*,
|
|
5625
5670
|
enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
5626
5671
|
crl_distribution_point_extension_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCertificateAuthority.CrlDistributionPointExtensionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5672
|
+
crl_type: typing.Optional[builtins.str] = None,
|
|
5627
5673
|
custom_cname: typing.Optional[builtins.str] = None,
|
|
5674
|
+
custom_path: typing.Optional[builtins.str] = None,
|
|
5628
5675
|
expiration_in_days: typing.Optional[jsii.Number] = None,
|
|
5629
5676
|
s3_bucket_name: typing.Optional[builtins.str] = None,
|
|
5630
5677
|
s3_object_acl: typing.Optional[builtins.str] = None,
|
|
@@ -14847,7 +14847,7 @@ class CorsOptions:
|
|
|
14847
14847
|
status_code: typing.Optional[jsii.Number] = None,
|
|
14848
14848
|
) -> None:
|
|
14849
14849
|
'''
|
|
14850
|
-
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS``
|
|
14850
|
+
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
|
|
14851
14851
|
:param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
|
|
14852
14852
|
:param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
|
|
14853
14853
|
:param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
|
|
@@ -14903,8 +14903,8 @@ class CorsOptions:
|
|
|
14903
14903
|
``[ * ]``.
|
|
14904
14904
|
|
|
14905
14905
|
Responses will include the ``Access-Control-Allow-Origin`` response header.
|
|
14906
|
-
If ``Cors.ALL_ORIGINS``
|
|
14907
|
-
also be included.
|
|
14906
|
+
If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin``
|
|
14907
|
+
response header will also be included.
|
|
14908
14908
|
|
|
14909
14909
|
:see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
|
|
14910
14910
|
'''
|
|
@@ -16461,7 +16461,7 @@ class IResource(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
16461
16461
|
resource that has a different origin (domain, protocol, or port) from its
|
|
16462
16462
|
own.
|
|
16463
16463
|
|
|
16464
|
-
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS``
|
|
16464
|
+
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
|
|
16465
16465
|
:param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
|
|
16466
16466
|
:param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
|
|
16467
16467
|
:param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
|
|
@@ -16652,7 +16652,7 @@ class _IResourceProxy(
|
|
|
16652
16652
|
resource that has a different origin (domain, protocol, or port) from its
|
|
16653
16653
|
own.
|
|
16654
16654
|
|
|
16655
|
-
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS``
|
|
16655
|
+
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
|
|
16656
16656
|
:param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
|
|
16657
16657
|
:param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
|
|
16658
16658
|
:param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
|
|
@@ -22676,7 +22676,7 @@ class ResourceBase(
|
|
|
22676
22676
|
resource that has a different origin (domain, protocol, or port) from its
|
|
22677
22677
|
own.
|
|
22678
22678
|
|
|
22679
|
-
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If ``Cors.ALL_ORIGINS``
|
|
22679
|
+
:param allow_origins: Specifies the list of origins that are allowed to make requests to this resource. If you wish to allow all origins, specify ``Cors.ALL_ORIGINS`` or ``[ * ]``. Responses will include the ``Access-Control-Allow-Origin`` response header. If specific origins are specified (not ``Cors.ALL_ORIGINS``), the ``Vary: Origin`` response header will also be included.
|
|
22680
22680
|
:param allow_credentials: The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request's credentials mode (Request.credentials) is "include". When a request's credentials mode (Request.credentials) is "include", browsers will only expose the response to frontend JavaScript code if the Access-Control-Allow-Credentials value is true. Credentials are cookies, authorization headers or TLS client certificates. Default: false
|
|
22681
22681
|
:param allow_headers: The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request. Default: Cors.DEFAULT_HEADERS
|
|
22682
22682
|
:param allow_methods: The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request. If ``ANY`` is specified, it will be expanded to ``Cors.ALL_METHODS``. Default: Cors.ALL_METHODS
|
|
@@ -4862,7 +4862,7 @@ class CfnApiCache(
|
|
|
4862
4862
|
'''
|
|
4863
4863
|
:param scope: Scope in which this resource is defined.
|
|
4864
4864
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4865
|
-
:param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests are
|
|
4865
|
+
:param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached. - *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
|
|
4866
4866
|
:param api_id: The GraphQL API ID.
|
|
4867
4867
|
:param ttl: TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
|
|
4868
4868
|
:param type: The cache instance type. Valid values are. - ``SMALL`` - ``MEDIUM`` - ``LARGE`` - ``XLARGE`` - ``LARGE_2X`` - ``LARGE_4X`` - ``LARGE_8X`` (not available in all regions) - ``LARGE_12X`` Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used. The following legacy instance types are available, but their use is discouraged: - *T2_SMALL* : A t2.small instance type. - *T2_MEDIUM* : A t2.medium instance type. - *R4_LARGE* : A r4.large instance type. - *R4_XLARGE* : A r4.xlarge instance type. - *R4_2XLARGE* : A r4.2xlarge instance type. - *R4_4XLARGE* : A r4.4xlarge instance type. - *R4_8XLARGE* : A r4.8xlarge instance type.
|
|
@@ -5064,7 +5064,7 @@ class CfnApiCacheProps:
|
|
|
5064
5064
|
) -> None:
|
|
5065
5065
|
'''Properties for defining a ``CfnApiCache``.
|
|
5066
5066
|
|
|
5067
|
-
:param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests are
|
|
5067
|
+
:param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached. - *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
|
|
5068
5068
|
:param api_id: The GraphQL API ID.
|
|
5069
5069
|
:param ttl: TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
|
|
5070
5070
|
:param type: The cache instance type. Valid values are. - ``SMALL`` - ``MEDIUM`` - ``LARGE`` - ``XLARGE`` - ``LARGE_2X`` - ``LARGE_4X`` - ``LARGE_8X`` (not available in all regions) - ``LARGE_12X`` Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used. The following legacy instance types are available, but their use is discouraged: - *T2_SMALL* : A t2.small instance type. - *T2_MEDIUM* : A t2.medium instance type. - *R4_LARGE* : A r4.large instance type. - *R4_XLARGE* : A r4.xlarge instance type. - *R4_2XLARGE* : A r4.2xlarge instance type. - *R4_4XLARGE* : A r4.4xlarge instance type. - *R4_8XLARGE* : A r4.8xlarge instance type.
|
|
@@ -5119,8 +5119,9 @@ class CfnApiCacheProps:
|
|
|
5119
5119
|
def api_caching_behavior(self) -> builtins.str:
|
|
5120
5120
|
'''Caching behavior.
|
|
5121
5121
|
|
|
5122
|
-
- *FULL_REQUEST_CACHING* : All requests are
|
|
5122
|
+
- *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.
|
|
5123
5123
|
- *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached.
|
|
5124
|
+
- *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
|
|
5124
5125
|
|
|
5125
5126
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-apicachingbehavior
|
|
5126
5127
|
'''
|
|
@@ -1757,6 +1757,9 @@ class CfnBackupPlan(
|
|
|
1757
1757
|
)
|
|
1758
1758
|
)],
|
|
1759
1759
|
enable_continuous_backup=False,
|
|
1760
|
+
index_actions=[backup.CfnBackupPlan.IndexActionsResourceTypeProperty(
|
|
1761
|
+
resource_types=["resourceTypes"]
|
|
1762
|
+
)],
|
|
1760
1763
|
lifecycle=backup.CfnBackupPlan.LifecycleResourceTypeProperty(
|
|
1761
1764
|
delete_after_days=123,
|
|
1762
1765
|
move_to_cold_storage_after_days=123,
|
|
@@ -2061,6 +2064,9 @@ class CfnBackupPlan(
|
|
|
2061
2064
|
)
|
|
2062
2065
|
)],
|
|
2063
2066
|
enable_continuous_backup=False,
|
|
2067
|
+
index_actions=[backup.CfnBackupPlan.IndexActionsResourceTypeProperty(
|
|
2068
|
+
resource_types=["resourceTypes"]
|
|
2069
|
+
)],
|
|
2064
2070
|
lifecycle=backup.CfnBackupPlan.LifecycleResourceTypeProperty(
|
|
2065
2071
|
delete_after_days=123,
|
|
2066
2072
|
move_to_cold_storage_after_days=123,
|
|
@@ -2146,6 +2152,7 @@ class CfnBackupPlan(
|
|
|
2146
2152
|
"completion_window_minutes": "completionWindowMinutes",
|
|
2147
2153
|
"copy_actions": "copyActions",
|
|
2148
2154
|
"enable_continuous_backup": "enableContinuousBackup",
|
|
2155
|
+
"index_actions": "indexActions",
|
|
2149
2156
|
"lifecycle": "lifecycle",
|
|
2150
2157
|
"recovery_point_tags": "recoveryPointTags",
|
|
2151
2158
|
"schedule_expression": "scheduleExpression",
|
|
@@ -2162,6 +2169,7 @@ class CfnBackupPlan(
|
|
|
2162
2169
|
completion_window_minutes: typing.Optional[jsii.Number] = None,
|
|
2163
2170
|
copy_actions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBackupPlan.CopyActionResourceTypeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2164
2171
|
enable_continuous_backup: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2172
|
+
index_actions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBackupPlan.IndexActionsResourceTypeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2165
2173
|
lifecycle: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBackupPlan.LifecycleResourceTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2166
2174
|
recovery_point_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2167
2175
|
schedule_expression: typing.Optional[builtins.str] = None,
|
|
@@ -2175,6 +2183,7 @@ class CfnBackupPlan(
|
|
|
2175
2183
|
:param completion_window_minutes: A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup .
|
|
2176
2184
|
:param copy_actions: An array of CopyAction objects, which contains the details of the copy operation.
|
|
2177
2185
|
:param enable_continuous_backup: Enables continuous backup and point-in-time restores (PITR).
|
|
2186
|
+
:param index_actions:
|
|
2178
2187
|
:param lifecycle: The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
|
|
2179
2188
|
:param recovery_point_tags: The tags to assign to the resources.
|
|
2180
2189
|
:param schedule_expression: A CRON expression specifying when AWS Backup initiates a backup job.
|
|
@@ -2207,6 +2216,9 @@ class CfnBackupPlan(
|
|
|
2207
2216
|
)
|
|
2208
2217
|
)],
|
|
2209
2218
|
enable_continuous_backup=False,
|
|
2219
|
+
index_actions=[backup.CfnBackupPlan.IndexActionsResourceTypeProperty(
|
|
2220
|
+
resource_types=["resourceTypes"]
|
|
2221
|
+
)],
|
|
2210
2222
|
lifecycle=backup.CfnBackupPlan.LifecycleResourceTypeProperty(
|
|
2211
2223
|
delete_after_days=123,
|
|
2212
2224
|
move_to_cold_storage_after_days=123,
|
|
@@ -2227,6 +2239,7 @@ class CfnBackupPlan(
|
|
|
2227
2239
|
check_type(argname="argument completion_window_minutes", value=completion_window_minutes, expected_type=type_hints["completion_window_minutes"])
|
|
2228
2240
|
check_type(argname="argument copy_actions", value=copy_actions, expected_type=type_hints["copy_actions"])
|
|
2229
2241
|
check_type(argname="argument enable_continuous_backup", value=enable_continuous_backup, expected_type=type_hints["enable_continuous_backup"])
|
|
2242
|
+
check_type(argname="argument index_actions", value=index_actions, expected_type=type_hints["index_actions"])
|
|
2230
2243
|
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
|
2231
2244
|
check_type(argname="argument recovery_point_tags", value=recovery_point_tags, expected_type=type_hints["recovery_point_tags"])
|
|
2232
2245
|
check_type(argname="argument schedule_expression", value=schedule_expression, expected_type=type_hints["schedule_expression"])
|
|
@@ -2242,6 +2255,8 @@ class CfnBackupPlan(
|
|
|
2242
2255
|
self._values["copy_actions"] = copy_actions
|
|
2243
2256
|
if enable_continuous_backup is not None:
|
|
2244
2257
|
self._values["enable_continuous_backup"] = enable_continuous_backup
|
|
2258
|
+
if index_actions is not None:
|
|
2259
|
+
self._values["index_actions"] = index_actions
|
|
2245
2260
|
if lifecycle is not None:
|
|
2246
2261
|
self._values["lifecycle"] = lifecycle
|
|
2247
2262
|
if recovery_point_tags is not None:
|
|
@@ -2306,6 +2321,16 @@ class CfnBackupPlan(
|
|
|
2306
2321
|
result = self._values.get("enable_continuous_backup")
|
|
2307
2322
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
2308
2323
|
|
|
2324
|
+
@builtins.property
|
|
2325
|
+
def index_actions(
|
|
2326
|
+
self,
|
|
2327
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBackupPlan.IndexActionsResourceTypeProperty"]]]]:
|
|
2328
|
+
'''
|
|
2329
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupruleresourcetype.html#cfn-backup-backupplan-backupruleresourcetype-indexactions
|
|
2330
|
+
'''
|
|
2331
|
+
result = self._values.get("index_actions")
|
|
2332
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBackupPlan.IndexActionsResourceTypeProperty"]]]], result)
|
|
2333
|
+
|
|
2309
2334
|
@builtins.property
|
|
2310
2335
|
def lifecycle(
|
|
2311
2336
|
self,
|
|
@@ -2460,6 +2485,59 @@ class CfnBackupPlan(
|
|
|
2460
2485
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2461
2486
|
)
|
|
2462
2487
|
|
|
2488
|
+
@jsii.data_type(
|
|
2489
|
+
jsii_type="aws-cdk-lib.aws_backup.CfnBackupPlan.IndexActionsResourceTypeProperty",
|
|
2490
|
+
jsii_struct_bases=[],
|
|
2491
|
+
name_mapping={"resource_types": "resourceTypes"},
|
|
2492
|
+
)
|
|
2493
|
+
class IndexActionsResourceTypeProperty:
|
|
2494
|
+
def __init__(
|
|
2495
|
+
self,
|
|
2496
|
+
*,
|
|
2497
|
+
resource_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2498
|
+
) -> None:
|
|
2499
|
+
'''
|
|
2500
|
+
:param resource_types:
|
|
2501
|
+
|
|
2502
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-indexactionsresourcetype.html
|
|
2503
|
+
:exampleMetadata: fixture=_generated
|
|
2504
|
+
|
|
2505
|
+
Example::
|
|
2506
|
+
|
|
2507
|
+
# The code below shows an example of how to instantiate this type.
|
|
2508
|
+
# The values are placeholders you should change.
|
|
2509
|
+
from aws_cdk import aws_backup as backup
|
|
2510
|
+
|
|
2511
|
+
index_actions_resource_type_property = backup.CfnBackupPlan.IndexActionsResourceTypeProperty(
|
|
2512
|
+
resource_types=["resourceTypes"]
|
|
2513
|
+
)
|
|
2514
|
+
'''
|
|
2515
|
+
if __debug__:
|
|
2516
|
+
type_hints = typing.get_type_hints(_typecheckingstub__da981045a3cee9f5e8fc63c128c7e612a5dc43d041acf8903816ac5b23b3827f)
|
|
2517
|
+
check_type(argname="argument resource_types", value=resource_types, expected_type=type_hints["resource_types"])
|
|
2518
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2519
|
+
if resource_types is not None:
|
|
2520
|
+
self._values["resource_types"] = resource_types
|
|
2521
|
+
|
|
2522
|
+
@builtins.property
|
|
2523
|
+
def resource_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2524
|
+
'''
|
|
2525
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-indexactionsresourcetype.html#cfn-backup-backupplan-indexactionsresourcetype-resourcetypes
|
|
2526
|
+
'''
|
|
2527
|
+
result = self._values.get("resource_types")
|
|
2528
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2529
|
+
|
|
2530
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2531
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2532
|
+
|
|
2533
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2534
|
+
return not (rhs == self)
|
|
2535
|
+
|
|
2536
|
+
def __repr__(self) -> str:
|
|
2537
|
+
return "IndexActionsResourceTypeProperty(%s)" % ", ".join(
|
|
2538
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2539
|
+
)
|
|
2540
|
+
|
|
2463
2541
|
@jsii.data_type(
|
|
2464
2542
|
jsii_type="aws-cdk-lib.aws_backup.CfnBackupPlan.LifecycleResourceTypeProperty",
|
|
2465
2543
|
jsii_struct_bases=[],
|
|
@@ -2602,6 +2680,9 @@ class CfnBackupPlanProps:
|
|
|
2602
2680
|
)
|
|
2603
2681
|
)],
|
|
2604
2682
|
enable_continuous_backup=False,
|
|
2683
|
+
index_actions=[backup.CfnBackupPlan.IndexActionsResourceTypeProperty(
|
|
2684
|
+
resource_types=["resourceTypes"]
|
|
2685
|
+
)],
|
|
2605
2686
|
lifecycle=backup.CfnBackupPlan.LifecycleResourceTypeProperty(
|
|
2606
2687
|
delete_after_days=123,
|
|
2607
2688
|
move_to_cold_storage_after_days=123,
|
|
@@ -7803,6 +7884,7 @@ def _typecheckingstub__a15d5028e47f5757a8c2319a31ccf993bd398f0a4476991c75f1e1c3b
|
|
|
7803
7884
|
completion_window_minutes: typing.Optional[jsii.Number] = None,
|
|
7804
7885
|
copy_actions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupPlan.CopyActionResourceTypeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
7805
7886
|
enable_continuous_backup: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
7887
|
+
index_actions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupPlan.IndexActionsResourceTypeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
7806
7888
|
lifecycle: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBackupPlan.LifecycleResourceTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7807
7889
|
recovery_point_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7808
7890
|
schedule_expression: typing.Optional[builtins.str] = None,
|
|
@@ -7820,6 +7902,13 @@ def _typecheckingstub__b0175b5c6dd7a96151259f5cc498692c56086843795ca19e3f9f69670
|
|
|
7820
7902
|
"""Type checking stubs"""
|
|
7821
7903
|
pass
|
|
7822
7904
|
|
|
7905
|
+
def _typecheckingstub__da981045a3cee9f5e8fc63c128c7e612a5dc43d041acf8903816ac5b23b3827f(
|
|
7906
|
+
*,
|
|
7907
|
+
resource_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7908
|
+
) -> None:
|
|
7909
|
+
"""Type checking stubs"""
|
|
7910
|
+
pass
|
|
7911
|
+
|
|
7823
7912
|
def _typecheckingstub__b9cc85d565a0bdd44f5b8b5d29dce7bae38cfd50437c39a049e1b16bd8a24c1e(
|
|
7824
7913
|
*,
|
|
7825
7914
|
delete_after_days: typing.Optional[jsii.Number] = None,
|