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
|
@@ -67,17 +67,31 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_refactorspaces import (
|
|
71
|
+
ApplicationReference as _ApplicationReference_0d4176b5,
|
|
72
|
+
EnvironmentReference as _EnvironmentReference_bc50c85e,
|
|
73
|
+
IApplicationRef as _IApplicationRef_8c900d75,
|
|
74
|
+
IEnvironmentRef as _IEnvironmentRef_5ba48b68,
|
|
75
|
+
IRouteRef as _IRouteRef_c6f803ac,
|
|
76
|
+
IServiceRef as _IServiceRef_5e6284df,
|
|
77
|
+
RouteReference as _RouteReference_33207961,
|
|
78
|
+
ServiceReference as _ServiceReference_c0e44df3,
|
|
79
|
+
)
|
|
70
80
|
|
|
71
81
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
82
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationRef_8c900d75, _ITaggable_36806126)
|
|
73
83
|
class CfnApplication(
|
|
74
84
|
_CfnResource_9df397a6,
|
|
75
85
|
metaclass=jsii.JSIIMeta,
|
|
76
86
|
jsii_type="aws-cdk-lib.aws_refactorspaces.CfnApplication",
|
|
77
87
|
):
|
|
78
|
-
'''
|
|
88
|
+
'''.. epigraph::
|
|
89
|
+
|
|
90
|
+
AWS Migration Hub is no longer open to new customers as of November 7, 2025.
|
|
91
|
+
|
|
92
|
+
For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
|
|
79
93
|
|
|
80
|
-
The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
|
|
94
|
+
Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
|
|
81
95
|
|
|
82
96
|
In environments created with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``NONE`` you need to configure `VPC to VPC connectivity <https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html>`_ between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see `Create an application <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html>`_ in the *Refactor Spaces User Guide* .
|
|
83
97
|
|
|
@@ -121,7 +135,8 @@ class CfnApplication(
|
|
|
121
135
|
api_gateway_proxy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApiGatewayProxyInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
122
136
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
123
137
|
) -> None:
|
|
124
|
-
'''
|
|
138
|
+
'''Create a new ``AWS::RefactorSpaces::Application``.
|
|
139
|
+
|
|
125
140
|
:param scope: Scope in which this resource is defined.
|
|
126
141
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
127
142
|
:param environment_identifier: The unique identifier of the environment.
|
|
@@ -176,6 +191,12 @@ class CfnApplication(
|
|
|
176
191
|
'''The CloudFormation resource type name for this resource class.'''
|
|
177
192
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
178
193
|
|
|
194
|
+
@builtins.property
|
|
195
|
+
@jsii.member(jsii_name="applicationRef")
|
|
196
|
+
def application_ref(self) -> _ApplicationReference_0d4176b5:
|
|
197
|
+
'''A reference to a Application resource.'''
|
|
198
|
+
return typing.cast(_ApplicationReference_0d4176b5, jsii.get(self, "applicationRef"))
|
|
199
|
+
|
|
179
200
|
@builtins.property
|
|
180
201
|
@jsii.member(jsii_name="attrApiGatewayId")
|
|
181
202
|
def attr_api_gateway_id(self) -> builtins.str:
|
|
@@ -570,15 +591,19 @@ class CfnApplicationProps:
|
|
|
570
591
|
)
|
|
571
592
|
|
|
572
593
|
|
|
573
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
594
|
+
@jsii.implements(_IInspectable_c2943556, _IEnvironmentRef_5ba48b68, _ITaggable_36806126)
|
|
574
595
|
class CfnEnvironment(
|
|
575
596
|
_CfnResource_9df397a6,
|
|
576
597
|
metaclass=jsii.JSIIMeta,
|
|
577
598
|
jsii_type="aws-cdk-lib.aws_refactorspaces.CfnEnvironment",
|
|
578
599
|
):
|
|
579
|
-
'''
|
|
600
|
+
'''.. epigraph::
|
|
601
|
+
|
|
602
|
+
AWS Migration Hub is no longer open to new customers as of November 7, 2025.
|
|
603
|
+
|
|
604
|
+
For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
|
|
580
605
|
|
|
581
|
-
The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
|
|
606
|
+
Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
|
|
582
607
|
|
|
583
608
|
When creating an environment with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``TRANSIT_GATEWAY`` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ is ``NONE`` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
|
|
584
609
|
|
|
@@ -613,7 +638,8 @@ class CfnEnvironment(
|
|
|
613
638
|
network_fabric_type: typing.Optional[builtins.str] = None,
|
|
614
639
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
615
640
|
) -> None:
|
|
616
|
-
'''
|
|
641
|
+
'''Create a new ``AWS::RefactorSpaces::Environment``.
|
|
642
|
+
|
|
617
643
|
:param scope: Scope in which this resource is defined.
|
|
618
644
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
619
645
|
:param description: A description of the environment.
|
|
@@ -696,6 +722,12 @@ class CfnEnvironment(
|
|
|
696
722
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
697
723
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
698
724
|
|
|
725
|
+
@builtins.property
|
|
726
|
+
@jsii.member(jsii_name="environmentRef")
|
|
727
|
+
def environment_ref(self) -> _EnvironmentReference_bc50c85e:
|
|
728
|
+
'''A reference to a Environment resource.'''
|
|
729
|
+
return typing.cast(_EnvironmentReference_bc50c85e, jsii.get(self, "environmentRef"))
|
|
730
|
+
|
|
699
731
|
@builtins.property
|
|
700
732
|
@jsii.member(jsii_name="tags")
|
|
701
733
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -864,7 +896,7 @@ class CfnEnvironmentProps:
|
|
|
864
896
|
)
|
|
865
897
|
|
|
866
898
|
|
|
867
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
899
|
+
@jsii.implements(_IInspectable_c2943556, _IRouteRef_c6f803ac, _ITaggable_36806126)
|
|
868
900
|
class CfnRoute(
|
|
869
901
|
_CfnResource_9df397a6,
|
|
870
902
|
metaclass=jsii.JSIIMeta,
|
|
@@ -954,7 +986,8 @@ class CfnRoute(
|
|
|
954
986
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
955
987
|
uri_path_route: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnRoute.UriPathRouteInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
956
988
|
) -> None:
|
|
957
|
-
'''
|
|
989
|
+
'''Create a new ``AWS::RefactorSpaces::Route``.
|
|
990
|
+
|
|
958
991
|
:param scope: Scope in which this resource is defined.
|
|
959
992
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
960
993
|
:param application_identifier: The unique identifier of the application.
|
|
@@ -1043,6 +1076,12 @@ class CfnRoute(
|
|
|
1043
1076
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1044
1077
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1045
1078
|
|
|
1079
|
+
@builtins.property
|
|
1080
|
+
@jsii.member(jsii_name="routeRef")
|
|
1081
|
+
def route_ref(self) -> _RouteReference_33207961:
|
|
1082
|
+
'''A reference to a Route resource.'''
|
|
1083
|
+
return typing.cast(_RouteReference_33207961, jsii.get(self, "routeRef"))
|
|
1084
|
+
|
|
1046
1085
|
@builtins.property
|
|
1047
1086
|
@jsii.member(jsii_name="tags")
|
|
1048
1087
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1511,15 +1550,19 @@ class CfnRouteProps:
|
|
|
1511
1550
|
)
|
|
1512
1551
|
|
|
1513
1552
|
|
|
1514
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1553
|
+
@jsii.implements(_IInspectable_c2943556, _IServiceRef_5e6284df, _ITaggable_36806126)
|
|
1515
1554
|
class CfnService(
|
|
1516
1555
|
_CfnResource_9df397a6,
|
|
1517
1556
|
metaclass=jsii.JSIIMeta,
|
|
1518
1557
|
jsii_type="aws-cdk-lib.aws_refactorspaces.CfnService",
|
|
1519
1558
|
):
|
|
1520
|
-
'''
|
|
1559
|
+
'''.. epigraph::
|
|
1560
|
+
|
|
1561
|
+
AWS Migration Hub is no longer open to new customers as of November 7, 2025.
|
|
1521
1562
|
|
|
1522
|
-
|
|
1563
|
+
For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
|
|
1564
|
+
|
|
1565
|
+
Creates an AWS Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
|
|
1523
1566
|
.. epigraph::
|
|
1524
1567
|
|
|
1525
1568
|
If an AWS resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the ``RefactorSpacesSecurityGroup`` to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
|
|
@@ -1574,7 +1617,8 @@ class CfnService(
|
|
|
1574
1617
|
url_endpoint: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnService.UrlEndpointInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1575
1618
|
vpc_id: typing.Optional[builtins.str] = None,
|
|
1576
1619
|
) -> None:
|
|
1577
|
-
'''
|
|
1620
|
+
'''Create a new ``AWS::RefactorSpaces::Service``.
|
|
1621
|
+
|
|
1578
1622
|
:param scope: Scope in which this resource is defined.
|
|
1579
1623
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1580
1624
|
:param application_identifier: The unique identifier of the application.
|
|
@@ -1658,6 +1702,12 @@ class CfnService(
|
|
|
1658
1702
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1659
1703
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1660
1704
|
|
|
1705
|
+
@builtins.property
|
|
1706
|
+
@jsii.member(jsii_name="serviceRef")
|
|
1707
|
+
def service_ref(self) -> _ServiceReference_c0e44df3:
|
|
1708
|
+
'''A reference to a Service resource.'''
|
|
1709
|
+
return typing.cast(_ServiceReference_c0e44df3, jsii.get(self, "serviceRef"))
|
|
1710
|
+
|
|
1661
1711
|
@builtins.property
|
|
1662
1712
|
@jsii.member(jsii_name="tags")
|
|
1663
1713
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -67,9 +67,17 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_rekognition import (
|
|
71
|
+
CollectionReference as _CollectionReference_9d1f54b0,
|
|
72
|
+
ICollectionRef as _ICollectionRef_cd86fe44,
|
|
73
|
+
IProjectRef as _IProjectRef_fbe2a8df,
|
|
74
|
+
IStreamProcessorRef as _IStreamProcessorRef_a51f63be,
|
|
75
|
+
ProjectReference as _ProjectReference_369730e3,
|
|
76
|
+
StreamProcessorReference as _StreamProcessorReference_eef9970f,
|
|
77
|
+
)
|
|
70
78
|
|
|
71
79
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
80
|
+
@jsii.implements(_IInspectable_c2943556, _ICollectionRef_cd86fe44, _ITaggable_36806126)
|
|
73
81
|
class CfnCollection(
|
|
74
82
|
_CfnResource_9df397a6,
|
|
75
83
|
metaclass=jsii.JSIIMeta,
|
|
@@ -108,7 +116,8 @@ class CfnCollection(
|
|
|
108
116
|
collection_id: builtins.str,
|
|
109
117
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110
118
|
) -> None:
|
|
111
|
-
'''
|
|
119
|
+
'''Create a new ``AWS::Rekognition::Collection``.
|
|
120
|
+
|
|
112
121
|
:param scope: Scope in which this resource is defined.
|
|
113
122
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
114
123
|
:param collection_id: ID for the collection that you are creating.
|
|
@@ -122,6 +131,48 @@ class CfnCollection(
|
|
|
122
131
|
|
|
123
132
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
124
133
|
|
|
134
|
+
@jsii.member(jsii_name="fromCollectionArn")
|
|
135
|
+
@builtins.classmethod
|
|
136
|
+
def from_collection_arn(
|
|
137
|
+
cls,
|
|
138
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
139
|
+
id: builtins.str,
|
|
140
|
+
arn: builtins.str,
|
|
141
|
+
) -> _ICollectionRef_cd86fe44:
|
|
142
|
+
'''Creates a new ICollectionRef from an ARN.
|
|
143
|
+
|
|
144
|
+
:param scope: -
|
|
145
|
+
:param id: -
|
|
146
|
+
:param arn: -
|
|
147
|
+
'''
|
|
148
|
+
if __debug__:
|
|
149
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8)
|
|
150
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
151
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
152
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
153
|
+
return typing.cast(_ICollectionRef_cd86fe44, jsii.sinvoke(cls, "fromCollectionArn", [scope, id, arn]))
|
|
154
|
+
|
|
155
|
+
@jsii.member(jsii_name="fromCollectionId")
|
|
156
|
+
@builtins.classmethod
|
|
157
|
+
def from_collection_id(
|
|
158
|
+
cls,
|
|
159
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
160
|
+
id: builtins.str,
|
|
161
|
+
collection_id: builtins.str,
|
|
162
|
+
) -> _ICollectionRef_cd86fe44:
|
|
163
|
+
'''Creates a new ICollectionRef from a collectionId.
|
|
164
|
+
|
|
165
|
+
:param scope: -
|
|
166
|
+
:param id: -
|
|
167
|
+
:param collection_id: -
|
|
168
|
+
'''
|
|
169
|
+
if __debug__:
|
|
170
|
+
type_hints = typing.get_type_hints(_typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2)
|
|
171
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
172
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
173
|
+
check_type(argname="argument collection_id", value=collection_id, expected_type=type_hints["collection_id"])
|
|
174
|
+
return typing.cast(_ICollectionRef_cd86fe44, jsii.sinvoke(cls, "fromCollectionId", [scope, id, collection_id]))
|
|
175
|
+
|
|
125
176
|
@jsii.member(jsii_name="inspect")
|
|
126
177
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
127
178
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -166,6 +217,12 @@ class CfnCollection(
|
|
|
166
217
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
167
218
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
168
219
|
|
|
220
|
+
@builtins.property
|
|
221
|
+
@jsii.member(jsii_name="collectionRef")
|
|
222
|
+
def collection_ref(self) -> _CollectionReference_9d1f54b0:
|
|
223
|
+
'''A reference to a Collection resource.'''
|
|
224
|
+
return typing.cast(_CollectionReference_9d1f54b0, jsii.get(self, "collectionRef"))
|
|
225
|
+
|
|
169
226
|
@builtins.property
|
|
170
227
|
@jsii.member(jsii_name="tags")
|
|
171
228
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -276,7 +333,7 @@ class CfnCollectionProps:
|
|
|
276
333
|
)
|
|
277
334
|
|
|
278
335
|
|
|
279
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
336
|
+
@jsii.implements(_IInspectable_c2943556, _IProjectRef_fbe2a8df)
|
|
280
337
|
class CfnProject(
|
|
281
338
|
_CfnResource_9df397a6,
|
|
282
339
|
metaclass=jsii.JSIIMeta,
|
|
@@ -308,7 +365,8 @@ class CfnProject(
|
|
|
308
365
|
*,
|
|
309
366
|
project_name: builtins.str,
|
|
310
367
|
) -> None:
|
|
311
|
-
'''
|
|
368
|
+
'''Create a new ``AWS::Rekognition::Project``.
|
|
369
|
+
|
|
312
370
|
:param scope: Scope in which this resource is defined.
|
|
313
371
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
314
372
|
:param project_name: The name of the project to create.
|
|
@@ -365,6 +423,12 @@ class CfnProject(
|
|
|
365
423
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
366
424
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
367
425
|
|
|
426
|
+
@builtins.property
|
|
427
|
+
@jsii.member(jsii_name="projectRef")
|
|
428
|
+
def project_ref(self) -> _ProjectReference_369730e3:
|
|
429
|
+
'''A reference to a Project resource.'''
|
|
430
|
+
return typing.cast(_ProjectReference_369730e3, jsii.get(self, "projectRef"))
|
|
431
|
+
|
|
368
432
|
@builtins.property
|
|
369
433
|
@jsii.member(jsii_name="projectName")
|
|
370
434
|
def project_name(self) -> builtins.str:
|
|
@@ -432,7 +496,7 @@ class CfnProjectProps:
|
|
|
432
496
|
)
|
|
433
497
|
|
|
434
498
|
|
|
435
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
499
|
+
@jsii.implements(_IInspectable_c2943556, _IStreamProcessorRef_a51f63be, _ITaggable_36806126)
|
|
436
500
|
class CfnStreamProcessor(
|
|
437
501
|
_CfnResource_9df397a6,
|
|
438
502
|
metaclass=jsii.JSIIMeta,
|
|
@@ -531,7 +595,8 @@ class CfnStreamProcessor(
|
|
|
531
595
|
s3_destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStreamProcessor.S3DestinationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
532
596
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
533
597
|
) -> None:
|
|
534
|
-
'''
|
|
598
|
+
'''Create a new ``AWS::Rekognition::StreamProcessor``.
|
|
599
|
+
|
|
535
600
|
:param scope: Scope in which this resource is defined.
|
|
536
601
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
537
602
|
:param kinesis_video_stream: The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see `KinesisVideoStream <https://docs.aws.amazon.com/rekognition/latest/APIReference/API_KinesisVideoStream>`_ .
|
|
@@ -632,6 +697,12 @@ class CfnStreamProcessor(
|
|
|
632
697
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
633
698
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
634
699
|
|
|
700
|
+
@builtins.property
|
|
701
|
+
@jsii.member(jsii_name="streamProcessorRef")
|
|
702
|
+
def stream_processor_ref(self) -> _StreamProcessorReference_eef9970f:
|
|
703
|
+
'''A reference to a StreamProcessor resource.'''
|
|
704
|
+
return typing.cast(_StreamProcessorReference_eef9970f, jsii.get(self, "streamProcessorRef"))
|
|
705
|
+
|
|
635
706
|
@builtins.property
|
|
636
707
|
@jsii.member(jsii_name="tags")
|
|
637
708
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1835,6 +1906,22 @@ def _typecheckingstub__001405b167561982ca01f91c85c5f23fd1bfd335896f67495614aef9f
|
|
|
1835
1906
|
"""Type checking stubs"""
|
|
1836
1907
|
pass
|
|
1837
1908
|
|
|
1909
|
+
def _typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8(
|
|
1910
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1911
|
+
id: builtins.str,
|
|
1912
|
+
arn: builtins.str,
|
|
1913
|
+
) -> None:
|
|
1914
|
+
"""Type checking stubs"""
|
|
1915
|
+
pass
|
|
1916
|
+
|
|
1917
|
+
def _typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2(
|
|
1918
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1919
|
+
id: builtins.str,
|
|
1920
|
+
collection_id: builtins.str,
|
|
1921
|
+
) -> None:
|
|
1922
|
+
"""Type checking stubs"""
|
|
1923
|
+
pass
|
|
1924
|
+
|
|
1838
1925
|
def _typecheckingstub__6b782257f4d64c4abcb4d4415ba27cde118213945920a4b2608a0dc326e124dc(
|
|
1839
1926
|
inspector: _TreeInspector_488e0dd5,
|
|
1840
1927
|
) -> None:
|
|
@@ -66,9 +66,15 @@ from .. import (
|
|
|
66
66
|
TagManager as _TagManager_0a598cb3,
|
|
67
67
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
68
68
|
)
|
|
69
|
+
from ..interfaces.aws_resiliencehub import (
|
|
70
|
+
AppReference as _AppReference_ee989556,
|
|
71
|
+
IAppRef as _IAppRef_b94999c1,
|
|
72
|
+
IResiliencyPolicyRef as _IResiliencyPolicyRef_23883554,
|
|
73
|
+
ResiliencyPolicyReference as _ResiliencyPolicyReference_c0a99625,
|
|
74
|
+
)
|
|
69
75
|
|
|
70
76
|
|
|
71
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
77
|
+
@jsii.implements(_IInspectable_c2943556, _IAppRef_b94999c1, _ITaggable_36806126)
|
|
72
78
|
class CfnApp(
|
|
73
79
|
_CfnResource_9df397a6,
|
|
74
80
|
metaclass=jsii.JSIIMeta,
|
|
@@ -150,7 +156,8 @@ class CfnApp(
|
|
|
150
156
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
151
157
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
152
158
|
) -> None:
|
|
153
|
-
'''
|
|
159
|
+
'''Create a new ``AWS::ResilienceHub::App``.
|
|
160
|
+
|
|
154
161
|
:param scope: Scope in which this resource is defined.
|
|
155
162
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
156
163
|
:param app_template_body: A JSON string that provides information about your application structure. To learn more about the ``appTemplateBody`` template, see the sample template in `Sample appTemplateBody template <https://docs.aws.amazon.com//resilience-hub/latest/APIReference/API_PutDraftAppVersionTemplate.html#API_PutDraftAppVersionTemplate_Examples>`_ . The ``appTemplateBody`` JSON string has the following structure: - *``resources``* The list of logical resources that needs to be included in the AWS Resilience Hub application. Type: Array .. epigraph:: Don't add the resources that you want to exclude. Each ``resources`` array item includes the following fields: - *``logicalResourceId``* The logical identifier of the resource. Type: Object Each ``logicalResourceId`` object includes the following fields: - ``identifier`` Identifier of the resource. Type: String - ``logicalStackName`` Name of the AWS CloudFormation stack this resource belongs to. Type: String - ``resourceGroupName`` Name of the resource group this resource belongs to. Type: String - ``terraformSourceName`` Name of the Terraform S3 state file this resource belongs to. Type: String - ``eksSourceName`` Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. .. epigraph:: This parameter accepts values in "eks-cluster/namespace" format. Type: String - *``type``* The type of resource. Type: string - *``name``* Name of the resource. Type: String - ``additionalInfo`` Additional configuration parameters for an AWS Resilience Hub application. If you want to implement ``additionalInfo`` through the AWS Resilience Hub console rather than using an API call, see `Configure the application configuration parameters <https://docs.aws.amazon.com//resilience-hub/latest/userguide/app-config-param.html>`_ . .. epigraph:: Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: ``"failover-regions"`` Value: ``"[{"region":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]"`` - *``appComponents``* The list of Application Components (AppComponent) that this resource belongs to. If an AppComponent is not part of the AWS Resilience Hub application, it will be added. Type: Array Each ``appComponents`` array item includes the following fields: - ``name`` Name of the AppComponent. Type: String - ``type`` The type of AppComponent. For more information about the types of AppComponent, see `Grouping resources in an AppComponent <https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html>`_ . Type: String - ``resourceNames`` The list of included resources that are assigned to the AppComponent. Type: Array of strings - ``additionalInfo`` Additional configuration parameters for an AWS Resilience Hub application. If you want to implement ``additionalInfo`` through the AWS Resilience Hub console rather than using an API call, see `Configure the application configuration parameters <https://docs.aws.amazon.com//resilience-hub/latest/userguide/app-config-param.html>`_ . .. epigraph:: Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: ``"failover-regions"`` Value: ``"[{"region":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]"`` - *``excludedResources``* The list of logical resource identifiers to be excluded from the application. Type: Array .. epigraph:: Don't add the resources that you want to include. Each ``excludedResources`` array item includes the following fields: - *``logicalResourceIds``* The logical identifier of the resource. Type: Object .. epigraph:: You can configure only one of the following fields: - ``logicalStackName`` - ``resourceGroupName`` - ``terraformSourceName`` - ``eksSourceName`` Each ``logicalResourceIds`` object includes the following fields: - ``identifier`` The identifier of the resource. Type: String - ``logicalStackName`` Name of the AWS CloudFormation stack this resource belongs to. Type: String - ``resourceGroupName`` Name of the resource group this resource belongs to. Type: String - ``terraformSourceName`` Name of the Terraform S3 state file this resource belongs to. Type: String - ``eksSourceName`` Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. .. epigraph:: This parameter accepts values in "eks-cluster/namespace" format. Type: String - *``version``* The AWS Resilience Hub application version. - ``additionalInfo`` Additional configuration parameters for an AWS Resilience Hub application. If you want to implement ``additionalInfo`` through the AWS Resilience Hub console rather than using an API call, see `Configure the application configuration parameters <https://docs.aws.amazon.com//resilience-hub/latest/userguide/app-config-param.html>`_ . .. epigraph:: Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: ``"failover-regions"`` Value: ``"[{"region":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]"``
|
|
@@ -211,6 +218,12 @@ class CfnApp(
|
|
|
211
218
|
'''The CloudFormation resource type name for this resource class.'''
|
|
212
219
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
213
220
|
|
|
221
|
+
@builtins.property
|
|
222
|
+
@jsii.member(jsii_name="appRef")
|
|
223
|
+
def app_ref(self) -> _AppReference_ee989556:
|
|
224
|
+
'''A reference to a App resource.'''
|
|
225
|
+
return typing.cast(_AppReference_ee989556, jsii.get(self, "appRef"))
|
|
226
|
+
|
|
214
227
|
@builtins.property
|
|
215
228
|
@jsii.member(jsii_name="attrAppArn")
|
|
216
229
|
def attr_app_arn(self) -> builtins.str:
|
|
@@ -1288,7 +1301,7 @@ class CfnAppProps:
|
|
|
1288
1301
|
)
|
|
1289
1302
|
|
|
1290
1303
|
|
|
1291
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1304
|
+
@jsii.implements(_IInspectable_c2943556, _IResiliencyPolicyRef_23883554, _ITaggable_36806126)
|
|
1292
1305
|
class CfnResiliencyPolicy(
|
|
1293
1306
|
_CfnResource_9df397a6,
|
|
1294
1307
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1341,7 +1354,8 @@ class CfnResiliencyPolicy(
|
|
|
1341
1354
|
policy_description: typing.Optional[builtins.str] = None,
|
|
1342
1355
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1343
1356
|
) -> None:
|
|
1344
|
-
'''
|
|
1357
|
+
'''Create a new ``AWS::ResilienceHub::ResiliencyPolicy``.
|
|
1358
|
+
|
|
1345
1359
|
:param scope: Scope in which this resource is defined.
|
|
1346
1360
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1347
1361
|
:param policy: The resiliency policy.
|
|
@@ -1410,6 +1424,12 @@ class CfnResiliencyPolicy(
|
|
|
1410
1424
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1411
1425
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1412
1426
|
|
|
1427
|
+
@builtins.property
|
|
1428
|
+
@jsii.member(jsii_name="resiliencyPolicyRef")
|
|
1429
|
+
def resiliency_policy_ref(self) -> _ResiliencyPolicyReference_c0a99625:
|
|
1430
|
+
'''A reference to a ResiliencyPolicy resource.'''
|
|
1431
|
+
return typing.cast(_ResiliencyPolicyReference_c0a99625, jsii.get(self, "resiliencyPolicyRef"))
|
|
1432
|
+
|
|
1413
1433
|
@builtins.property
|
|
1414
1434
|
@jsii.member(jsii_name="tags")
|
|
1415
1435
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -66,9 +66,17 @@ from .. import (
|
|
|
66
66
|
TagManager as _TagManager_0a598cb3,
|
|
67
67
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
68
68
|
)
|
|
69
|
+
from ..interfaces.aws_resourceexplorer2 import (
|
|
70
|
+
DefaultViewAssociationReference as _DefaultViewAssociationReference_765cdca1,
|
|
71
|
+
IDefaultViewAssociationRef as _IDefaultViewAssociationRef_7fa0f774,
|
|
72
|
+
IIndexRef as _IIndexRef_4a727770,
|
|
73
|
+
IViewRef as _IViewRef_bd4cee83,
|
|
74
|
+
IndexReference as _IndexReference_71f896b9,
|
|
75
|
+
ViewReference as _ViewReference_09ee265f,
|
|
76
|
+
)
|
|
69
77
|
|
|
70
78
|
|
|
71
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
79
|
+
@jsii.implements(_IInspectable_c2943556, _IDefaultViewAssociationRef_7fa0f774)
|
|
72
80
|
class CfnDefaultViewAssociation(
|
|
73
81
|
_CfnResource_9df397a6,
|
|
74
82
|
metaclass=jsii.JSIIMeta,
|
|
@@ -100,7 +108,8 @@ class CfnDefaultViewAssociation(
|
|
|
100
108
|
*,
|
|
101
109
|
view_arn: builtins.str,
|
|
102
110
|
) -> None:
|
|
103
|
-
'''
|
|
111
|
+
'''Create a new ``AWS::ResourceExplorer2::DefaultViewAssociation``.
|
|
112
|
+
|
|
104
113
|
:param scope: Scope in which this resource is defined.
|
|
105
114
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
106
115
|
:param view_arn: The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
|
|
@@ -161,6 +170,12 @@ class CfnDefaultViewAssociation(
|
|
|
161
170
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
162
171
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
163
172
|
|
|
173
|
+
@builtins.property
|
|
174
|
+
@jsii.member(jsii_name="defaultViewAssociationRef")
|
|
175
|
+
def default_view_association_ref(self) -> _DefaultViewAssociationReference_765cdca1:
|
|
176
|
+
'''A reference to a DefaultViewAssociation resource.'''
|
|
177
|
+
return typing.cast(_DefaultViewAssociationReference_765cdca1, jsii.get(self, "defaultViewAssociationRef"))
|
|
178
|
+
|
|
164
179
|
@builtins.property
|
|
165
180
|
@jsii.member(jsii_name="viewArn")
|
|
166
181
|
def view_arn(self) -> builtins.str:
|
|
@@ -230,7 +245,7 @@ class CfnDefaultViewAssociationProps:
|
|
|
230
245
|
)
|
|
231
246
|
|
|
232
247
|
|
|
233
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
248
|
+
@jsii.implements(_IInspectable_c2943556, _IIndexRef_4a727770, _ITaggable_36806126)
|
|
234
249
|
class CfnIndex(
|
|
235
250
|
_CfnResource_9df397a6,
|
|
236
251
|
metaclass=jsii.JSIIMeta,
|
|
@@ -274,7 +289,8 @@ class CfnIndex(
|
|
|
274
289
|
type: builtins.str,
|
|
275
290
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
276
291
|
) -> None:
|
|
277
|
-
'''
|
|
292
|
+
'''Create a new ``AWS::ResourceExplorer2::Index``.
|
|
293
|
+
|
|
278
294
|
:param scope: Scope in which this resource is defined.
|
|
279
295
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
280
296
|
:param type: Specifies the type of the index in this Region. For information about the aggregator index and how it differs from a local index, see `Turning on cross-Region search by creating an aggregator index <https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html>`_ in the *AWS Resource Explorer User Guide.* .
|
|
@@ -345,6 +361,12 @@ class CfnIndex(
|
|
|
345
361
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
346
362
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
347
363
|
|
|
364
|
+
@builtins.property
|
|
365
|
+
@jsii.member(jsii_name="indexRef")
|
|
366
|
+
def index_ref(self) -> _IndexReference_71f896b9:
|
|
367
|
+
'''A reference to a Index resource.'''
|
|
368
|
+
return typing.cast(_IndexReference_71f896b9, jsii.get(self, "indexRef"))
|
|
369
|
+
|
|
348
370
|
@builtins.property
|
|
349
371
|
@jsii.member(jsii_name="tags")
|
|
350
372
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -461,7 +483,7 @@ class CfnIndexProps:
|
|
|
461
483
|
)
|
|
462
484
|
|
|
463
485
|
|
|
464
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
486
|
+
@jsii.implements(_IInspectable_c2943556, _IViewRef_bd4cee83, _ITaggable_36806126)
|
|
465
487
|
class CfnView(
|
|
466
488
|
_CfnResource_9df397a6,
|
|
467
489
|
metaclass=jsii.JSIIMeta,
|
|
@@ -507,7 +529,8 @@ class CfnView(
|
|
|
507
529
|
scope: typing.Optional[builtins.str] = None,
|
|
508
530
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
509
531
|
) -> None:
|
|
510
|
-
'''
|
|
532
|
+
'''Create a new ``AWS::ResourceExplorer2::View``.
|
|
533
|
+
|
|
511
534
|
:param scope_: Scope in which this resource is defined.
|
|
512
535
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
513
536
|
:param view_name: The name of the new view.
|
|
@@ -582,6 +605,12 @@ class CfnView(
|
|
|
582
605
|
'''Tag Manager which manages the tags for this resource.'''
|
|
583
606
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
584
607
|
|
|
608
|
+
@builtins.property
|
|
609
|
+
@jsii.member(jsii_name="viewRef")
|
|
610
|
+
def view_ref(self) -> _ViewReference_09ee265f:
|
|
611
|
+
'''A reference to a View resource.'''
|
|
612
|
+
return typing.cast(_ViewReference_09ee265f, jsii.get(self, "viewRef"))
|
|
613
|
+
|
|
585
614
|
@builtins.property
|
|
586
615
|
@jsii.member(jsii_name="viewName")
|
|
587
616
|
def view_name(self) -> builtins.str:
|