aws-cdk-lib 2.218.0__tar.gz → 2.219.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.218.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.219.0}/PKG-INFO +2 -2
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/README.md +1 -1
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/setup.py +2 -2
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/__init__.py +19 -19
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk_lib-2.218.0/src/aws_cdk/_jsii/aws-cdk-lib@2.218.0.jsii.tgz → aws_cdk_lib-2.219.0/src/aws_cdk/_jsii/aws-cdk-lib@2.219.0.jsii.tgz +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_amazonmq/__init__.py +98 -87
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_apigateway/__init__.py +39 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_bedrock/__init__.py +356 -1
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codebuild/__init__.py +339 -62
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_connect/__init__.py +9 -9
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cur/__init__.py +5 -3
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_datasync/__init__.py +44 -22
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_datazone/__init__.py +35 -33
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -29
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_dms/__init__.py +3 -5
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ec2/__init__.py +2622 -22
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ecs/__init__.py +2681 -79
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_entityresolution/__init__.py +18 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_greengrassv2/__init__.py +29 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_msk/__init__.py +4 -2
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_networkfirewall/__init__.py +6 -2
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_networkmanager/__init__.py +29 -29
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_opensearchservice/__init__.py +58 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -29
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_quicksight/__init__.py +38 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_rds/__init__.py +33 -14
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53/__init__.py +8 -2
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_servicecatalog/__init__.py +78 -86
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_smsvoice/__init__.py +319 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0/src/aws_cdk_lib.egg-info}/PKG-INFO +2 -2
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/LICENSE +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/MANIFEST.in +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/NOTICE +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/pyproject.toml +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/setup.cfg +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/assertions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_aiops/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_amplify/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_appstream/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_appsync/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_arcregionswitch/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_backup/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_batch/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudformation/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudfront/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudtrail/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudwatch/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cognito/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_cognito_identitypool/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_config/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_deadline/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_dsql/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_efs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_eks/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_events/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_evs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_fsx/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_gameliftstreams/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_glue/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iam/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_kms/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lambda/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_location/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_logs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_medialive/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mpa/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_observabilityadmin/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_odb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_omics/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_pcs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_s3tables/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sagemaker/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_scheduler_targets/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ses/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ssm/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ssmguiconnect/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_transfer/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_wafv2/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_workspacesinstances/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/custom_resources/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/cx_api/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/pipelines/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/py.typed +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/region_info/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk/triggers/__init__.py +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk_lib.egg-info/requires.txt +0 -0
- {aws_cdk_lib-2.218.0 → aws_cdk_lib-2.219.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-lib
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.219.0
|
|
4
4
|
Summary: Version 2 of the AWS Cloud Development Kit library
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -1051,7 +1051,7 @@ The properties passed to the level 2 constructs `AutoScalingGroup` and `Instance
|
|
|
1051
1051
|
`aws-ec2` module abstract what is passed into the `CfnOption` properties `resourceSignal` and
|
|
1052
1052
|
`autoScalingCreationPolicy`, but when using level 1 constructs you can specify these yourself.
|
|
1053
1053
|
|
|
1054
|
-
The CfnWaitCondition resource from the `aws-cloudformation` module
|
|
1054
|
+
The CfnWaitCondition resource from the `aws-cloudformation` module supports the `resourceSignal`.
|
|
1055
1055
|
The format of the timeout is `PT#H#M#S`. In the example below AWS Cloudformation will wait for
|
|
1056
1056
|
3 success signals to occur within 15 minutes before the status of the resource will be set to
|
|
1057
1057
|
`CREATE_COMPLETE`.
|
|
@@ -1021,7 +1021,7 @@ The properties passed to the level 2 constructs `AutoScalingGroup` and `Instance
|
|
|
1021
1021
|
`aws-ec2` module abstract what is passed into the `CfnOption` properties `resourceSignal` and
|
|
1022
1022
|
`autoScalingCreationPolicy`, but when using level 1 constructs you can specify these yourself.
|
|
1023
1023
|
|
|
1024
|
-
The CfnWaitCondition resource from the `aws-cloudformation` module
|
|
1024
|
+
The CfnWaitCondition resource from the `aws-cloudformation` module supports the `resourceSignal`.
|
|
1025
1025
|
The format of the timeout is `PT#H#M#S`. In the example below AWS Cloudformation will wait for
|
|
1026
1026
|
3 success signals to occur within 15 minutes before the status of the resource will be set to
|
|
1027
1027
|
`CREATE_COMPLETE`.
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk-lib",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.219.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",
|
|
@@ -329,7 +329,7 @@ kwargs = json.loads(
|
|
|
329
329
|
],
|
|
330
330
|
"package_data": {
|
|
331
331
|
"aws_cdk._jsii": [
|
|
332
|
-
"aws-cdk-lib@2.
|
|
332
|
+
"aws-cdk-lib@2.219.0.jsii.tgz"
|
|
333
333
|
],
|
|
334
334
|
"aws_cdk": [
|
|
335
335
|
"py.typed"
|
|
@@ -1022,7 +1022,7 @@ The properties passed to the level 2 constructs `AutoScalingGroup` and `Instance
|
|
|
1022
1022
|
`aws-ec2` module abstract what is passed into the `CfnOption` properties `resourceSignal` and
|
|
1023
1023
|
`autoScalingCreationPolicy`, but when using level 1 constructs you can specify these yourself.
|
|
1024
1024
|
|
|
1025
|
-
The CfnWaitCondition resource from the `aws-cloudformation` module
|
|
1025
|
+
The CfnWaitCondition resource from the `aws-cloudformation` module supports the `resourceSignal`.
|
|
1026
1026
|
The format of the timeout is `PT#H#M#S`. In the example below AWS Cloudformation will wait for
|
|
1027
1027
|
3 success signals to occur within 15 minutes before the status of the resource will be set to
|
|
1028
1028
|
`CREATE_COMPLETE`.
|
|
@@ -23289,24 +23289,24 @@ class Size(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.Size"):
|
|
|
23289
23289
|
|
|
23290
23290
|
Example::
|
|
23291
23291
|
|
|
23292
|
-
#
|
|
23293
|
-
#
|
|
23294
|
-
|
|
23295
|
-
|
|
23296
|
-
|
|
23297
|
-
|
|
23298
|
-
|
|
23299
|
-
|
|
23300
|
-
|
|
23301
|
-
|
|
23302
|
-
|
|
23303
|
-
|
|
23304
|
-
|
|
23305
|
-
|
|
23306
|
-
|
|
23307
|
-
|
|
23308
|
-
|
|
23309
|
-
|
|
23292
|
+
# bucket: s3.Bucket
|
|
23293
|
+
# Provide a Lambda function that will transform records before delivery, with custom
|
|
23294
|
+
# buffering and retry configuration
|
|
23295
|
+
lambda_function = lambda_.Function(self, "Processor",
|
|
23296
|
+
runtime=lambda_.Runtime.NODEJS_LATEST,
|
|
23297
|
+
handler="index.handler",
|
|
23298
|
+
code=lambda_.Code.from_asset(path.join(__dirname, "process-records"))
|
|
23299
|
+
)
|
|
23300
|
+
lambda_processor = firehose.LambdaFunctionProcessor(lambda_function,
|
|
23301
|
+
buffer_interval=Duration.minutes(5),
|
|
23302
|
+
buffer_size=Size.mebibytes(5),
|
|
23303
|
+
retries=5
|
|
23304
|
+
)
|
|
23305
|
+
s3_destination = firehose.S3Bucket(bucket,
|
|
23306
|
+
processor=lambda_processor
|
|
23307
|
+
)
|
|
23308
|
+
firehose.DeliveryStream(self, "Delivery Stream",
|
|
23309
|
+
destination=s3_destination
|
|
23310
23310
|
)
|
|
23311
23311
|
'''
|
|
23312
23312
|
|
|
@@ -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.219.0", __name__[0:-6], "aws-cdk-lib@2.219.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|
|
Binary file
|
|
@@ -137,7 +137,6 @@ class BrokerReference:
|
|
|
137
137
|
"engine_type": "engineType",
|
|
138
138
|
"host_instance_type": "hostInstanceType",
|
|
139
139
|
"publicly_accessible": "publiclyAccessible",
|
|
140
|
-
"users": "users",
|
|
141
140
|
"authentication_strategy": "authenticationStrategy",
|
|
142
141
|
"auto_minor_version_upgrade": "autoMinorVersionUpgrade",
|
|
143
142
|
"configuration": "configuration",
|
|
@@ -152,6 +151,7 @@ class BrokerReference:
|
|
|
152
151
|
"storage_type": "storageType",
|
|
153
152
|
"subnet_ids": "subnetIds",
|
|
154
153
|
"tags": "tags",
|
|
154
|
+
"users": "users",
|
|
155
155
|
},
|
|
156
156
|
)
|
|
157
157
|
class CfnBrokerProps:
|
|
@@ -163,7 +163,6 @@ class CfnBrokerProps:
|
|
|
163
163
|
engine_type: builtins.str,
|
|
164
164
|
host_instance_type: builtins.str,
|
|
165
165
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
166
|
-
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
167
166
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
168
167
|
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
169
168
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.ConfigurationIdProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -178,6 +177,7 @@ class CfnBrokerProps:
|
|
|
178
177
|
storage_type: typing.Optional[builtins.str] = None,
|
|
179
178
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
180
179
|
tags: typing.Optional[typing.Sequence[typing.Union["CfnBroker.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
180
|
+
users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
181
181
|
) -> None:
|
|
182
182
|
'''Properties for defining a ``CfnBroker``.
|
|
183
183
|
|
|
@@ -186,7 +186,6 @@ class CfnBrokerProps:
|
|
|
186
186
|
:param engine_type: The type of broker engine. Currently, Amazon MQ supports ``ACTIVEMQ`` and ``RABBITMQ`` .
|
|
187
187
|
:param host_instance_type: The broker's instance type.
|
|
188
188
|
:param publicly_accessible: Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
|
189
|
-
:param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
|
|
190
189
|
:param authentication_strategy: Optional. The authentication strategy used to secure the broker. The default is ``SIMPLE`` .
|
|
191
190
|
:param auto_minor_version_upgrade: Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
|
|
192
191
|
:param configuration: A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
|
@@ -201,6 +200,7 @@ class CfnBrokerProps:
|
|
|
201
200
|
:param storage_type: The broker's storage type.
|
|
202
201
|
:param subnet_ids: The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet. .. epigraph:: If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
|
|
203
202
|
:param tags: An array of key-value pairs. For more information, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the *Billing and Cost Management User Guide* .
|
|
203
|
+
:param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
|
|
204
204
|
|
|
205
205
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html
|
|
206
206
|
:exampleMetadata: fixture=_generated
|
|
@@ -217,15 +217,6 @@ class CfnBrokerProps:
|
|
|
217
217
|
engine_type="engineType",
|
|
218
218
|
host_instance_type="hostInstanceType",
|
|
219
219
|
publicly_accessible=False,
|
|
220
|
-
users=[amazonmq.CfnBroker.UserProperty(
|
|
221
|
-
password="password",
|
|
222
|
-
username="username",
|
|
223
|
-
|
|
224
|
-
# the properties below are optional
|
|
225
|
-
console_access=False,
|
|
226
|
-
groups=["groups"],
|
|
227
|
-
replication_user=False
|
|
228
|
-
)],
|
|
229
220
|
|
|
230
221
|
# the properties below are optional
|
|
231
222
|
authentication_strategy="authenticationStrategy",
|
|
@@ -247,7 +238,6 @@ class CfnBrokerProps:
|
|
|
247
238
|
hosts=["hosts"],
|
|
248
239
|
role_base="roleBase",
|
|
249
240
|
role_search_matching="roleSearchMatching",
|
|
250
|
-
service_account_password="serviceAccountPassword",
|
|
251
241
|
service_account_username="serviceAccountUsername",
|
|
252
242
|
user_base="userBase",
|
|
253
243
|
user_search_matching="userSearchMatching",
|
|
@@ -255,6 +245,7 @@ class CfnBrokerProps:
|
|
|
255
245
|
# the properties below are optional
|
|
256
246
|
role_name="roleName",
|
|
257
247
|
role_search_subtree=False,
|
|
248
|
+
service_account_password="serviceAccountPassword",
|
|
258
249
|
user_role_name="userRoleName",
|
|
259
250
|
user_search_subtree=False
|
|
260
251
|
),
|
|
@@ -273,6 +264,15 @@ class CfnBrokerProps:
|
|
|
273
264
|
tags=[amazonmq.CfnBroker.TagsEntryProperty(
|
|
274
265
|
key="key",
|
|
275
266
|
value="value"
|
|
267
|
+
)],
|
|
268
|
+
users=[amazonmq.CfnBroker.UserProperty(
|
|
269
|
+
password="password",
|
|
270
|
+
username="username",
|
|
271
|
+
|
|
272
|
+
# the properties below are optional
|
|
273
|
+
console_access=False,
|
|
274
|
+
groups=["groups"],
|
|
275
|
+
replication_user=False
|
|
276
276
|
)]
|
|
277
277
|
)
|
|
278
278
|
'''
|
|
@@ -283,7 +283,6 @@ class CfnBrokerProps:
|
|
|
283
283
|
check_type(argname="argument engine_type", value=engine_type, expected_type=type_hints["engine_type"])
|
|
284
284
|
check_type(argname="argument host_instance_type", value=host_instance_type, expected_type=type_hints["host_instance_type"])
|
|
285
285
|
check_type(argname="argument publicly_accessible", value=publicly_accessible, expected_type=type_hints["publicly_accessible"])
|
|
286
|
-
check_type(argname="argument users", value=users, expected_type=type_hints["users"])
|
|
287
286
|
check_type(argname="argument authentication_strategy", value=authentication_strategy, expected_type=type_hints["authentication_strategy"])
|
|
288
287
|
check_type(argname="argument auto_minor_version_upgrade", value=auto_minor_version_upgrade, expected_type=type_hints["auto_minor_version_upgrade"])
|
|
289
288
|
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
@@ -298,13 +297,13 @@ class CfnBrokerProps:
|
|
|
298
297
|
check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
|
|
299
298
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
300
299
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
300
|
+
check_type(argname="argument users", value=users, expected_type=type_hints["users"])
|
|
301
301
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
302
302
|
"broker_name": broker_name,
|
|
303
303
|
"deployment_mode": deployment_mode,
|
|
304
304
|
"engine_type": engine_type,
|
|
305
305
|
"host_instance_type": host_instance_type,
|
|
306
306
|
"publicly_accessible": publicly_accessible,
|
|
307
|
-
"users": users,
|
|
308
307
|
}
|
|
309
308
|
if authentication_strategy is not None:
|
|
310
309
|
self._values["authentication_strategy"] = authentication_strategy
|
|
@@ -334,6 +333,8 @@ class CfnBrokerProps:
|
|
|
334
333
|
self._values["subnet_ids"] = subnet_ids
|
|
335
334
|
if tags is not None:
|
|
336
335
|
self._values["tags"] = tags
|
|
336
|
+
if users is not None:
|
|
337
|
+
self._values["users"] = users
|
|
337
338
|
|
|
338
339
|
@builtins.property
|
|
339
340
|
def broker_name(self) -> builtins.str:
|
|
@@ -396,20 +397,6 @@ class CfnBrokerProps:
|
|
|
396
397
|
assert result is not None, "Required property 'publicly_accessible' is missing"
|
|
397
398
|
return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], result)
|
|
398
399
|
|
|
399
|
-
@builtins.property
|
|
400
|
-
def users(
|
|
401
|
-
self,
|
|
402
|
-
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]:
|
|
403
|
-
'''The list of broker users (persons or applications) who can access queues and topics.
|
|
404
|
-
|
|
405
|
-
For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
|
|
406
|
-
|
|
407
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-users
|
|
408
|
-
'''
|
|
409
|
-
result = self._values.get("users")
|
|
410
|
-
assert result is not None, "Required property 'users' is missing"
|
|
411
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]], result)
|
|
412
|
-
|
|
413
400
|
@builtins.property
|
|
414
401
|
def authentication_strategy(self) -> typing.Optional[builtins.str]:
|
|
415
402
|
'''Optional.
|
|
@@ -569,6 +556,19 @@ class CfnBrokerProps:
|
|
|
569
556
|
result = self._values.get("tags")
|
|
570
557
|
return typing.cast(typing.Optional[typing.List["CfnBroker.TagsEntryProperty"]], result)
|
|
571
558
|
|
|
559
|
+
@builtins.property
|
|
560
|
+
def users(
|
|
561
|
+
self,
|
|
562
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]]:
|
|
563
|
+
'''The list of broker users (persons or applications) who can access queues and topics.
|
|
564
|
+
|
|
565
|
+
For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
|
|
566
|
+
|
|
567
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-users
|
|
568
|
+
'''
|
|
569
|
+
result = self._values.get("users")
|
|
570
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]], result)
|
|
571
|
+
|
|
572
572
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
573
573
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
574
574
|
|
|
@@ -1115,15 +1115,6 @@ class CfnBroker(
|
|
|
1115
1115
|
engine_type="engineType",
|
|
1116
1116
|
host_instance_type="hostInstanceType",
|
|
1117
1117
|
publicly_accessible=False,
|
|
1118
|
-
users=[amazonmq.CfnBroker.UserProperty(
|
|
1119
|
-
password="password",
|
|
1120
|
-
username="username",
|
|
1121
|
-
|
|
1122
|
-
# the properties below are optional
|
|
1123
|
-
console_access=False,
|
|
1124
|
-
groups=["groups"],
|
|
1125
|
-
replication_user=False
|
|
1126
|
-
)],
|
|
1127
1118
|
|
|
1128
1119
|
# the properties below are optional
|
|
1129
1120
|
authentication_strategy="authenticationStrategy",
|
|
@@ -1145,7 +1136,6 @@ class CfnBroker(
|
|
|
1145
1136
|
hosts=["hosts"],
|
|
1146
1137
|
role_base="roleBase",
|
|
1147
1138
|
role_search_matching="roleSearchMatching",
|
|
1148
|
-
service_account_password="serviceAccountPassword",
|
|
1149
1139
|
service_account_username="serviceAccountUsername",
|
|
1150
1140
|
user_base="userBase",
|
|
1151
1141
|
user_search_matching="userSearchMatching",
|
|
@@ -1153,6 +1143,7 @@ class CfnBroker(
|
|
|
1153
1143
|
# the properties below are optional
|
|
1154
1144
|
role_name="roleName",
|
|
1155
1145
|
role_search_subtree=False,
|
|
1146
|
+
service_account_password="serviceAccountPassword",
|
|
1156
1147
|
user_role_name="userRoleName",
|
|
1157
1148
|
user_search_subtree=False
|
|
1158
1149
|
),
|
|
@@ -1171,6 +1162,15 @@ class CfnBroker(
|
|
|
1171
1162
|
tags=[amazonmq.CfnBroker.TagsEntryProperty(
|
|
1172
1163
|
key="key",
|
|
1173
1164
|
value="value"
|
|
1165
|
+
)],
|
|
1166
|
+
users=[amazonmq.CfnBroker.UserProperty(
|
|
1167
|
+
password="password",
|
|
1168
|
+
username="username",
|
|
1169
|
+
|
|
1170
|
+
# the properties below are optional
|
|
1171
|
+
console_access=False,
|
|
1172
|
+
groups=["groups"],
|
|
1173
|
+
replication_user=False
|
|
1174
1174
|
)]
|
|
1175
1175
|
)
|
|
1176
1176
|
'''
|
|
@@ -1185,7 +1185,6 @@ class CfnBroker(
|
|
|
1185
1185
|
engine_type: builtins.str,
|
|
1186
1186
|
host_instance_type: builtins.str,
|
|
1187
1187
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
1188
|
-
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
1189
1188
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
1190
1189
|
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1191
1190
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.ConfigurationIdProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1200,6 +1199,7 @@ class CfnBroker(
|
|
|
1200
1199
|
storage_type: typing.Optional[builtins.str] = None,
|
|
1201
1200
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1202
1201
|
tags: typing.Optional[typing.Sequence[typing.Union["CfnBroker.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1202
|
+
users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1203
1203
|
) -> None:
|
|
1204
1204
|
'''
|
|
1205
1205
|
:param scope: Scope in which this resource is defined.
|
|
@@ -1209,7 +1209,6 @@ class CfnBroker(
|
|
|
1209
1209
|
:param engine_type: The type of broker engine. Currently, Amazon MQ supports ``ACTIVEMQ`` and ``RABBITMQ`` .
|
|
1210
1210
|
:param host_instance_type: The broker's instance type.
|
|
1211
1211
|
:param publicly_accessible: Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
|
1212
|
-
:param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
|
|
1213
1212
|
:param authentication_strategy: Optional. The authentication strategy used to secure the broker. The default is ``SIMPLE`` .
|
|
1214
1213
|
:param auto_minor_version_upgrade: Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
|
|
1215
1214
|
:param configuration: A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
|
@@ -1224,6 +1223,7 @@ class CfnBroker(
|
|
|
1224
1223
|
:param storage_type: The broker's storage type.
|
|
1225
1224
|
:param subnet_ids: The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet. .. epigraph:: If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
|
|
1226
1225
|
:param tags: An array of key-value pairs. For more information, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the *Billing and Cost Management User Guide* .
|
|
1226
|
+
:param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
|
|
1227
1227
|
'''
|
|
1228
1228
|
if __debug__:
|
|
1229
1229
|
type_hints = typing.get_type_hints(_typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce87535c69cb7)
|
|
@@ -1235,7 +1235,6 @@ class CfnBroker(
|
|
|
1235
1235
|
engine_type=engine_type,
|
|
1236
1236
|
host_instance_type=host_instance_type,
|
|
1237
1237
|
publicly_accessible=publicly_accessible,
|
|
1238
|
-
users=users,
|
|
1239
1238
|
authentication_strategy=authentication_strategy,
|
|
1240
1239
|
auto_minor_version_upgrade=auto_minor_version_upgrade,
|
|
1241
1240
|
configuration=configuration,
|
|
@@ -1250,6 +1249,7 @@ class CfnBroker(
|
|
|
1250
1249
|
storage_type=storage_type,
|
|
1251
1250
|
subnet_ids=subnet_ids,
|
|
1252
1251
|
tags=tags,
|
|
1252
|
+
users=users,
|
|
1253
1253
|
)
|
|
1254
1254
|
|
|
1255
1255
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -1357,6 +1357,17 @@ class CfnBroker(
|
|
|
1357
1357
|
'''
|
|
1358
1358
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "attrConsoleUrLs"))
|
|
1359
1359
|
|
|
1360
|
+
@builtins.property
|
|
1361
|
+
@jsii.member(jsii_name="attrEngineVersionCurrent")
|
|
1362
|
+
def attr_engine_version_current(self) -> builtins.str:
|
|
1363
|
+
'''The version in use.
|
|
1364
|
+
|
|
1365
|
+
This may have more precision than the specified EngineVersion.
|
|
1366
|
+
|
|
1367
|
+
:cloudformationAttribute: EngineVersionCurrent
|
|
1368
|
+
'''
|
|
1369
|
+
return typing.cast(builtins.str, jsii.get(self, "attrEngineVersionCurrent"))
|
|
1370
|
+
|
|
1360
1371
|
@builtins.property
|
|
1361
1372
|
@jsii.member(jsii_name="attrId")
|
|
1362
1373
|
def attr_id(self) -> builtins.str:
|
|
@@ -1511,24 +1522,6 @@ class CfnBroker(
|
|
|
1511
1522
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1512
1523
|
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
1513
1524
|
|
|
1514
|
-
@builtins.property
|
|
1515
|
-
@jsii.member(jsii_name="users")
|
|
1516
|
-
def users(
|
|
1517
|
-
self,
|
|
1518
|
-
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]:
|
|
1519
|
-
'''The list of broker users (persons or applications) who can access queues and topics.'''
|
|
1520
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]], jsii.get(self, "users"))
|
|
1521
|
-
|
|
1522
|
-
@users.setter
|
|
1523
|
-
def users(
|
|
1524
|
-
self,
|
|
1525
|
-
value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]],
|
|
1526
|
-
) -> None:
|
|
1527
|
-
if __debug__:
|
|
1528
|
-
type_hints = typing.get_type_hints(_typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b)
|
|
1529
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1530
|
-
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
1531
|
-
|
|
1532
1525
|
@builtins.property
|
|
1533
1526
|
@jsii.member(jsii_name="authenticationStrategy")
|
|
1534
1527
|
def authentication_strategy(self) -> typing.Optional[builtins.str]:
|
|
@@ -1750,6 +1743,24 @@ class CfnBroker(
|
|
|
1750
1743
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1751
1744
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1752
1745
|
|
|
1746
|
+
@builtins.property
|
|
1747
|
+
@jsii.member(jsii_name="users")
|
|
1748
|
+
def users(
|
|
1749
|
+
self,
|
|
1750
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]]:
|
|
1751
|
+
'''The list of broker users (persons or applications) who can access queues and topics.'''
|
|
1752
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]], jsii.get(self, "users"))
|
|
1753
|
+
|
|
1754
|
+
@users.setter
|
|
1755
|
+
def users(
|
|
1756
|
+
self,
|
|
1757
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]],
|
|
1758
|
+
) -> None:
|
|
1759
|
+
if __debug__:
|
|
1760
|
+
type_hints = typing.get_type_hints(_typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b)
|
|
1761
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1762
|
+
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
1763
|
+
|
|
1753
1764
|
@jsii.data_type(
|
|
1754
1765
|
jsii_type="aws-cdk-lib.aws_amazonmq.CfnBroker.ConfigurationIdProperty",
|
|
1755
1766
|
jsii_struct_bases=[],
|
|
@@ -1910,12 +1921,12 @@ class CfnBroker(
|
|
|
1910
1921
|
"hosts": "hosts",
|
|
1911
1922
|
"role_base": "roleBase",
|
|
1912
1923
|
"role_search_matching": "roleSearchMatching",
|
|
1913
|
-
"service_account_password": "serviceAccountPassword",
|
|
1914
1924
|
"service_account_username": "serviceAccountUsername",
|
|
1915
1925
|
"user_base": "userBase",
|
|
1916
1926
|
"user_search_matching": "userSearchMatching",
|
|
1917
1927
|
"role_name": "roleName",
|
|
1918
1928
|
"role_search_subtree": "roleSearchSubtree",
|
|
1929
|
+
"service_account_password": "serviceAccountPassword",
|
|
1919
1930
|
"user_role_name": "userRoleName",
|
|
1920
1931
|
"user_search_subtree": "userSearchSubtree",
|
|
1921
1932
|
},
|
|
@@ -1927,12 +1938,12 @@ class CfnBroker(
|
|
|
1927
1938
|
hosts: typing.Sequence[builtins.str],
|
|
1928
1939
|
role_base: builtins.str,
|
|
1929
1940
|
role_search_matching: builtins.str,
|
|
1930
|
-
service_account_password: builtins.str,
|
|
1931
1941
|
service_account_username: builtins.str,
|
|
1932
1942
|
user_base: builtins.str,
|
|
1933
1943
|
user_search_matching: builtins.str,
|
|
1934
1944
|
role_name: typing.Optional[builtins.str] = None,
|
|
1935
1945
|
role_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1946
|
+
service_account_password: typing.Optional[builtins.str] = None,
|
|
1936
1947
|
user_role_name: typing.Optional[builtins.str] = None,
|
|
1937
1948
|
user_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1938
1949
|
) -> None:
|
|
@@ -1945,12 +1956,12 @@ class CfnBroker(
|
|
|
1945
1956
|
:param hosts: Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
|
|
1946
1957
|
:param role_base: The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, ``ou=group`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
1947
1958
|
:param role_search_matching: The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the ``{0}`` placeholder in the search filter. The client's username is substituted into the ``{1}`` placeholder. For example, if you set this option to ``(member=uid={1})`` for the user janedoe, the search filter becomes ``(member=uid=janedoe)`` after string substitution. It matches all role entries that have a member attribute equal to ``uid=janedoe`` under the subtree selected by the ``RoleBases`` .
|
|
1948
|
-
:param service_account_password: Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
1949
1959
|
:param service_account_username: Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
1950
1960
|
:param user_base: Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to ``ou=Users`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` , the search for user entries is restricted to the subtree beneath ``ou=Users`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
1951
1961
|
:param user_search_matching: The LDAP search filter used to find users within the ``userBase`` . The client's username is substituted into the ``{0}`` placeholder in the search filter. For example, if this option is set to ``(uid={0})`` and the received username is ``janedoe`` , the search filter becomes ``(uid=janedoe)`` after string substitution. It will result in matching an entry like ``uid=janedoe`` , ``ou=Users`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
1952
1962
|
:param role_name: The group name attribute in a role entry whose value is the name of that role. For example, you can specify ``cn`` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the ``cn`` attribute for each role entry that they are a member of.
|
|
1953
1963
|
:param role_search_subtree: The directory search scope for the role. If set to true, scope is to search the entire subtree.
|
|
1964
|
+
:param service_account_password: Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
1954
1965
|
:param user_role_name: The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The ``UserRoleName`` option allows you to provide the name of this attribute.
|
|
1955
1966
|
:param user_search_subtree: The directory search scope for the user. If set to true, scope is to search the entire subtree.
|
|
1956
1967
|
|
|
@@ -1967,7 +1978,6 @@ class CfnBroker(
|
|
|
1967
1978
|
hosts=["hosts"],
|
|
1968
1979
|
role_base="roleBase",
|
|
1969
1980
|
role_search_matching="roleSearchMatching",
|
|
1970
|
-
service_account_password="serviceAccountPassword",
|
|
1971
1981
|
service_account_username="serviceAccountUsername",
|
|
1972
1982
|
user_base="userBase",
|
|
1973
1983
|
user_search_matching="userSearchMatching",
|
|
@@ -1975,6 +1985,7 @@ class CfnBroker(
|
|
|
1975
1985
|
# the properties below are optional
|
|
1976
1986
|
role_name="roleName",
|
|
1977
1987
|
role_search_subtree=False,
|
|
1988
|
+
service_account_password="serviceAccountPassword",
|
|
1978
1989
|
user_role_name="userRoleName",
|
|
1979
1990
|
user_search_subtree=False
|
|
1980
1991
|
)
|
|
@@ -1984,19 +1995,18 @@ class CfnBroker(
|
|
|
1984
1995
|
check_type(argname="argument hosts", value=hosts, expected_type=type_hints["hosts"])
|
|
1985
1996
|
check_type(argname="argument role_base", value=role_base, expected_type=type_hints["role_base"])
|
|
1986
1997
|
check_type(argname="argument role_search_matching", value=role_search_matching, expected_type=type_hints["role_search_matching"])
|
|
1987
|
-
check_type(argname="argument service_account_password", value=service_account_password, expected_type=type_hints["service_account_password"])
|
|
1988
1998
|
check_type(argname="argument service_account_username", value=service_account_username, expected_type=type_hints["service_account_username"])
|
|
1989
1999
|
check_type(argname="argument user_base", value=user_base, expected_type=type_hints["user_base"])
|
|
1990
2000
|
check_type(argname="argument user_search_matching", value=user_search_matching, expected_type=type_hints["user_search_matching"])
|
|
1991
2001
|
check_type(argname="argument role_name", value=role_name, expected_type=type_hints["role_name"])
|
|
1992
2002
|
check_type(argname="argument role_search_subtree", value=role_search_subtree, expected_type=type_hints["role_search_subtree"])
|
|
2003
|
+
check_type(argname="argument service_account_password", value=service_account_password, expected_type=type_hints["service_account_password"])
|
|
1993
2004
|
check_type(argname="argument user_role_name", value=user_role_name, expected_type=type_hints["user_role_name"])
|
|
1994
2005
|
check_type(argname="argument user_search_subtree", value=user_search_subtree, expected_type=type_hints["user_search_subtree"])
|
|
1995
2006
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1996
2007
|
"hosts": hosts,
|
|
1997
2008
|
"role_base": role_base,
|
|
1998
2009
|
"role_search_matching": role_search_matching,
|
|
1999
|
-
"service_account_password": service_account_password,
|
|
2000
2010
|
"service_account_username": service_account_username,
|
|
2001
2011
|
"user_base": user_base,
|
|
2002
2012
|
"user_search_matching": user_search_matching,
|
|
@@ -2005,6 +2015,8 @@ class CfnBroker(
|
|
|
2005
2015
|
self._values["role_name"] = role_name
|
|
2006
2016
|
if role_search_subtree is not None:
|
|
2007
2017
|
self._values["role_search_subtree"] = role_search_subtree
|
|
2018
|
+
if service_account_password is not None:
|
|
2019
|
+
self._values["service_account_password"] = service_account_password
|
|
2008
2020
|
if user_role_name is not None:
|
|
2009
2021
|
self._values["user_role_name"] = user_role_name
|
|
2010
2022
|
if user_search_subtree is not None:
|
|
@@ -2046,18 +2058,6 @@ class CfnBroker(
|
|
|
2046
2058
|
assert result is not None, "Required property 'role_search_matching' is missing"
|
|
2047
2059
|
return typing.cast(builtins.str, result)
|
|
2048
2060
|
|
|
2049
|
-
@builtins.property
|
|
2050
|
-
def service_account_password(self) -> builtins.str:
|
|
2051
|
-
'''Service account password.
|
|
2052
|
-
|
|
2053
|
-
A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
2054
|
-
|
|
2055
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-ldapservermetadata.html#cfn-amazonmq-broker-ldapservermetadata-serviceaccountpassword
|
|
2056
|
-
'''
|
|
2057
|
-
result = self._values.get("service_account_password")
|
|
2058
|
-
assert result is not None, "Required property 'service_account_password' is missing"
|
|
2059
|
-
return typing.cast(builtins.str, result)
|
|
2060
|
-
|
|
2061
2061
|
@builtins.property
|
|
2062
2062
|
def service_account_username(self) -> builtins.str:
|
|
2063
2063
|
'''Service account username.
|
|
@@ -2118,6 +2118,17 @@ class CfnBroker(
|
|
|
2118
2118
|
result = self._values.get("role_search_subtree")
|
|
2119
2119
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
2120
2120
|
|
|
2121
|
+
@builtins.property
|
|
2122
|
+
def service_account_password(self) -> typing.Optional[builtins.str]:
|
|
2123
|
+
'''Service account password.
|
|
2124
|
+
|
|
2125
|
+
A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
|
|
2126
|
+
|
|
2127
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-ldapservermetadata.html#cfn-amazonmq-broker-ldapservermetadata-serviceaccountpassword
|
|
2128
|
+
'''
|
|
2129
|
+
result = self._values.get("service_account_password")
|
|
2130
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2131
|
+
|
|
2121
2132
|
@builtins.property
|
|
2122
2133
|
def user_role_name(self) -> typing.Optional[builtins.str]:
|
|
2123
2134
|
'''The name of the LDAP attribute in the user's directory entry for the user's group membership.
|
|
@@ -3127,7 +3138,6 @@ def _typecheckingstub__d255f8718bac4d1453cb7e2ae3f8fb5a5ac0ed5b3551f73d52e4123fa
|
|
|
3127
3138
|
engine_type: builtins.str,
|
|
3128
3139
|
host_instance_type: builtins.str,
|
|
3129
3140
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
3130
|
-
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
3131
3141
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
3132
3142
|
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3133
3143
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -3142,6 +3152,7 @@ def _typecheckingstub__d255f8718bac4d1453cb7e2ae3f8fb5a5ac0ed5b3551f73d52e4123fa
|
|
|
3142
3152
|
storage_type: typing.Optional[builtins.str] = None,
|
|
3143
3153
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3144
3154
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnBroker.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3155
|
+
users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3145
3156
|
) -> None:
|
|
3146
3157
|
"""Type checking stubs"""
|
|
3147
3158
|
pass
|
|
@@ -3191,7 +3202,6 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
|
|
|
3191
3202
|
engine_type: builtins.str,
|
|
3192
3203
|
host_instance_type: builtins.str,
|
|
3193
3204
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
3194
|
-
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
3195
3205
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
3196
3206
|
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3197
3207
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -3206,6 +3216,7 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
|
|
|
3206
3216
|
storage_type: typing.Optional[builtins.str] = None,
|
|
3207
3217
|
subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3208
3218
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnBroker.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3219
|
+
users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3209
3220
|
) -> None:
|
|
3210
3221
|
"""Type checking stubs"""
|
|
3211
3222
|
pass
|
|
@@ -3260,12 +3271,6 @@ def _typecheckingstub__4a82a112ececec828f3c746f7c18e6b6ce32a5aa08550a05a69d7babd
|
|
|
3260
3271
|
"""Type checking stubs"""
|
|
3261
3272
|
pass
|
|
3262
3273
|
|
|
3263
|
-
def _typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b(
|
|
3264
|
-
value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnBroker.UserProperty]]],
|
|
3265
|
-
) -> None:
|
|
3266
|
-
"""Type checking stubs"""
|
|
3267
|
-
pass
|
|
3268
|
-
|
|
3269
3274
|
def _typecheckingstub__3eab9258c47a74b1aabb4a39e66512dbb010a0f1c8838ec359338808e1f64681(
|
|
3270
3275
|
value: typing.Optional[builtins.str],
|
|
3271
3276
|
) -> None:
|
|
@@ -3350,6 +3355,12 @@ def _typecheckingstub__739d50e75e2a93ab9671710563ad1ed5176802aef44a2986de718c86a
|
|
|
3350
3355
|
"""Type checking stubs"""
|
|
3351
3356
|
pass
|
|
3352
3357
|
|
|
3358
|
+
def _typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b(
|
|
3359
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnBroker.UserProperty]]]],
|
|
3360
|
+
) -> None:
|
|
3361
|
+
"""Type checking stubs"""
|
|
3362
|
+
pass
|
|
3363
|
+
|
|
3353
3364
|
def _typecheckingstub__f9d5131bf29ed360bf06fb2fc10b8d6ac62da622a4f41bd0e435a4436ba5511c(
|
|
3354
3365
|
*,
|
|
3355
3366
|
id: builtins.str,
|
|
@@ -3371,12 +3382,12 @@ def _typecheckingstub__282093319da5ca5716ae9202b23fde6f2380a3a720f7bac369f166119
|
|
|
3371
3382
|
hosts: typing.Sequence[builtins.str],
|
|
3372
3383
|
role_base: builtins.str,
|
|
3373
3384
|
role_search_matching: builtins.str,
|
|
3374
|
-
service_account_password: builtins.str,
|
|
3375
3385
|
service_account_username: builtins.str,
|
|
3376
3386
|
user_base: builtins.str,
|
|
3377
3387
|
user_search_matching: builtins.str,
|
|
3378
3388
|
role_name: typing.Optional[builtins.str] = None,
|
|
3379
3389
|
role_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3390
|
+
service_account_password: typing.Optional[builtins.str] = None,
|
|
3380
3391
|
user_role_name: typing.Optional[builtins.str] = None,
|
|
3381
3392
|
user_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3382
3393
|
) -> None:
|