aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -68,9 +68,33 @@ from .. import (
|
|
|
68
68
|
TagManager as _TagManager_0a598cb3,
|
|
69
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
70
70
|
)
|
|
71
|
+
from ..interfaces.aws_dms import (
|
|
72
|
+
CertificateReference as _CertificateReference_c1da6163,
|
|
73
|
+
DataMigrationReference as _DataMigrationReference_edcb340f,
|
|
74
|
+
DataProviderReference as _DataProviderReference_98a5de02,
|
|
75
|
+
EndpointReference as _EndpointReference_98005b5c,
|
|
76
|
+
EventSubscriptionReference as _EventSubscriptionReference_d17cc145,
|
|
77
|
+
ICertificateRef as _ICertificateRef_4762cd8c,
|
|
78
|
+
IDataMigrationRef as _IDataMigrationRef_bc862062,
|
|
79
|
+
IDataProviderRef as _IDataProviderRef_5ca5bf2b,
|
|
80
|
+
IEndpointRef as _IEndpointRef_132726f5,
|
|
81
|
+
IEventSubscriptionRef as _IEventSubscriptionRef_0bd45833,
|
|
82
|
+
IInstanceProfileRef as _IInstanceProfileRef_2a55b923,
|
|
83
|
+
IMigrationProjectRef as _IMigrationProjectRef_e8e0eb77,
|
|
84
|
+
IReplicationConfigRef as _IReplicationConfigRef_cd698554,
|
|
85
|
+
IReplicationInstanceRef as _IReplicationInstanceRef_074b3188,
|
|
86
|
+
IReplicationSubnetGroupRef as _IReplicationSubnetGroupRef_dcc76b58,
|
|
87
|
+
IReplicationTaskRef as _IReplicationTaskRef_97589d0d,
|
|
88
|
+
InstanceProfileReference as _InstanceProfileReference_e4469b64,
|
|
89
|
+
MigrationProjectReference as _MigrationProjectReference_b53b5f6c,
|
|
90
|
+
ReplicationConfigReference as _ReplicationConfigReference_cac8b4fd,
|
|
91
|
+
ReplicationInstanceReference as _ReplicationInstanceReference_408be100,
|
|
92
|
+
ReplicationSubnetGroupReference as _ReplicationSubnetGroupReference_fa0eeb14,
|
|
93
|
+
ReplicationTaskReference as _ReplicationTaskReference_d73d9e7e,
|
|
94
|
+
)
|
|
71
95
|
|
|
72
96
|
|
|
73
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
97
|
+
@jsii.implements(_IInspectable_c2943556, _ICertificateRef_4762cd8c)
|
|
74
98
|
class CfnCertificate(
|
|
75
99
|
_CfnResource_9df397a6,
|
|
76
100
|
metaclass=jsii.JSIIMeta,
|
|
@@ -104,7 +128,8 @@ class CfnCertificate(
|
|
|
104
128
|
certificate_pem: typing.Optional[builtins.str] = None,
|
|
105
129
|
certificate_wallet: typing.Optional[builtins.str] = None,
|
|
106
130
|
) -> None:
|
|
107
|
-
'''
|
|
131
|
+
'''Create a new ``AWS::DMS::Certificate``.
|
|
132
|
+
|
|
108
133
|
:param scope: Scope in which this resource is defined.
|
|
109
134
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
110
135
|
:param certificate_identifier: A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
|
|
@@ -123,6 +148,27 @@ class CfnCertificate(
|
|
|
123
148
|
|
|
124
149
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
125
150
|
|
|
151
|
+
@jsii.member(jsii_name="fromCertificateId")
|
|
152
|
+
@builtins.classmethod
|
|
153
|
+
def from_certificate_id(
|
|
154
|
+
cls,
|
|
155
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
156
|
+
id: builtins.str,
|
|
157
|
+
certificate_id: builtins.str,
|
|
158
|
+
) -> _ICertificateRef_4762cd8c:
|
|
159
|
+
'''Creates a new ICertificateRef from a certificateId.
|
|
160
|
+
|
|
161
|
+
:param scope: -
|
|
162
|
+
:param id: -
|
|
163
|
+
:param certificate_id: -
|
|
164
|
+
'''
|
|
165
|
+
if __debug__:
|
|
166
|
+
type_hints = typing.get_type_hints(_typecheckingstub__54c58e4c61ec8f4fec86aeebbf242c64f4df21097435a1de2fa86d057deacae4)
|
|
167
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
168
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
169
|
+
check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
|
|
170
|
+
return typing.cast(_ICertificateRef_4762cd8c, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
|
|
171
|
+
|
|
126
172
|
@jsii.member(jsii_name="inspect")
|
|
127
173
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
128
174
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -161,6 +207,12 @@ class CfnCertificate(
|
|
|
161
207
|
'''
|
|
162
208
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
163
209
|
|
|
210
|
+
@builtins.property
|
|
211
|
+
@jsii.member(jsii_name="certificateRef")
|
|
212
|
+
def certificate_ref(self) -> _CertificateReference_c1da6163:
|
|
213
|
+
'''A reference to a Certificate resource.'''
|
|
214
|
+
return typing.cast(_CertificateReference_c1da6163, jsii.get(self, "certificateRef"))
|
|
215
|
+
|
|
164
216
|
@builtins.property
|
|
165
217
|
@jsii.member(jsii_name="cfnProperties")
|
|
166
218
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -300,7 +352,7 @@ class CfnCertificateProps:
|
|
|
300
352
|
)
|
|
301
353
|
|
|
302
354
|
|
|
303
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
355
|
+
@jsii.implements(_IInspectable_c2943556, _IDataMigrationRef_bc862062, _ITaggableV2_4e6798f8)
|
|
304
356
|
class CfnDataMigration(
|
|
305
357
|
_CfnResource_9df397a6,
|
|
306
358
|
metaclass=jsii.JSIIMeta,
|
|
@@ -358,7 +410,8 @@ class CfnDataMigration(
|
|
|
358
410
|
source_data_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataMigration.SourceDataSettingsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
359
411
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
360
412
|
) -> None:
|
|
361
|
-
'''
|
|
413
|
+
'''Create a new ``AWS::DMS::DataMigration``.
|
|
414
|
+
|
|
362
415
|
:param scope: Scope in which this resource is defined.
|
|
363
416
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
364
417
|
:param data_migration_type: Specifies whether the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.
|
|
@@ -446,6 +499,12 @@ class CfnDataMigration(
|
|
|
446
499
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
447
500
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
448
501
|
|
|
502
|
+
@builtins.property
|
|
503
|
+
@jsii.member(jsii_name="dataMigrationRef")
|
|
504
|
+
def data_migration_ref(self) -> _DataMigrationReference_edcb340f:
|
|
505
|
+
'''A reference to a DataMigration resource.'''
|
|
506
|
+
return typing.cast(_DataMigrationReference_edcb340f, jsii.get(self, "dataMigrationRef"))
|
|
507
|
+
|
|
449
508
|
@builtins.property
|
|
450
509
|
@jsii.member(jsii_name="dataMigrationType")
|
|
451
510
|
def data_migration_type(self) -> builtins.str:
|
|
@@ -951,7 +1010,7 @@ class CfnDataMigrationProps:
|
|
|
951
1010
|
)
|
|
952
1011
|
|
|
953
1012
|
|
|
954
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
1013
|
+
@jsii.implements(_IInspectable_c2943556, _IDataProviderRef_5ca5bf2b, _ITaggableV2_4e6798f8)
|
|
955
1014
|
class CfnDataProvider(
|
|
956
1015
|
_CfnResource_9df397a6,
|
|
957
1016
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1091,7 +1150,8 @@ class CfnDataProvider(
|
|
|
1091
1150
|
settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.SettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1092
1151
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1093
1152
|
) -> None:
|
|
1094
|
-
'''
|
|
1153
|
+
'''Create a new ``AWS::DMS::DataProvider``.
|
|
1154
|
+
|
|
1095
1155
|
:param scope: Scope in which this resource is defined.
|
|
1096
1156
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1097
1157
|
:param engine: The type of database engine for the data provider. Valid values include ``"aurora"`` , ``"aurora-postgresql"`` , ``"mysql"`` , ``"oracle"`` , ``"postgres"`` , ``"sqlserver"`` , ``redshift`` , ``mariadb`` , ``mongodb`` , ``db2`` , ``db2-zos`` and ``docdb`` . A value of ``"aurora"`` represents Amazon Aurora MySQL-Compatible Edition.
|
|
@@ -1177,6 +1237,12 @@ class CfnDataProvider(
|
|
|
1177
1237
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1178
1238
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1179
1239
|
|
|
1240
|
+
@builtins.property
|
|
1241
|
+
@jsii.member(jsii_name="dataProviderRef")
|
|
1242
|
+
def data_provider_ref(self) -> _DataProviderReference_98a5de02:
|
|
1243
|
+
'''A reference to a DataProvider resource.'''
|
|
1244
|
+
return typing.cast(_DataProviderReference_98a5de02, jsii.get(self, "dataProviderRef"))
|
|
1245
|
+
|
|
1180
1246
|
@builtins.property
|
|
1181
1247
|
@jsii.member(jsii_name="engine")
|
|
1182
1248
|
def engine(self) -> builtins.str:
|
|
@@ -3160,7 +3226,7 @@ class CfnDataProviderProps:
|
|
|
3160
3226
|
)
|
|
3161
3227
|
|
|
3162
3228
|
|
|
3163
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
3229
|
+
@jsii.implements(_IInspectable_c2943556, _IEndpointRef_132726f5, _ITaggable_36806126)
|
|
3164
3230
|
class CfnEndpoint(
|
|
3165
3231
|
_CfnResource_9df397a6,
|
|
3166
3232
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3507,7 +3573,8 @@ class CfnEndpoint(
|
|
|
3507
3573
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3508
3574
|
username: typing.Optional[builtins.str] = None,
|
|
3509
3575
|
) -> None:
|
|
3510
|
-
'''
|
|
3576
|
+
'''Create a new ``AWS::DMS::Endpoint``.
|
|
3577
|
+
|
|
3511
3578
|
:param scope: Scope in which this resource is defined.
|
|
3512
3579
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3513
3580
|
:param endpoint_type: The type of endpoint. Valid values are ``source`` and ``target`` .
|
|
@@ -3582,6 +3649,27 @@ class CfnEndpoint(
|
|
|
3582
3649
|
|
|
3583
3650
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3584
3651
|
|
|
3652
|
+
@jsii.member(jsii_name="fromEndpointId")
|
|
3653
|
+
@builtins.classmethod
|
|
3654
|
+
def from_endpoint_id(
|
|
3655
|
+
cls,
|
|
3656
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3657
|
+
id: builtins.str,
|
|
3658
|
+
endpoint_id: builtins.str,
|
|
3659
|
+
) -> _IEndpointRef_132726f5:
|
|
3660
|
+
'''Creates a new IEndpointRef from a endpointId.
|
|
3661
|
+
|
|
3662
|
+
:param scope: -
|
|
3663
|
+
:param id: -
|
|
3664
|
+
:param endpoint_id: -
|
|
3665
|
+
'''
|
|
3666
|
+
if __debug__:
|
|
3667
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cc7544659847cebf1010859beefe92e136eed06aeede14a54bb30e07bc5741a0)
|
|
3668
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3669
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3670
|
+
check_type(argname="argument endpoint_id", value=endpoint_id, expected_type=type_hints["endpoint_id"])
|
|
3671
|
+
return typing.cast(_IEndpointRef_132726f5, jsii.sinvoke(cls, "fromEndpointId", [scope, id, endpoint_id]))
|
|
3672
|
+
|
|
3585
3673
|
@jsii.member(jsii_name="inspect")
|
|
3586
3674
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3587
3675
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3634,6 +3722,12 @@ class CfnEndpoint(
|
|
|
3634
3722
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3635
3723
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3636
3724
|
|
|
3725
|
+
@builtins.property
|
|
3726
|
+
@jsii.member(jsii_name="endpointRef")
|
|
3727
|
+
def endpoint_ref(self) -> _EndpointReference_98005b5c:
|
|
3728
|
+
'''A reference to a Endpoint resource.'''
|
|
3729
|
+
return typing.cast(_EndpointReference_98005b5c, jsii.get(self, "endpointRef"))
|
|
3730
|
+
|
|
3637
3731
|
@builtins.property
|
|
3638
3732
|
@jsii.member(jsii_name="tags")
|
|
3639
3733
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -10185,7 +10279,7 @@ class CfnEndpointProps:
|
|
|
10185
10279
|
)
|
|
10186
10280
|
|
|
10187
10281
|
|
|
10188
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
10282
|
+
@jsii.implements(_IInspectable_c2943556, _IEventSubscriptionRef_0bd45833, _ITaggable_36806126)
|
|
10189
10283
|
class CfnEventSubscription(
|
|
10190
10284
|
_CfnResource_9df397a6,
|
|
10191
10285
|
metaclass=jsii.JSIIMeta,
|
|
@@ -10234,7 +10328,8 @@ class CfnEventSubscription(
|
|
|
10234
10328
|
subscription_name: typing.Optional[builtins.str] = None,
|
|
10235
10329
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10236
10330
|
) -> None:
|
|
10237
|
-
'''
|
|
10331
|
+
'''Create a new ``AWS::DMS::EventSubscription``.
|
|
10332
|
+
|
|
10238
10333
|
:param scope: Scope in which this resource is defined.
|
|
10239
10334
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
10240
10335
|
:param sns_topic_arn: The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
|
|
@@ -10304,6 +10399,12 @@ class CfnEventSubscription(
|
|
|
10304
10399
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
10305
10400
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
10306
10401
|
|
|
10402
|
+
@builtins.property
|
|
10403
|
+
@jsii.member(jsii_name="eventSubscriptionRef")
|
|
10404
|
+
def event_subscription_ref(self) -> _EventSubscriptionReference_d17cc145:
|
|
10405
|
+
'''A reference to a EventSubscription resource.'''
|
|
10406
|
+
return typing.cast(_EventSubscriptionReference_d17cc145, jsii.get(self, "eventSubscriptionRef"))
|
|
10407
|
+
|
|
10307
10408
|
@builtins.property
|
|
10308
10409
|
@jsii.member(jsii_name="tags")
|
|
10309
10410
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -10588,7 +10689,7 @@ class CfnEventSubscriptionProps:
|
|
|
10588
10689
|
)
|
|
10589
10690
|
|
|
10590
10691
|
|
|
10591
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
10692
|
+
@jsii.implements(_IInspectable_c2943556, _IInstanceProfileRef_2a55b923, _ITaggableV2_4e6798f8)
|
|
10592
10693
|
class CfnInstanceProfile(
|
|
10593
10694
|
_CfnResource_9df397a6,
|
|
10594
10695
|
metaclass=jsii.JSIIMeta,
|
|
@@ -10639,14 +10740,15 @@ class CfnInstanceProfile(
|
|
|
10639
10740
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10640
10741
|
vpc_security_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
10641
10742
|
) -> None:
|
|
10642
|
-
'''
|
|
10743
|
+
'''Create a new ``AWS::DMS::InstanceProfile``.
|
|
10744
|
+
|
|
10643
10745
|
:param scope: Scope in which this resource is defined.
|
|
10644
10746
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
10645
10747
|
:param availability_zone: The Availability Zone where the instance profile runs.
|
|
10646
10748
|
:param description: A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
|
|
10647
10749
|
:param instance_profile_identifier: The identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
|
|
10648
10750
|
:param instance_profile_name: The user-friendly name for the instance profile.
|
|
10649
|
-
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses
|
|
10751
|
+
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
|
|
10650
10752
|
:param network_type: Specifies the network type for the instance profile. A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
|
|
10651
10753
|
:param publicly_accessible: Specifies the accessibility options for the instance profile. A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` . Default: - false
|
|
10652
10754
|
:param subnet_group_identifier: The identifier of the subnet group that is associated with the instance profile.
|
|
@@ -10731,6 +10833,12 @@ class CfnInstanceProfile(
|
|
|
10731
10833
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
10732
10834
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
10733
10835
|
|
|
10836
|
+
@builtins.property
|
|
10837
|
+
@jsii.member(jsii_name="instanceProfileRef")
|
|
10838
|
+
def instance_profile_ref(self) -> _InstanceProfileReference_e4469b64:
|
|
10839
|
+
'''A reference to a InstanceProfile resource.'''
|
|
10840
|
+
return typing.cast(_InstanceProfileReference_e4469b64, jsii.get(self, "instanceProfileRef"))
|
|
10841
|
+
|
|
10734
10842
|
@builtins.property
|
|
10735
10843
|
@jsii.member(jsii_name="availabilityZone")
|
|
10736
10844
|
def availability_zone(self) -> typing.Optional[builtins.str]:
|
|
@@ -10907,7 +11015,7 @@ class CfnInstanceProfileProps:
|
|
|
10907
11015
|
:param description: A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
|
|
10908
11016
|
:param instance_profile_identifier: The identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
|
|
10909
11017
|
:param instance_profile_name: The user-friendly name for the instance profile.
|
|
10910
|
-
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses
|
|
11018
|
+
:param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
|
|
10911
11019
|
:param network_type: Specifies the network type for the instance profile. A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
|
|
10912
11020
|
:param publicly_accessible: Specifies the accessibility options for the instance profile. A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` . Default: - false
|
|
10913
11021
|
:param subnet_group_identifier: The identifier of the subnet group that is associated with the instance profile.
|
|
@@ -11017,9 +11125,7 @@ class CfnInstanceProfileProps:
|
|
|
11017
11125
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
11018
11126
|
'''The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile.
|
|
11019
11127
|
|
|
11020
|
-
If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses
|
|
11021
|
-
|
|
11022
|
-
AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
|
|
11128
|
+
If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses an AWS owned encryption key to encrypt your resources.
|
|
11023
11129
|
|
|
11024
11130
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-kmskeyarn
|
|
11025
11131
|
'''
|
|
@@ -11093,7 +11199,7 @@ class CfnInstanceProfileProps:
|
|
|
11093
11199
|
)
|
|
11094
11200
|
|
|
11095
11201
|
|
|
11096
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
11202
|
+
@jsii.implements(_IInspectable_c2943556, _IMigrationProjectRef_e8e0eb77, _ITaggableV2_4e6798f8)
|
|
11097
11203
|
class CfnMigrationProject(
|
|
11098
11204
|
_CfnResource_9df397a6,
|
|
11099
11205
|
metaclass=jsii.JSIIMeta,
|
|
@@ -11163,7 +11269,8 @@ class CfnMigrationProject(
|
|
|
11163
11269
|
target_data_provider_descriptors: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMigrationProject.DataProviderDescriptorProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
11164
11270
|
transformation_rules: typing.Optional[builtins.str] = None,
|
|
11165
11271
|
) -> None:
|
|
11166
|
-
'''
|
|
11272
|
+
'''Create a new ``AWS::DMS::MigrationProject``.
|
|
11273
|
+
|
|
11167
11274
|
:param scope: Scope in which this resource is defined.
|
|
11168
11275
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
11169
11276
|
:param description: A user-friendly description of the migration project.
|
|
@@ -11250,6 +11357,12 @@ class CfnMigrationProject(
|
|
|
11250
11357
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
11251
11358
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
11252
11359
|
|
|
11360
|
+
@builtins.property
|
|
11361
|
+
@jsii.member(jsii_name="migrationProjectRef")
|
|
11362
|
+
def migration_project_ref(self) -> _MigrationProjectReference_b53b5f6c:
|
|
11363
|
+
'''A reference to a MigrationProject resource.'''
|
|
11364
|
+
return typing.cast(_MigrationProjectReference_b53b5f6c, jsii.get(self, "migrationProjectRef"))
|
|
11365
|
+
|
|
11253
11366
|
@builtins.property
|
|
11254
11367
|
@jsii.member(jsii_name="description")
|
|
11255
11368
|
def description(self) -> typing.Optional[builtins.str]:
|
|
@@ -11889,7 +12002,7 @@ class CfnMigrationProjectProps:
|
|
|
11889
12002
|
)
|
|
11890
12003
|
|
|
11891
12004
|
|
|
11892
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
12005
|
+
@jsii.implements(_IInspectable_c2943556, _IReplicationConfigRef_cd698554, _ITaggableV2_4e6798f8)
|
|
11893
12006
|
class CfnReplicationConfig(
|
|
11894
12007
|
_CfnResource_9df397a6,
|
|
11895
12008
|
metaclass=jsii.JSIIMeta,
|
|
@@ -11958,7 +12071,8 @@ class CfnReplicationConfig(
|
|
|
11958
12071
|
supplemental_settings: typing.Any = None,
|
|
11959
12072
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11960
12073
|
) -> None:
|
|
11961
|
-
'''
|
|
12074
|
+
'''Create a new ``AWS::DMS::ReplicationConfig``.
|
|
12075
|
+
|
|
11962
12076
|
:param scope: Scope in which this resource is defined.
|
|
11963
12077
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
11964
12078
|
:param compute_config: Configuration parameters for provisioning an AWS DMS Serverless replication.
|
|
@@ -12041,6 +12155,12 @@ class CfnReplicationConfig(
|
|
|
12041
12155
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
12042
12156
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
12043
12157
|
|
|
12158
|
+
@builtins.property
|
|
12159
|
+
@jsii.member(jsii_name="replicationConfigRef")
|
|
12160
|
+
def replication_config_ref(self) -> _ReplicationConfigReference_cac8b4fd:
|
|
12161
|
+
'''A reference to a ReplicationConfig resource.'''
|
|
12162
|
+
return typing.cast(_ReplicationConfigReference_cac8b4fd, jsii.get(self, "replicationConfigRef"))
|
|
12163
|
+
|
|
12044
12164
|
@builtins.property
|
|
12045
12165
|
@jsii.member(jsii_name="computeConfig")
|
|
12046
12166
|
def compute_config(
|
|
@@ -12633,7 +12753,7 @@ class CfnReplicationConfigProps:
|
|
|
12633
12753
|
)
|
|
12634
12754
|
|
|
12635
12755
|
|
|
12636
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
12756
|
+
@jsii.implements(_IInspectable_c2943556, _IReplicationInstanceRef_074b3188, _ITaggable_36806126)
|
|
12637
12757
|
class CfnReplicationInstance(
|
|
12638
12758
|
_CfnResource_9df397a6,
|
|
12639
12759
|
metaclass=jsii.JSIIMeta,
|
|
@@ -12702,7 +12822,8 @@ class CfnReplicationInstance(
|
|
|
12702
12822
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12703
12823
|
vpc_security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
12704
12824
|
) -> None:
|
|
12705
|
-
'''
|
|
12825
|
+
'''Create a new ``AWS::DMS::ReplicationInstance``.
|
|
12826
|
+
|
|
12706
12827
|
:param scope: Scope in which this resource is defined.
|
|
12707
12828
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
12708
12829
|
:param replication_instance_class: The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example, to specify the instance class dms.c4.large, set this parameter to ``"dms.c4.large"`` . For more information on the settings and capacities for the available replication instance classes, see `Selecting the right AWS DMS replication instance for your migration <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth>`_ in the *AWS Database Migration Service User Guide* .
|
|
@@ -12810,6 +12931,12 @@ class CfnReplicationInstance(
|
|
|
12810
12931
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
12811
12932
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
12812
12933
|
|
|
12934
|
+
@builtins.property
|
|
12935
|
+
@jsii.member(jsii_name="replicationInstanceRef")
|
|
12936
|
+
def replication_instance_ref(self) -> _ReplicationInstanceReference_408be100:
|
|
12937
|
+
'''A reference to a ReplicationInstance resource.'''
|
|
12938
|
+
return typing.cast(_ReplicationInstanceReference_408be100, jsii.get(self, "replicationInstanceRef"))
|
|
12939
|
+
|
|
12813
12940
|
@builtins.property
|
|
12814
12941
|
@jsii.member(jsii_name="tags")
|
|
12815
12942
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -13447,7 +13574,7 @@ class CfnReplicationInstanceProps:
|
|
|
13447
13574
|
)
|
|
13448
13575
|
|
|
13449
13576
|
|
|
13450
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
13577
|
+
@jsii.implements(_IInspectable_c2943556, _IReplicationSubnetGroupRef_dcc76b58, _ITaggable_36806126)
|
|
13451
13578
|
class CfnReplicationSubnetGroup(
|
|
13452
13579
|
_CfnResource_9df397a6,
|
|
13453
13580
|
metaclass=jsii.JSIIMeta,
|
|
@@ -13493,7 +13620,8 @@ class CfnReplicationSubnetGroup(
|
|
|
13493
13620
|
replication_subnet_group_identifier: typing.Optional[builtins.str] = None,
|
|
13494
13621
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13495
13622
|
) -> None:
|
|
13496
|
-
'''
|
|
13623
|
+
'''Create a new ``AWS::DMS::ReplicationSubnetGroup``.
|
|
13624
|
+
|
|
13497
13625
|
:param scope: Scope in which this resource is defined.
|
|
13498
13626
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
13499
13627
|
:param replication_subnet_group_description: The description for the subnet group.
|
|
@@ -13557,6 +13685,12 @@ class CfnReplicationSubnetGroup(
|
|
|
13557
13685
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
13558
13686
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
13559
13687
|
|
|
13688
|
+
@builtins.property
|
|
13689
|
+
@jsii.member(jsii_name="replicationSubnetGroupRef")
|
|
13690
|
+
def replication_subnet_group_ref(self) -> _ReplicationSubnetGroupReference_fa0eeb14:
|
|
13691
|
+
'''A reference to a ReplicationSubnetGroup resource.'''
|
|
13692
|
+
return typing.cast(_ReplicationSubnetGroupReference_fa0eeb14, jsii.get(self, "replicationSubnetGroupRef"))
|
|
13693
|
+
|
|
13560
13694
|
@builtins.property
|
|
13561
13695
|
@jsii.member(jsii_name="tags")
|
|
13562
13696
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -13733,7 +13867,7 @@ class CfnReplicationSubnetGroupProps:
|
|
|
13733
13867
|
)
|
|
13734
13868
|
|
|
13735
13869
|
|
|
13736
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
13870
|
+
@jsii.implements(_IInspectable_c2943556, _IReplicationTaskRef_97589d0d, _ITaggable_36806126)
|
|
13737
13871
|
class CfnReplicationTask(
|
|
13738
13872
|
_CfnResource_9df397a6,
|
|
13739
13873
|
metaclass=jsii.JSIIMeta,
|
|
@@ -13792,7 +13926,8 @@ class CfnReplicationTask(
|
|
|
13792
13926
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13793
13927
|
task_data: typing.Optional[builtins.str] = None,
|
|
13794
13928
|
) -> None:
|
|
13795
|
-
'''
|
|
13929
|
+
'''Create a new ``AWS::DMS::ReplicationTask``.
|
|
13930
|
+
|
|
13796
13931
|
:param scope: Scope in which this resource is defined.
|
|
13797
13932
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
13798
13933
|
:param migration_type: The migration type. Valid values: ``full-load`` | ``cdc`` | ``full-load-and-cdc``
|
|
@@ -13874,6 +14009,12 @@ class CfnReplicationTask(
|
|
|
13874
14009
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
13875
14010
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
13876
14011
|
|
|
14012
|
+
@builtins.property
|
|
14013
|
+
@jsii.member(jsii_name="replicationTaskRef")
|
|
14014
|
+
def replication_task_ref(self) -> _ReplicationTaskReference_d73d9e7e:
|
|
14015
|
+
'''A reference to a ReplicationTask resource.'''
|
|
14016
|
+
return typing.cast(_ReplicationTaskReference_d73d9e7e, jsii.get(self, "replicationTaskRef"))
|
|
14017
|
+
|
|
13877
14018
|
@builtins.property
|
|
13878
14019
|
@jsii.member(jsii_name="tags")
|
|
13879
14020
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -14381,6 +14522,14 @@ def _typecheckingstub__f7c4a44b8a3c02f3f6ada86310479fa26dc0b32d4fba95316eb3faa44
|
|
|
14381
14522
|
"""Type checking stubs"""
|
|
14382
14523
|
pass
|
|
14383
14524
|
|
|
14525
|
+
def _typecheckingstub__54c58e4c61ec8f4fec86aeebbf242c64f4df21097435a1de2fa86d057deacae4(
|
|
14526
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14527
|
+
id: builtins.str,
|
|
14528
|
+
certificate_id: builtins.str,
|
|
14529
|
+
) -> None:
|
|
14530
|
+
"""Type checking stubs"""
|
|
14531
|
+
pass
|
|
14532
|
+
|
|
14384
14533
|
def _typecheckingstub__ec185f31d9affa5fa834d99f40ff8a27fcf34f84f01e6395782727e60768851f(
|
|
14385
14534
|
inspector: _TreeInspector_488e0dd5,
|
|
14386
14535
|
) -> None:
|
|
@@ -14780,6 +14929,14 @@ def _typecheckingstub__738d71cd2300575c2c6537801f3dede195e2179cefcdceb9d0410340f
|
|
|
14780
14929
|
"""Type checking stubs"""
|
|
14781
14930
|
pass
|
|
14782
14931
|
|
|
14932
|
+
def _typecheckingstub__cc7544659847cebf1010859beefe92e136eed06aeede14a54bb30e07bc5741a0(
|
|
14933
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14934
|
+
id: builtins.str,
|
|
14935
|
+
endpoint_id: builtins.str,
|
|
14936
|
+
) -> None:
|
|
14937
|
+
"""Type checking stubs"""
|
|
14938
|
+
pass
|
|
14939
|
+
|
|
14783
14940
|
def _typecheckingstub__f057bd27ac6280cd130ed12f9511a5cdfb108a079b1bda778b1eafc415ee366d(
|
|
14784
14941
|
inspector: _TreeInspector_488e0dd5,
|
|
14785
14942
|
) -> None:
|