aws-cdk-lib 2.91.0__tar.gz → 2.92.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.91.0/src/aws_cdk_lib.egg-info → aws-cdk-lib-2.92.0}/PKG-INFO +1 -1
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/setup.py +4 -4
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/_jsii/__init__.py +2 -2
- aws-cdk-lib-2.91.0/src/aws_cdk/_jsii/aws-cdk-lib@2.91.0.jsii.tgz → aws-cdk-lib-2.92.0/src/aws_cdk/_jsii/aws-cdk-lib@2.92.0.jsii.tgz +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_appstream/__init__.py +29 -21
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_batch/__init__.py +22 -10
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_billingconductor/__init__.py +14 -11
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudwatch/__init__.py +3 -3
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_dms/__init__.py +117 -58
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ec2/__init__.py +12 -14
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ecs/__init__.py +24 -12
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_evidently/__init__.py +3 -3
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_fsx/__init__.py +6 -5
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_guardduty/__init__.py +60 -17
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iam/__init__.py +6 -8
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_internetmonitor/__init__.py +43 -20
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kms/__init__.py +95 -47
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_mwaa/__init__.py +13 -8
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_neptune/__init__.py +5 -2
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_omics/__init__.py +5 -3
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_opensearchservice/__init__.py +247 -14
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_organizations/__init__.py +17 -17
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_route53/__init__.py +3 -1
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sns/__init__.py +8 -8
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sqs/__init__.py +13 -9
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_transfer/__init__.py +40 -12
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_vpclattice/__init__.py +10 -6
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_wafv2/__init__.py +118 -84
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0/src/aws_cdk_lib.egg-info}/PKG-INFO +1 -1
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk_lib.egg-info/requires.txt +2 -2
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/LICENSE +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/MANIFEST.in +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/NOTICE +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/README.md +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/pyproject.toml +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/setup.cfg +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/assertions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_amplify/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_apigateway/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_appsync/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_backup/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudformation/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudfront/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudtrail/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codebuild/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cognito/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_config/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_connect/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_datasync/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_efs/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_eks/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_events/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_glue/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iot1click/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lambda/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_location/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_logs/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_medialive/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_networkfirewall/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_rds/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_s3/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sagemaker/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ses/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ssm/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/custom_resources/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/cx_api/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/lambda_layer_kubectl/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/pipelines/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/py.typed +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/region_info/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk/triggers/__init__.py +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
- {aws-cdk-lib-2.91.0 → aws-cdk-lib-2.92.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.92.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",
|
|
@@ -283,7 +283,7 @@ kwargs = json.loads(
|
|
|
283
283
|
],
|
|
284
284
|
"package_data": {
|
|
285
285
|
"aws_cdk._jsii": [
|
|
286
|
-
"aws-cdk-lib@2.
|
|
286
|
+
"aws-cdk-lib@2.92.0.jsii.tgz"
|
|
287
287
|
],
|
|
288
288
|
"aws_cdk": [
|
|
289
289
|
"py.typed"
|
|
@@ -293,9 +293,9 @@ kwargs = json.loads(
|
|
|
293
293
|
"install_requires": [
|
|
294
294
|
"aws-cdk.asset-awscli-v1>=2.2.200, <3.0.0",
|
|
295
295
|
"aws-cdk.asset-kubectl-v20>=2.1.2, <3.0.0",
|
|
296
|
-
"aws-cdk.asset-node-proxy-agent-
|
|
296
|
+
"aws-cdk.asset-node-proxy-agent-v6>=2.0.1, <3.0.0",
|
|
297
297
|
"constructs>=10.0.0, <11.0.0",
|
|
298
|
-
"jsii>=1.
|
|
298
|
+
"jsii>=1.87.0, <2.0.0",
|
|
299
299
|
"publication>=0.0.3",
|
|
300
300
|
"typeguard~=2.13.3"
|
|
301
301
|
],
|
|
@@ -12,11 +12,11 @@ from typeguard import check_type
|
|
|
12
12
|
|
|
13
13
|
import aws_cdk.asset_awscli_v1._jsii
|
|
14
14
|
import aws_cdk.asset_kubectl_v20._jsii
|
|
15
|
-
import aws_cdk.
|
|
15
|
+
import aws_cdk.asset_node_proxy_agent_v6._jsii
|
|
16
16
|
import constructs._jsii
|
|
17
17
|
|
|
18
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
19
|
-
"aws-cdk-lib", "2.
|
|
19
|
+
"aws-cdk-lib", "2.92.0", __name__[0:-6], "aws-cdk-lib@2.92.0.jsii.tgz"
|
|
20
20
|
)
|
|
21
21
|
|
|
22
22
|
__all__ = [
|
|
Binary file
|
|
@@ -138,7 +138,7 @@ class CfnAppBlock(
|
|
|
138
138
|
:param description: The description of the app block.
|
|
139
139
|
:param display_name: The display name of the app block.
|
|
140
140
|
:param packaging_type: The packaging type of the app block.
|
|
141
|
-
:param post_setup_script_details: The post setup script details of the app block.
|
|
141
|
+
:param post_setup_script_details: The post setup script details of the app block.
|
|
142
142
|
:param setup_script_details: The setup script details of the app block.
|
|
143
143
|
:param tags: The tags of the app block.
|
|
144
144
|
'''
|
|
@@ -593,15 +593,15 @@ class CfnAppBlockBuilder(
|
|
|
593
593
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
594
594
|
:param instance_type: The instance type of the app block builder.
|
|
595
595
|
:param name: The name of the app block builder.
|
|
596
|
-
:param platform: The platform of the app block builder. ``WINDOWS_SERVER_2019``
|
|
596
|
+
:param platform: The platform of the app block builder. *Allowed values* : ``WINDOWS_SERVER_2019``
|
|
597
597
|
:param vpc_config: The VPC configuration for the app block builder.
|
|
598
|
-
:param access_endpoints:
|
|
599
|
-
:param app_block_arns:
|
|
598
|
+
:param access_endpoints: The access endpoints of the app block builder.
|
|
599
|
+
:param app_block_arns: The ARN of the app block. *Maximum* : ``1``
|
|
600
600
|
:param description: The description of the app block builder.
|
|
601
601
|
:param display_name: The display name of the app block builder.
|
|
602
602
|
:param enable_default_internet_access: Indicates whether default internet access is enabled for the app block builder.
|
|
603
603
|
:param iam_role_arn: The ARN of the IAM role that is applied to the app block builder.
|
|
604
|
-
:param tags:
|
|
604
|
+
:param tags: The tags of the app block builder.
|
|
605
605
|
'''
|
|
606
606
|
if __debug__:
|
|
607
607
|
type_hints = typing.get_type_hints(_typecheckingstub__f2dbe872e5cba24425b73eff2bd90d7b1c6af7a2b3b47d455ff4683fb5c3b559)
|
|
@@ -656,7 +656,8 @@ class CfnAppBlockBuilder(
|
|
|
656
656
|
@builtins.property
|
|
657
657
|
@jsii.member(jsii_name="attrArn")
|
|
658
658
|
def attr_arn(self) -> builtins.str:
|
|
659
|
-
'''
|
|
659
|
+
'''The ARN of the app block builder.
|
|
660
|
+
|
|
660
661
|
:cloudformationAttribute: Arn
|
|
661
662
|
'''
|
|
662
663
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
@@ -664,7 +665,8 @@ class CfnAppBlockBuilder(
|
|
|
664
665
|
@builtins.property
|
|
665
666
|
@jsii.member(jsii_name="attrCreatedTime")
|
|
666
667
|
def attr_created_time(self) -> builtins.str:
|
|
667
|
-
'''
|
|
668
|
+
'''The time when the app block builder was created.
|
|
669
|
+
|
|
668
670
|
:cloudformationAttribute: CreatedTime
|
|
669
671
|
'''
|
|
670
672
|
return typing.cast(builtins.str, jsii.get(self, "attrCreatedTime"))
|
|
@@ -736,6 +738,7 @@ class CfnAppBlockBuilder(
|
|
|
736
738
|
def access_endpoints(
|
|
737
739
|
self,
|
|
738
740
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAppBlockBuilder.AccessEndpointProperty"]]]]:
|
|
741
|
+
'''The access endpoints of the app block builder.'''
|
|
739
742
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAppBlockBuilder.AccessEndpointProperty"]]]], jsii.get(self, "accessEndpoints"))
|
|
740
743
|
|
|
741
744
|
@access_endpoints.setter
|
|
@@ -751,6 +754,7 @@ class CfnAppBlockBuilder(
|
|
|
751
754
|
@builtins.property
|
|
752
755
|
@jsii.member(jsii_name="appBlockArns")
|
|
753
756
|
def app_block_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
757
|
+
'''The ARN of the app block.'''
|
|
754
758
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "appBlockArns"))
|
|
755
759
|
|
|
756
760
|
@app_block_arns.setter
|
|
@@ -820,6 +824,7 @@ class CfnAppBlockBuilder(
|
|
|
820
824
|
@builtins.property
|
|
821
825
|
@jsii.member(jsii_name="tags")
|
|
822
826
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
827
|
+
'''The tags of the app block builder.'''
|
|
823
828
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
824
829
|
|
|
825
830
|
@tags.setter
|
|
@@ -1013,15 +1018,15 @@ class CfnAppBlockBuilderProps:
|
|
|
1013
1018
|
|
|
1014
1019
|
:param instance_type: The instance type of the app block builder.
|
|
1015
1020
|
:param name: The name of the app block builder.
|
|
1016
|
-
:param platform: The platform of the app block builder. ``WINDOWS_SERVER_2019``
|
|
1021
|
+
:param platform: The platform of the app block builder. *Allowed values* : ``WINDOWS_SERVER_2019``
|
|
1017
1022
|
:param vpc_config: The VPC configuration for the app block builder.
|
|
1018
|
-
:param access_endpoints:
|
|
1019
|
-
:param app_block_arns:
|
|
1023
|
+
:param access_endpoints: The access endpoints of the app block builder.
|
|
1024
|
+
:param app_block_arns: The ARN of the app block. *Maximum* : ``1``
|
|
1020
1025
|
:param description: The description of the app block builder.
|
|
1021
1026
|
:param display_name: The display name of the app block builder.
|
|
1022
1027
|
:param enable_default_internet_access: Indicates whether default internet access is enabled for the app block builder.
|
|
1023
1028
|
:param iam_role_arn: The ARN of the IAM role that is applied to the app block builder.
|
|
1024
|
-
:param tags:
|
|
1029
|
+
:param tags: The tags of the app block builder.
|
|
1025
1030
|
|
|
1026
1031
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html
|
|
1027
1032
|
:exampleMetadata: fixture=_generated
|
|
@@ -1115,7 +1120,7 @@ class CfnAppBlockBuilderProps:
|
|
|
1115
1120
|
def platform(self) -> builtins.str:
|
|
1116
1121
|
'''The platform of the app block builder.
|
|
1117
1122
|
|
|
1118
|
-
``WINDOWS_SERVER_2019``
|
|
1123
|
+
*Allowed values* : ``WINDOWS_SERVER_2019``
|
|
1119
1124
|
|
|
1120
1125
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-platform
|
|
1121
1126
|
'''
|
|
@@ -1139,7 +1144,8 @@ class CfnAppBlockBuilderProps:
|
|
|
1139
1144
|
def access_endpoints(
|
|
1140
1145
|
self,
|
|
1141
1146
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnAppBlockBuilder.AccessEndpointProperty]]]]:
|
|
1142
|
-
'''
|
|
1147
|
+
'''The access endpoints of the app block builder.
|
|
1148
|
+
|
|
1143
1149
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-accessendpoints
|
|
1144
1150
|
'''
|
|
1145
1151
|
result = self._values.get("access_endpoints")
|
|
@@ -1147,7 +1153,10 @@ class CfnAppBlockBuilderProps:
|
|
|
1147
1153
|
|
|
1148
1154
|
@builtins.property
|
|
1149
1155
|
def app_block_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1150
|
-
'''
|
|
1156
|
+
'''The ARN of the app block.
|
|
1157
|
+
|
|
1158
|
+
*Maximum* : ``1``
|
|
1159
|
+
|
|
1151
1160
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-appblockarns
|
|
1152
1161
|
'''
|
|
1153
1162
|
result = self._values.get("app_block_arns")
|
|
@@ -1193,7 +1202,8 @@ class CfnAppBlockBuilderProps:
|
|
|
1193
1202
|
|
|
1194
1203
|
@builtins.property
|
|
1195
1204
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1196
|
-
'''
|
|
1205
|
+
'''The tags of the app block builder.
|
|
1206
|
+
|
|
1197
1207
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblockbuilder.html#cfn-appstream-appblockbuilder-tags
|
|
1198
1208
|
'''
|
|
1199
1209
|
result = self._values.get("tags")
|
|
@@ -1245,7 +1255,7 @@ class CfnAppBlockProps:
|
|
|
1245
1255
|
:param description: The description of the app block.
|
|
1246
1256
|
:param display_name: The display name of the app block.
|
|
1247
1257
|
:param packaging_type: The packaging type of the app block.
|
|
1248
|
-
:param post_setup_script_details: The post setup script details of the app block.
|
|
1258
|
+
:param post_setup_script_details: The post setup script details of the app block.
|
|
1249
1259
|
:param setup_script_details: The setup script details of the app block.
|
|
1250
1260
|
:param tags: The tags of the app block.
|
|
1251
1261
|
|
|
@@ -1387,8 +1397,6 @@ class CfnAppBlockProps:
|
|
|
1387
1397
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAppBlock.ScriptDetailsProperty]]:
|
|
1388
1398
|
'''The post setup script details of the app block.
|
|
1389
1399
|
|
|
1390
|
-
This only applies to app blocks with PackagingType ``APPSTREAM2`` .
|
|
1391
|
-
|
|
1392
1400
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-appblock.html#cfn-appstream-appblock-postsetupscriptdetails
|
|
1393
1401
|
'''
|
|
1394
1402
|
result = self._values.get("post_setup_script_details")
|
|
@@ -3376,7 +3384,7 @@ class CfnFleet(
|
|
|
3376
3384
|
:param image_arn: The ARN of the public, private, or shared image to use.
|
|
3377
3385
|
:param image_name: The name of the image used to create the fleet.
|
|
3378
3386
|
:param max_concurrent_sessions: The maximum number of concurrent sessions that can be run on an Elastic fleet. This setting is required for Elastic fleets, but is not used for other fleet types.
|
|
3379
|
-
:param max_user_duration_in_seconds: The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and
|
|
3387
|
+
:param max_user_duration_in_seconds: The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
|
|
3380
3388
|
:param platform: The platform of the fleet. Platform is a required setting for Elastic fleets, and is not used for other fleet types. *Allowed Values* : ``WINDOWS_SERVER_2019`` | ``AMAZON_LINUX2``
|
|
3381
3389
|
:param session_script_s3_location: The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
|
|
3382
3390
|
:param stream_view: The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays. The default value is ``APP`` .
|
|
@@ -4111,7 +4119,7 @@ class CfnFleetProps:
|
|
|
4111
4119
|
:param image_arn: The ARN of the public, private, or shared image to use.
|
|
4112
4120
|
:param image_name: The name of the image used to create the fleet.
|
|
4113
4121
|
:param max_concurrent_sessions: The maximum number of concurrent sessions that can be run on an Elastic fleet. This setting is required for Elastic fleets, but is not used for other fleet types.
|
|
4114
|
-
:param max_user_duration_in_seconds: The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and
|
|
4122
|
+
:param max_user_duration_in_seconds: The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
|
|
4115
4123
|
:param platform: The platform of the fleet. Platform is a required setting for Elastic fleets, and is not used for other fleet types. *Allowed Values* : ``WINDOWS_SERVER_2019`` | ``AMAZON_LINUX2``
|
|
4116
4124
|
:param session_script_s3_location: The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
|
|
4117
4125
|
:param stream_view: The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays. The default value is ``APP`` .
|
|
@@ -4407,7 +4415,7 @@ class CfnFleetProps:
|
|
|
4407
4415
|
|
|
4408
4416
|
If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.
|
|
4409
4417
|
|
|
4410
|
-
Specify a value between 600 and
|
|
4418
|
+
Specify a value between 600 and 432000.
|
|
4411
4419
|
|
|
4412
4420
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-fleet.html#cfn-appstream-fleet-maxuserdurationinseconds
|
|
4413
4421
|
'''
|
|
@@ -85,7 +85,7 @@ class CfnComputeEnvironment(
|
|
|
85
85
|
To use the enhanced updating of compute environments to update AMIs, follow these rules:
|
|
86
86
|
|
|
87
87
|
- Either do not set the `ServiceRole <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-servicerole>`_ property or set it to the *AWSServiceRoleForBatch* service-linked role.
|
|
88
|
-
- Set the `AllocationStrategy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy>`_ property to ``BEST_FIT_PROGRESSIVE``
|
|
88
|
+
- Set the `AllocationStrategy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy>`_ property to ``BEST_FIT_PROGRESSIVE`` or ``SPOT_CAPACITY_OPTIMIZED`` .
|
|
89
89
|
- Set the `ReplaceComputeEnvironment <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-replacecomputeenvironment>`_ property to ``false`` .
|
|
90
90
|
|
|
91
91
|
.. epigraph::
|
|
@@ -469,7 +469,7 @@ class CfnComputeEnvironment(
|
|
|
469
469
|
:param maxv_cpus: The maximum number of Amazon EC2 vCPUs that an environment can reach. .. epigraph:: With ``BEST_FIT_PROGRESSIVE`` , ``SPOT_CAPACITY_OPTIMIZED`` and ``SPOT_PRICE_CAPACITY_OPTIMIZED`` (recommended) strategies using On-Demand or Spot Instances, and the ``BEST_FIT`` strategy using Spot Instances, AWS Batch might need to exceed ``maxvCpus`` to meet your capacity requirements. In this event, AWS Batch never exceeds ``maxvCpus`` by more than a single instance.
|
|
470
470
|
:param subnets: The VPC subnets where the compute resources are launched. Fargate compute resources can contain up to 16 subnets. For Fargate compute resources, providing an empty list will be handled as if this parameter wasn't specified and no change is made. For EC2 compute resources, providing an empty list removes the VPC subnets from the compute resource. For more information, see `VPCs and subnets <https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html>`_ in the *Amazon VPC User Guide* . When updating a compute environment, changing the VPC subnets requires an infrastructure update of the compute environment. For more information, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* . .. epigraph:: AWS Batch on Amazon EC2 and AWS Batch on Amazon EKS support Local Zones. For more information, see `Local Zones <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-local-zones>`_ in the *Amazon EC2 User Guide for Linux Instances* , `Amazon EKS and AWS Local Zones <https://docs.aws.amazon.com/eks/latest/userguide/local-zones.html>`_ in the *Amazon EKS User Guide* and `Amazon ECS clusters in Local Zones, Wavelength Zones, and AWS Outposts <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-regions-zones.html#clusters-local-zones>`_ in the *Amazon ECS Developer Guide* . AWS Batch on Fargate doesn't currently support Local Zones.
|
|
471
471
|
:param type: The type of compute environment: ``EC2`` , ``SPOT`` , ``FARGATE`` , or ``FARGATE_SPOT`` . For more information, see `Compute environments <https://docs.aws.amazon.com/batch/latest/userguide/compute_environments.html>`_ in the *AWS Batch User Guide* . If you choose ``SPOT`` , you must also specify an Amazon EC2 Spot Fleet role with the ``spotIamFleetRole`` parameter. For more information, see `Amazon EC2 spot fleet role <https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html>`_ in the *AWS Batch User Guide* . When updating compute environment, changing the type of a compute environment requires an infrastructure update of the compute environment. For more information, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* . When updating the type of a compute environment, changing between ``EC2`` and ``SPOT`` or between ``FARGATE`` and ``FARGATE_SPOT`` will initiate an infrastructure update, but if you switch between ``EC2`` and ``FARGATE`` , AWS CloudFormation will create a new compute environment.
|
|
472
|
-
:param allocation_strategy: The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type can be allocated. This might be because of availability of the instance type in the Region or `Amazon EC2 service limits <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html>`_ . For more information, see `Allocation strategies <https://docs.aws.amazon.com/batch/latest/userguide/allocation-strategies.html>`_ in the *AWS Batch User Guide* . When updating a compute environment, changing the allocation strategy requires an infrastructure update of the compute environment. For more information, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* . ``BEST_FIT`` is not supported when updating a compute environment. .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified. - **BEST_FIT (default)** - AWS Batch selects an instance type that best fits the needs of the jobs with a preference for the lowest-cost instance type. If additional instances of the selected instance type aren't available, AWS Batch waits for the additional instances to be available. If there aren't enough instances available, or if the user is reaching `Amazon EC2 service limits <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html>`_ then additional jobs aren't run until the currently running jobs have completed. This allocation strategy keeps costs lower but can limit scaling. If you are using Spot Fleets with ``BEST_FIT`` then the Spot Fleet IAM role must be specified. - **BEST_FIT_PROGRESSIVE** - AWS Batch will select additional instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types with a lower cost per unit vCPU. If additional instances of the previously selected instance types aren't available, AWS Batch will select new instance types. - **SPOT_CAPACITY_OPTIMIZED** - AWS Batch will select one or more instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types that are less likely to be interrupted. This allocation strategy is only available for Spot Instance compute resources. - **SPOT_PRICE_CAPACITY_OPTIMIZED** - The price and capacity optimized allocation strategy looks at both price and capacity to select the Spot Instance pools that are the least likely to be interrupted and have the lowest possible price. This allocation strategy is only available for Spot Instance compute resources. With ``BEST_FIT_PROGRESSIVE`` , ``SPOT_CAPACITY_OPTIMIZED`` , and ``SPOT_PRICE_CAPACITY_OPTIMIZED``
|
|
472
|
+
:param allocation_strategy: The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type can be allocated. This might be because of availability of the instance type in the Region or `Amazon EC2 service limits <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html>`_ . For more information, see `Allocation strategies <https://docs.aws.amazon.com/batch/latest/userguide/allocation-strategies.html>`_ in the *AWS Batch User Guide* . When updating a compute environment, changing the allocation strategy requires an infrastructure update of the compute environment. For more information, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* . ``BEST_FIT`` is not supported when updating a compute environment. .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified. - **BEST_FIT (default)** - AWS Batch selects an instance type that best fits the needs of the jobs with a preference for the lowest-cost instance type. If additional instances of the selected instance type aren't available, AWS Batch waits for the additional instances to be available. If there aren't enough instances available, or if the user is reaching `Amazon EC2 service limits <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html>`_ then additional jobs aren't run until the currently running jobs have completed. This allocation strategy keeps costs lower but can limit scaling. If you are using Spot Fleets with ``BEST_FIT`` then the Spot Fleet IAM role must be specified. - **BEST_FIT_PROGRESSIVE** - AWS Batch will select additional instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types with a lower cost per unit vCPU. If additional instances of the previously selected instance types aren't available, AWS Batch will select new instance types. - **SPOT_CAPACITY_OPTIMIZED** - AWS Batch will select one or more instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types that are less likely to be interrupted. This allocation strategy is only available for Spot Instance compute resources. - **SPOT_PRICE_CAPACITY_OPTIMIZED** - The price and capacity optimized allocation strategy looks at both price and capacity to select the Spot Instance pools that are the least likely to be interrupted and have the lowest possible price. This allocation strategy is only available for Spot Instance compute resources. .. epigraph:: We recommend that you use ``SPOT_PRICE_CAPACITY_OPTIMIZED`` rather than ``SPOT_CAPACITY_OPTIMIZED`` in most instances. With ``BEST_FIT_PROGRESSIVE`` , ``SPOT_CAPACITY_OPTIMIZED`` , and ``SPOT_PRICE_CAPACITY_OPTIMIZED`` allocation strategies using On-Demand or Spot Instances, and the ``BEST_FIT`` strategy using Spot Instances, AWS Batch might need to go above ``maxvCpus`` to meet your capacity requirements. In this event, AWS Batch never exceeds ``maxvCpus`` by more than a single instance.
|
|
473
473
|
:param bid_percentage: The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your maximum percentage is 20%, the Spot price must be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and never more than your maximum percentage. For most use cases, we recommend leaving this field empty. When updating a compute environment, changing the bid percentage requires an infrastructure update of the compute environment. For more information, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* . .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
|
|
474
474
|
:param desiredv_cpus: The desired number of vCPUS in the compute environment. AWS Batch modifies this value between the minimum and maximum values based on job queue demand. .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. > AWS Batch doesn't support changing the desired number of vCPUs of an existing compute environment. Don't specify this parameter for compute environments using Amazon EKS clusters. > When you update the ``desiredvCpus`` setting, the value must be between the ``minvCpus`` and ``maxvCpus`` values. Additionally, the updated ``desiredvCpus`` value must be greater than or equal to the current ``desiredvCpus`` value. For more information, see `Troubleshooting AWS Batch <https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#error-desired-vcpus-update>`_ in the *AWS Batch User Guide* .
|
|
475
475
|
:param ec2_configuration: Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment. If ``Ec2Configuration`` isn't specified, the default is ``ECS_AL2`` . When updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see `Updating compute environments <https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html>`_ in the *AWS Batch User Guide* . To remove the EC2 configuration and any custom AMI ID specified in ``imageIdOverride`` , set this value to an empty string. One or two values can be provided. .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
|
|
@@ -652,7 +652,11 @@ class CfnComputeEnvironment(
|
|
|
652
652
|
- **SPOT_CAPACITY_OPTIMIZED** - AWS Batch will select one or more instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types that are less likely to be interrupted. This allocation strategy is only available for Spot Instance compute resources.
|
|
653
653
|
- **SPOT_PRICE_CAPACITY_OPTIMIZED** - The price and capacity optimized allocation strategy looks at both price and capacity to select the Spot Instance pools that are the least likely to be interrupted and have the lowest possible price. This allocation strategy is only available for Spot Instance compute resources.
|
|
654
654
|
|
|
655
|
-
|
|
655
|
+
.. epigraph::
|
|
656
|
+
|
|
657
|
+
We recommend that you use ``SPOT_PRICE_CAPACITY_OPTIMIZED`` rather than ``SPOT_CAPACITY_OPTIMIZED`` in most instances.
|
|
658
|
+
|
|
659
|
+
With ``BEST_FIT_PROGRESSIVE`` , ``SPOT_CAPACITY_OPTIMIZED`` , and ``SPOT_PRICE_CAPACITY_OPTIMIZED`` allocation strategies using On-Demand or Spot Instances, and the ``BEST_FIT`` strategy using Spot Instances, AWS Batch might need to go above ``maxvCpus`` to meet your capacity requirements. In this event, AWS Batch never exceeds ``maxvCpus`` by more than a single instance.
|
|
656
660
|
|
|
657
661
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-allocationstrategy
|
|
658
662
|
'''
|
|
@@ -2326,7 +2330,7 @@ class CfnJobDefinition(
|
|
|
2326
2330
|
:param privileged: When this parameter is true, the container is given elevated permissions on the host container instance (similar to the ``root`` user). This parameter maps to ``Privileged`` in the `Create a container <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container>`_ section of the `Docker Remote API <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/>`_ and the ``--privileged`` option to `docker run <https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/>`_ . The default value is false. .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided, or specified as false.
|
|
2327
2331
|
:param readonly_root_filesystem: When this parameter is true, the container is given read-only access to its root file system. This parameter maps to ``ReadonlyRootfs`` in the `Create a container <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container>`_ section of the `Docker Remote API <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/>`_ and the ``--read-only`` option to ``docker run`` .
|
|
2328
2332
|
:param resource_requirements: The type and amount of resources to assign to a container. The supported resources include ``GPU`` , ``MEMORY`` , and ``VCPU`` .
|
|
2329
|
-
:param runtime_platform:
|
|
2333
|
+
:param runtime_platform: An object that represents the compute environment architecture for AWS Batch jobs on Fargate.
|
|
2330
2334
|
:param secrets: The secrets for the container. For more information, see `Specifying sensitive data <https://docs.aws.amazon.com/batch/latest/userguide/specifying-sensitive-data.html>`_ in the *AWS Batch User Guide* .
|
|
2331
2335
|
:param ulimits: A list of ``ulimits`` to set in the container. This parameter maps to ``Ulimits`` in the `Create a container <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container>`_ section of the `Docker Remote API <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/>`_ and the ``--ulimit`` option to `docker run <https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/>`_ . .. epigraph:: This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
|
|
2332
2336
|
:param user: The user name to use inside the container. This parameter maps to ``User`` in the `Create a container <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container>`_ section of the `Docker Remote API <https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/>`_ and the ``--user`` option to `docker run <https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/>`_ .
|
|
@@ -2735,7 +2739,8 @@ class CfnJobDefinition(
|
|
|
2735
2739
|
def runtime_platform(
|
|
2736
2740
|
self,
|
|
2737
2741
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnJobDefinition.RuntimePlatformProperty"]]:
|
|
2738
|
-
'''
|
|
2742
|
+
'''An object that represents the compute environment architecture for AWS Batch jobs on Fargate.
|
|
2743
|
+
|
|
2739
2744
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-runtimeplatform
|
|
2740
2745
|
'''
|
|
2741
2746
|
result = self._values.get("runtime_platform")
|
|
@@ -3593,9 +3598,12 @@ class CfnJobDefinition(
|
|
|
3593
3598
|
secret_name: builtins.str,
|
|
3594
3599
|
optional: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3595
3600
|
) -> None:
|
|
3596
|
-
'''
|
|
3597
|
-
|
|
3598
|
-
|
|
3601
|
+
'''Specifies the configuration of a Kubernetes ``secret`` volume.
|
|
3602
|
+
|
|
3603
|
+
For more information, see `secret <https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/storage/volumes/#secret>`_ in the *Kubernetes documentation* .
|
|
3604
|
+
|
|
3605
|
+
:param secret_name: The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see `DNS subdomain names <https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names>`_ in the *Kubernetes documentation* .
|
|
3606
|
+
:param optional: Specifies whether the secret or the secret's keys must be defined.
|
|
3599
3607
|
|
|
3600
3608
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekssecret.html
|
|
3601
3609
|
:exampleMetadata: fixture=_generated
|
|
@@ -3625,7 +3633,10 @@ class CfnJobDefinition(
|
|
|
3625
3633
|
|
|
3626
3634
|
@builtins.property
|
|
3627
3635
|
def secret_name(self) -> builtins.str:
|
|
3628
|
-
'''
|
|
3636
|
+
'''The name of the secret.
|
|
3637
|
+
|
|
3638
|
+
The name must be allowed as a DNS subdomain name. For more information, see `DNS subdomain names <https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names>`_ in the *Kubernetes documentation* .
|
|
3639
|
+
|
|
3629
3640
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekssecret.html#cfn-batch-jobdefinition-ekssecret-secretname
|
|
3630
3641
|
'''
|
|
3631
3642
|
result = self._values.get("secret_name")
|
|
@@ -3636,7 +3647,8 @@ class CfnJobDefinition(
|
|
|
3636
3647
|
def optional(
|
|
3637
3648
|
self,
|
|
3638
3649
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
3639
|
-
'''
|
|
3650
|
+
'''Specifies whether the secret or the secret's keys must be defined.
|
|
3651
|
+
|
|
3640
3652
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekssecret.html#cfn-batch-jobdefinition-ekssecret-optional
|
|
3641
3653
|
'''
|
|
3642
3654
|
result = self._values.get("optional")
|
|
@@ -105,12 +105,12 @@ class CfnBillingGroup(
|
|
|
105
105
|
'''
|
|
106
106
|
:param scope: Scope in which this resource is defined.
|
|
107
107
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
108
|
-
:param account_grouping: The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated family.
|
|
108
|
+
:param account_grouping: The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
|
|
109
109
|
:param computation_preference: The preferences and settings that will be used to compute the AWS charges for a billing group.
|
|
110
110
|
:param name: The billing group's name.
|
|
111
111
|
:param primary_account_id: The account ID that serves as the main account in a billing group.
|
|
112
112
|
:param description: The description of the billing group.
|
|
113
|
-
:param tags:
|
|
113
|
+
:param tags: A map that contains tag keys and tag values that are attached to a billing group.
|
|
114
114
|
'''
|
|
115
115
|
if __debug__:
|
|
116
116
|
type_hints = typing.get_type_hints(_typecheckingstub__34db7ef1df00bd83f1d6bc7787b13169d6053ecbe4f7a96747e98db547bcfa17)
|
|
@@ -302,6 +302,7 @@ class CfnBillingGroup(
|
|
|
302
302
|
@builtins.property
|
|
303
303
|
@jsii.member(jsii_name="tagsRaw")
|
|
304
304
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
305
|
+
'''A map that contains tag keys and tag values that are attached to a billing group.'''
|
|
305
306
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
|
|
306
307
|
|
|
307
308
|
@tags_raw.setter
|
|
@@ -328,10 +329,10 @@ class CfnBillingGroup(
|
|
|
328
329
|
) -> None:
|
|
329
330
|
'''The set of accounts that will be under the billing group.
|
|
330
331
|
|
|
331
|
-
The set of accounts resemble the linked accounts in a consolidated family.
|
|
332
|
+
The set of accounts resemble the linked accounts in a consolidated billing family.
|
|
332
333
|
|
|
333
334
|
:param linked_account_ids: The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
|
|
334
|
-
:param auto_associate:
|
|
335
|
+
:param auto_associate: Specifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.
|
|
335
336
|
|
|
336
337
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-accountgrouping.html
|
|
337
338
|
:exampleMetadata: fixture=_generated
|
|
@@ -375,7 +376,8 @@ class CfnBillingGroup(
|
|
|
375
376
|
def auto_associate(
|
|
376
377
|
self,
|
|
377
378
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
378
|
-
'''
|
|
379
|
+
'''Specifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.
|
|
380
|
+
|
|
379
381
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-accountgrouping.html#cfn-billingconductor-billinggroup-accountgrouping-autoassociate
|
|
380
382
|
'''
|
|
381
383
|
result = self._values.get("auto_associate")
|
|
@@ -470,12 +472,12 @@ class CfnBillingGroupProps:
|
|
|
470
472
|
) -> None:
|
|
471
473
|
'''Properties for defining a ``CfnBillingGroup``.
|
|
472
474
|
|
|
473
|
-
:param account_grouping: The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated family.
|
|
475
|
+
:param account_grouping: The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
|
|
474
476
|
:param computation_preference: The preferences and settings that will be used to compute the AWS charges for a billing group.
|
|
475
477
|
:param name: The billing group's name.
|
|
476
478
|
:param primary_account_id: The account ID that serves as the main account in a billing group.
|
|
477
479
|
:param description: The description of the billing group.
|
|
478
|
-
:param tags:
|
|
480
|
+
:param tags: A map that contains tag keys and tag values that are attached to a billing group.
|
|
479
481
|
|
|
480
482
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-billinggroup.html
|
|
481
483
|
:exampleMetadata: fixture=_generated
|
|
@@ -532,7 +534,7 @@ class CfnBillingGroupProps:
|
|
|
532
534
|
) -> typing.Union[_IResolvable_da3f097b, CfnBillingGroup.AccountGroupingProperty]:
|
|
533
535
|
'''The set of accounts that will be under the billing group.
|
|
534
536
|
|
|
535
|
-
The set of accounts resemble the linked accounts in a consolidated family.
|
|
537
|
+
The set of accounts resemble the linked accounts in a consolidated billing family.
|
|
536
538
|
|
|
537
539
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-billinggroup.html#cfn-billingconductor-billinggroup-accountgrouping
|
|
538
540
|
'''
|
|
@@ -583,7 +585,8 @@ class CfnBillingGroupProps:
|
|
|
583
585
|
|
|
584
586
|
@builtins.property
|
|
585
587
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
586
|
-
'''
|
|
588
|
+
'''A map that contains tag keys and tag values that are attached to a billing group.
|
|
589
|
+
|
|
587
590
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-billinggroup.html#cfn-billingconductor-billinggroup-tags
|
|
588
591
|
'''
|
|
589
592
|
result = self._values.get("tags")
|
|
@@ -2043,7 +2046,7 @@ class CfnPricingRule(
|
|
|
2043
2046
|
) -> None:
|
|
2044
2047
|
'''The set of tiering configurations for the pricing rule.
|
|
2045
2048
|
|
|
2046
|
-
:param free_tier: The possible
|
|
2049
|
+
:param free_tier: The possible AWS Free Tier configurations.
|
|
2047
2050
|
|
|
2048
2051
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-pricingrule-tiering.html
|
|
2049
2052
|
:exampleMetadata: fixture=_generated
|
|
@@ -2071,7 +2074,7 @@ class CfnPricingRule(
|
|
|
2071
2074
|
def free_tier(
|
|
2072
2075
|
self,
|
|
2073
2076
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPricingRule.FreeTierProperty"]]:
|
|
2074
|
-
'''The possible
|
|
2077
|
+
'''The possible AWS Free Tier configurations.
|
|
2075
2078
|
|
|
2076
2079
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-pricingrule-tiering.html#cfn-billingconductor-pricingrule-tiering-freetier
|
|
2077
2080
|
'''
|
|
@@ -5158,7 +5158,7 @@ class CfnMetricStream(
|
|
|
5158
5158
|
:param include_filters: If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. You cannot specify both ``IncludeFilters`` and ``ExcludeFilters`` in the same metric stream. When you modify the ``IncludeFilters`` or ``ExcludeFilters`` of an existing metric stream in any way, the metric stream is effectively restarted, so after such a change you will get only the datapoints that have a timestamp after the time of the update.
|
|
5159
5159
|
:param include_linked_accounts_metrics: If you are creating a metric stream in a monitoring account, specify ``true`` to include metrics from source accounts that are linked to this monitoring account, in the metric stream. The default is ``false`` . For more information about linking accounts, see `CloudWatch cross-account observability <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html>`_
|
|
5160
5160
|
:param name: If you are creating a new metric stream, this is the name for the new stream. The name must be different than the names of other metric streams in this account and Region. If you are updating a metric stream, specify the name of that stream here.
|
|
5161
|
-
:param statistics_configurations: By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members. For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's ``OutputFormat`` . If the ``OutputFormat`` is ``json`` , you can stream any additional statistic that is supported by CloudWatch , listed in `CloudWatch statistics definitions <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html
|
|
5161
|
+
:param statistics_configurations: By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members. For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's ``OutputFormat`` . If the ``OutputFormat`` is ``json`` , you can stream any additional statistic that is supported by CloudWatch , listed in `CloudWatch statistics definitions <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html>`_ . If the ``OutputFormat`` is ``opentelemetry0`` .7, you can stream percentile statistics *(p??)* .
|
|
5162
5162
|
:param tags: An array of key-value pairs to apply to the metric stream. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
5163
5163
|
'''
|
|
5164
5164
|
if __debug__:
|
|
@@ -5665,7 +5665,7 @@ class CfnMetricStreamProps:
|
|
|
5665
5665
|
:param include_filters: If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. You cannot specify both ``IncludeFilters`` and ``ExcludeFilters`` in the same metric stream. When you modify the ``IncludeFilters`` or ``ExcludeFilters`` of an existing metric stream in any way, the metric stream is effectively restarted, so after such a change you will get only the datapoints that have a timestamp after the time of the update.
|
|
5666
5666
|
:param include_linked_accounts_metrics: If you are creating a metric stream in a monitoring account, specify ``true`` to include metrics from source accounts that are linked to this monitoring account, in the metric stream. The default is ``false`` . For more information about linking accounts, see `CloudWatch cross-account observability <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html>`_
|
|
5667
5667
|
:param name: If you are creating a new metric stream, this is the name for the new stream. The name must be different than the names of other metric streams in this account and Region. If you are updating a metric stream, specify the name of that stream here.
|
|
5668
|
-
:param statistics_configurations: By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members. For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's ``OutputFormat`` . If the ``OutputFormat`` is ``json`` , you can stream any additional statistic that is supported by CloudWatch , listed in `CloudWatch statistics definitions <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html
|
|
5668
|
+
:param statistics_configurations: By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members. For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's ``OutputFormat`` . If the ``OutputFormat`` is ``json`` , you can stream any additional statistic that is supported by CloudWatch , listed in `CloudWatch statistics definitions <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html>`_ . If the ``OutputFormat`` is ``opentelemetry0`` .7, you can stream percentile statistics *(p??)* .
|
|
5669
5669
|
:param tags: An array of key-value pairs to apply to the metric stream. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
5670
5670
|
|
|
5671
5671
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html
|
|
@@ -5843,7 +5843,7 @@ class CfnMetricStreamProps:
|
|
|
5843
5843
|
|
|
5844
5844
|
You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members.
|
|
5845
5845
|
|
|
5846
|
-
For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's ``OutputFormat`` . If the ``OutputFormat`` is ``json`` , you can stream any additional statistic that is supported by CloudWatch , listed in `CloudWatch statistics definitions <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html
|
|
5846
|
+
For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's ``OutputFormat`` . If the ``OutputFormat`` is ``json`` , you can stream any additional statistic that is supported by CloudWatch , listed in `CloudWatch statistics definitions <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html>`_ . If the ``OutputFormat`` is ``opentelemetry0`` .7, you can stream percentile statistics *(p??)* .
|
|
5847
5847
|
|
|
5848
5848
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-metricstream.html#cfn-cloudwatch-metricstream-statisticsconfigurations
|
|
5849
5849
|
'''
|