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_amplify/__init__.py
CHANGED
|
@@ -72,9 +72,17 @@ from .. import (
|
|
|
72
72
|
TagManager as _TagManager_0a598cb3,
|
|
73
73
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
74
74
|
)
|
|
75
|
+
from ..interfaces.aws_amplify import (
|
|
76
|
+
AppReference as _AppReference_686f3527,
|
|
77
|
+
BranchReference as _BranchReference_535e0d4e,
|
|
78
|
+
DomainReference as _DomainReference_35937381,
|
|
79
|
+
IAppRef as _IAppRef_163401c8,
|
|
80
|
+
IBranchRef as _IBranchRef_ed7c2f5b,
|
|
81
|
+
IDomainRef as _IDomainRef_bdf20b9c,
|
|
82
|
+
)
|
|
75
83
|
|
|
76
84
|
|
|
77
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
85
|
+
@jsii.implements(_IInspectable_c2943556, _IAppRef_163401c8, _ITaggable_36806126)
|
|
78
86
|
class CfnApp(
|
|
79
87
|
_CfnResource_9df397a6,
|
|
80
88
|
metaclass=jsii.JSIIMeta,
|
|
@@ -145,6 +153,9 @@ class CfnApp(
|
|
|
145
153
|
value="value"
|
|
146
154
|
)],
|
|
147
155
|
iam_service_role="iamServiceRole",
|
|
156
|
+
job_config=amplify.CfnApp.JobConfigProperty(
|
|
157
|
+
build_compute_type="buildComputeType"
|
|
158
|
+
),
|
|
148
159
|
oauth_token="oauthToken",
|
|
149
160
|
platform="platform",
|
|
150
161
|
repository="repository",
|
|
@@ -173,12 +184,14 @@ class CfnApp(
|
|
|
173
184
|
enable_branch_auto_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
174
185
|
environment_variables: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApp.EnvironmentVariableProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
175
186
|
iam_service_role: typing.Optional[builtins.str] = None,
|
|
187
|
+
job_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApp.JobConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
176
188
|
oauth_token: typing.Optional[builtins.str] = None,
|
|
177
189
|
platform: typing.Optional[builtins.str] = None,
|
|
178
190
|
repository: typing.Optional[builtins.str] = None,
|
|
179
191
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
180
192
|
) -> None:
|
|
181
|
-
'''
|
|
193
|
+
'''Create a new ``AWS::Amplify::App``.
|
|
194
|
+
|
|
182
195
|
:param scope: Scope in which this resource is defined.
|
|
183
196
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
184
197
|
:param name: The name of the Amplify app.
|
|
@@ -194,6 +207,7 @@ class CfnApp(
|
|
|
194
207
|
:param enable_branch_auto_deletion: Automatically disconnect a branch in Amplify Hosting when you delete a branch from your Git repository.
|
|
195
208
|
:param environment_variables: The environment variables for the Amplify app. For a list of the environment variables that are accessible to Amplify by default, see `Amplify Environment variables <https://docs.aws.amazon.com/amplify/latest/userguide/amplify-console-environment-variables.html>`_ in the *Amplify Hosting User Guide* .
|
|
196
209
|
:param iam_service_role: AWS Identity and Access Management ( IAM ) service role for the Amazon Resource Name (ARN) of the Amplify app.
|
|
210
|
+
:param job_config: The configuration details that apply to the jobs for an Amplify app.
|
|
197
211
|
:param oauth_token: The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored. Use ``OauthToken`` for repository providers other than GitHub, such as Bitbucket or CodeCommit. To authorize access to GitHub as your repository provider, use ``AccessToken`` . You must specify either ``OauthToken`` or ``AccessToken`` when you create a new app. Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see `Migrating an existing OAuth app to the Amplify GitHub App <https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html#migrating-to-github-app-auth>`_ in the *Amplify User Guide* .
|
|
198
212
|
:param platform: The platform for the Amplify app. For a static app, set the platform type to ``WEB`` . For a dynamic server-side rendered (SSR) app, set the platform type to ``WEB_COMPUTE`` . For an app requiring Amplify Hosting's original SSR support only, set the platform type to ``WEB_DYNAMIC`` . If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to ``WEB_COMPUTE`` and set the artifacts ``baseDirectory`` to ``.next`` in the application's build settings. For an example of the build specification settings, see `Amplify build settings for a Next.js 14 SSG application <https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14>`_ in the *Amplify Hosting User Guide* .
|
|
199
213
|
:param repository: The Git repository for the Amplify app.
|
|
@@ -217,6 +231,7 @@ class CfnApp(
|
|
|
217
231
|
enable_branch_auto_deletion=enable_branch_auto_deletion,
|
|
218
232
|
environment_variables=environment_variables,
|
|
219
233
|
iam_service_role=iam_service_role,
|
|
234
|
+
job_config=job_config,
|
|
220
235
|
oauth_token=oauth_token,
|
|
221
236
|
platform=platform,
|
|
222
237
|
repository=repository,
|
|
@@ -255,6 +270,12 @@ class CfnApp(
|
|
|
255
270
|
'''The CloudFormation resource type name for this resource class.'''
|
|
256
271
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
257
272
|
|
|
273
|
+
@builtins.property
|
|
274
|
+
@jsii.member(jsii_name="appRef")
|
|
275
|
+
def app_ref(self) -> _AppReference_686f3527:
|
|
276
|
+
'''A reference to a App resource.'''
|
|
277
|
+
return typing.cast(_AppReference_686f3527, jsii.get(self, "appRef"))
|
|
278
|
+
|
|
258
279
|
@builtins.property
|
|
259
280
|
@jsii.member(jsii_name="attrAppId")
|
|
260
281
|
def attr_app_id(self) -> builtins.str:
|
|
@@ -501,6 +522,24 @@ class CfnApp(
|
|
|
501
522
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
502
523
|
jsii.set(self, "iamServiceRole", value) # pyright: ignore[reportArgumentType]
|
|
503
524
|
|
|
525
|
+
@builtins.property
|
|
526
|
+
@jsii.member(jsii_name="jobConfig")
|
|
527
|
+
def job_config(
|
|
528
|
+
self,
|
|
529
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApp.JobConfigProperty"]]:
|
|
530
|
+
'''The configuration details that apply to the jobs for an Amplify app.'''
|
|
531
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApp.JobConfigProperty"]], jsii.get(self, "jobConfig"))
|
|
532
|
+
|
|
533
|
+
@job_config.setter
|
|
534
|
+
def job_config(
|
|
535
|
+
self,
|
|
536
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApp.JobConfigProperty"]],
|
|
537
|
+
) -> None:
|
|
538
|
+
if __debug__:
|
|
539
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0c5331757d4f14f0e25aa5a2af73920abaa3c57bb5542207c86cbd2511fb7ada)
|
|
540
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
541
|
+
jsii.set(self, "jobConfig", value) # pyright: ignore[reportArgumentType]
|
|
542
|
+
|
|
504
543
|
@builtins.property
|
|
505
544
|
@jsii.member(jsii_name="oauthToken")
|
|
506
545
|
def oauth_token(self) -> typing.Optional[builtins.str]:
|
|
@@ -909,7 +948,7 @@ class CfnApp(
|
|
|
909
948
|
|
|
910
949
|
For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see `Managing cache configuration <https://docs.aws.amazon.com/amplify/latest/userguide/managing-cache-configuration>`_ in the *Amplify User guide* .
|
|
911
950
|
|
|
912
|
-
:param type: The type of cache configuration to use for an Amplify app. The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
|
|
951
|
+
:param type: The type of cache configuration to use for an Amplify app. The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. The ``AMPLIFY_MANAGED_NO_COOKIES`` cache configuration type is the same as ``AMPLIFY_MANAGED`` , except that it excludes all cookies from the cache key. This is the default setting.
|
|
913
952
|
|
|
914
953
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-cacheconfig.html
|
|
915
954
|
:exampleMetadata: fixture=_generated
|
|
@@ -935,9 +974,9 @@ class CfnApp(
|
|
|
935
974
|
def type(self) -> typing.Optional[builtins.str]:
|
|
936
975
|
'''The type of cache configuration to use for an Amplify app.
|
|
937
976
|
|
|
938
|
-
The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
|
|
977
|
+
The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
|
|
939
978
|
|
|
940
|
-
The ``AMPLIFY_MANAGED_NO_COOKIES`` cache configuration type is the same as ``AMPLIFY_MANAGED`` , except that it excludes all cookies from the cache key.
|
|
979
|
+
The ``AMPLIFY_MANAGED_NO_COOKIES`` cache configuration type is the same as ``AMPLIFY_MANAGED`` , except that it excludes all cookies from the cache key. This is the default setting.
|
|
941
980
|
|
|
942
981
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-cacheconfig.html#cfn-amplify-app-cacheconfig-type
|
|
943
982
|
'''
|
|
@@ -1139,6 +1178,74 @@ class CfnApp(
|
|
|
1139
1178
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1140
1179
|
)
|
|
1141
1180
|
|
|
1181
|
+
@jsii.data_type(
|
|
1182
|
+
jsii_type="aws-cdk-lib.aws_amplify.CfnApp.JobConfigProperty",
|
|
1183
|
+
jsii_struct_bases=[],
|
|
1184
|
+
name_mapping={"build_compute_type": "buildComputeType"},
|
|
1185
|
+
)
|
|
1186
|
+
class JobConfigProperty:
|
|
1187
|
+
def __init__(self, *, build_compute_type: builtins.str) -> None:
|
|
1188
|
+
'''Describes the configuration details that apply to the jobs for an Amplify app.
|
|
1189
|
+
|
|
1190
|
+
Use ``JobConfig`` to apply configuration to jobs, such as customizing the build instance size when you create or update an Amplify app. For more information about customizable build instances, see `Custom build instances <https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-instance.html>`_ in the *Amplify User Guide* .
|
|
1191
|
+
|
|
1192
|
+
:param build_compute_type: Specifies the size of the build instance. Amplify supports three instance sizes: ``STANDARD_8GB`` , ``LARGE_16GB`` , and ``XLARGE_72GB`` . If you don't specify a value, Amplify uses the ``STANDARD_8GB`` default. The following list describes the CPU, memory, and storage capacity for each build instance type: - **STANDARD_8GB** - - vCPUs: 4 - Memory: 8 GiB - Disk space: 128 GB - **LARGE_16GB** - - vCPUs: 8 - Memory: 16 GiB - Disk space: 128 GB - **XLARGE_72GB** - - vCPUs: 36 - Memory: 72 GiB - Disk space: 256 GB
|
|
1193
|
+
|
|
1194
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-jobconfig.html
|
|
1195
|
+
:exampleMetadata: fixture=_generated
|
|
1196
|
+
|
|
1197
|
+
Example::
|
|
1198
|
+
|
|
1199
|
+
# The code below shows an example of how to instantiate this type.
|
|
1200
|
+
# The values are placeholders you should change.
|
|
1201
|
+
from aws_cdk import aws_amplify as amplify
|
|
1202
|
+
|
|
1203
|
+
job_config_property = amplify.CfnApp.JobConfigProperty(
|
|
1204
|
+
build_compute_type="buildComputeType"
|
|
1205
|
+
)
|
|
1206
|
+
'''
|
|
1207
|
+
if __debug__:
|
|
1208
|
+
type_hints = typing.get_type_hints(_typecheckingstub__23396b8a9e988b0968a9bc45be771b246c847bee1770ffbdca295739ad4ede28)
|
|
1209
|
+
check_type(argname="argument build_compute_type", value=build_compute_type, expected_type=type_hints["build_compute_type"])
|
|
1210
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1211
|
+
"build_compute_type": build_compute_type,
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
@builtins.property
|
|
1215
|
+
def build_compute_type(self) -> builtins.str:
|
|
1216
|
+
'''Specifies the size of the build instance.
|
|
1217
|
+
|
|
1218
|
+
Amplify supports three instance sizes: ``STANDARD_8GB`` , ``LARGE_16GB`` , and ``XLARGE_72GB`` . If you don't specify a value, Amplify uses the ``STANDARD_8GB`` default.
|
|
1219
|
+
|
|
1220
|
+
The following list describes the CPU, memory, and storage capacity for each build instance type:
|
|
1221
|
+
|
|
1222
|
+
- **STANDARD_8GB** - - vCPUs: 4
|
|
1223
|
+
- Memory: 8 GiB
|
|
1224
|
+
- Disk space: 128 GB
|
|
1225
|
+
- **LARGE_16GB** - - vCPUs: 8
|
|
1226
|
+
- Memory: 16 GiB
|
|
1227
|
+
- Disk space: 128 GB
|
|
1228
|
+
- **XLARGE_72GB** - - vCPUs: 36
|
|
1229
|
+
- Memory: 72 GiB
|
|
1230
|
+
- Disk space: 256 GB
|
|
1231
|
+
|
|
1232
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-jobconfig.html#cfn-amplify-app-jobconfig-buildcomputetype
|
|
1233
|
+
'''
|
|
1234
|
+
result = self._values.get("build_compute_type")
|
|
1235
|
+
assert result is not None, "Required property 'build_compute_type' is missing"
|
|
1236
|
+
return typing.cast(builtins.str, result)
|
|
1237
|
+
|
|
1238
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1239
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1240
|
+
|
|
1241
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1242
|
+
return not (rhs == self)
|
|
1243
|
+
|
|
1244
|
+
def __repr__(self) -> str:
|
|
1245
|
+
return "JobConfigProperty(%s)" % ", ".join(
|
|
1246
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1247
|
+
)
|
|
1248
|
+
|
|
1142
1249
|
|
|
1143
1250
|
@jsii.data_type(
|
|
1144
1251
|
jsii_type="aws-cdk-lib.aws_amplify.CfnAppProps",
|
|
@@ -1157,6 +1264,7 @@ class CfnApp(
|
|
|
1157
1264
|
"enable_branch_auto_deletion": "enableBranchAutoDeletion",
|
|
1158
1265
|
"environment_variables": "environmentVariables",
|
|
1159
1266
|
"iam_service_role": "iamServiceRole",
|
|
1267
|
+
"job_config": "jobConfig",
|
|
1160
1268
|
"oauth_token": "oauthToken",
|
|
1161
1269
|
"platform": "platform",
|
|
1162
1270
|
"repository": "repository",
|
|
@@ -1180,6 +1288,7 @@ class CfnAppProps:
|
|
|
1180
1288
|
enable_branch_auto_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1181
1289
|
environment_variables: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EnvironmentVariableProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1182
1290
|
iam_service_role: typing.Optional[builtins.str] = None,
|
|
1291
|
+
job_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.JobConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1183
1292
|
oauth_token: typing.Optional[builtins.str] = None,
|
|
1184
1293
|
platform: typing.Optional[builtins.str] = None,
|
|
1185
1294
|
repository: typing.Optional[builtins.str] = None,
|
|
@@ -1200,6 +1309,7 @@ class CfnAppProps:
|
|
|
1200
1309
|
:param enable_branch_auto_deletion: Automatically disconnect a branch in Amplify Hosting when you delete a branch from your Git repository.
|
|
1201
1310
|
:param environment_variables: The environment variables for the Amplify app. For a list of the environment variables that are accessible to Amplify by default, see `Amplify Environment variables <https://docs.aws.amazon.com/amplify/latest/userguide/amplify-console-environment-variables.html>`_ in the *Amplify Hosting User Guide* .
|
|
1202
1311
|
:param iam_service_role: AWS Identity and Access Management ( IAM ) service role for the Amazon Resource Name (ARN) of the Amplify app.
|
|
1312
|
+
:param job_config: The configuration details that apply to the jobs for an Amplify app.
|
|
1203
1313
|
:param oauth_token: The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored. Use ``OauthToken`` for repository providers other than GitHub, such as Bitbucket or CodeCommit. To authorize access to GitHub as your repository provider, use ``AccessToken`` . You must specify either ``OauthToken`` or ``AccessToken`` when you create a new app. Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see `Migrating an existing OAuth app to the Amplify GitHub App <https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html#migrating-to-github-app-auth>`_ in the *Amplify User Guide* .
|
|
1204
1314
|
:param platform: The platform for the Amplify app. For a static app, set the platform type to ``WEB`` . For a dynamic server-side rendered (SSR) app, set the platform type to ``WEB_COMPUTE`` . For an app requiring Amplify Hosting's original SSR support only, set the platform type to ``WEB_DYNAMIC`` . If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to ``WEB_COMPUTE`` and set the artifacts ``baseDirectory`` to ``.next`` in the application's build settings. For an example of the build specification settings, see `Amplify build settings for a Next.js 14 SSG application <https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14>`_ in the *Amplify Hosting User Guide* .
|
|
1205
1315
|
:param repository: The Git repository for the Amplify app.
|
|
@@ -1265,6 +1375,9 @@ class CfnAppProps:
|
|
|
1265
1375
|
value="value"
|
|
1266
1376
|
)],
|
|
1267
1377
|
iam_service_role="iamServiceRole",
|
|
1378
|
+
job_config=amplify.CfnApp.JobConfigProperty(
|
|
1379
|
+
build_compute_type="buildComputeType"
|
|
1380
|
+
),
|
|
1268
1381
|
oauth_token="oauthToken",
|
|
1269
1382
|
platform="platform",
|
|
1270
1383
|
repository="repository",
|
|
@@ -1289,6 +1402,7 @@ class CfnAppProps:
|
|
|
1289
1402
|
check_type(argname="argument enable_branch_auto_deletion", value=enable_branch_auto_deletion, expected_type=type_hints["enable_branch_auto_deletion"])
|
|
1290
1403
|
check_type(argname="argument environment_variables", value=environment_variables, expected_type=type_hints["environment_variables"])
|
|
1291
1404
|
check_type(argname="argument iam_service_role", value=iam_service_role, expected_type=type_hints["iam_service_role"])
|
|
1405
|
+
check_type(argname="argument job_config", value=job_config, expected_type=type_hints["job_config"])
|
|
1292
1406
|
check_type(argname="argument oauth_token", value=oauth_token, expected_type=type_hints["oauth_token"])
|
|
1293
1407
|
check_type(argname="argument platform", value=platform, expected_type=type_hints["platform"])
|
|
1294
1408
|
check_type(argname="argument repository", value=repository, expected_type=type_hints["repository"])
|
|
@@ -1320,6 +1434,8 @@ class CfnAppProps:
|
|
|
1320
1434
|
self._values["environment_variables"] = environment_variables
|
|
1321
1435
|
if iam_service_role is not None:
|
|
1322
1436
|
self._values["iam_service_role"] = iam_service_role
|
|
1437
|
+
if job_config is not None:
|
|
1438
|
+
self._values["job_config"] = job_config
|
|
1323
1439
|
if oauth_token is not None:
|
|
1324
1440
|
self._values["oauth_token"] = oauth_token
|
|
1325
1441
|
if platform is not None:
|
|
@@ -1475,6 +1591,17 @@ class CfnAppProps:
|
|
|
1475
1591
|
result = self._values.get("iam_service_role")
|
|
1476
1592
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1477
1593
|
|
|
1594
|
+
@builtins.property
|
|
1595
|
+
def job_config(
|
|
1596
|
+
self,
|
|
1597
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApp.JobConfigProperty]]:
|
|
1598
|
+
'''The configuration details that apply to the jobs for an Amplify app.
|
|
1599
|
+
|
|
1600
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-jobconfig
|
|
1601
|
+
'''
|
|
1602
|
+
result = self._values.get("job_config")
|
|
1603
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApp.JobConfigProperty]], result)
|
|
1604
|
+
|
|
1478
1605
|
@builtins.property
|
|
1479
1606
|
def oauth_token(self) -> typing.Optional[builtins.str]:
|
|
1480
1607
|
'''The OAuth token for a third-party source control system for an Amplify app.
|
|
@@ -1535,7 +1662,7 @@ class CfnAppProps:
|
|
|
1535
1662
|
)
|
|
1536
1663
|
|
|
1537
1664
|
|
|
1538
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1665
|
+
@jsii.implements(_IInspectable_c2943556, _IBranchRef_ed7c2f5b, _ITaggable_36806126)
|
|
1539
1666
|
class CfnBranch(
|
|
1540
1667
|
_CfnResource_9df397a6,
|
|
1541
1668
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1611,7 +1738,8 @@ class CfnBranch(
|
|
|
1611
1738
|
stage: typing.Optional[builtins.str] = None,
|
|
1612
1739
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1613
1740
|
) -> None:
|
|
1614
|
-
'''
|
|
1741
|
+
'''Create a new ``AWS::Amplify::Branch``.
|
|
1742
|
+
|
|
1615
1743
|
:param scope: Scope in which this resource is defined.
|
|
1616
1744
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1617
1745
|
:param app_id: The unique ID for an Amplify app.
|
|
@@ -1704,6 +1832,12 @@ class CfnBranch(
|
|
|
1704
1832
|
'''
|
|
1705
1833
|
return typing.cast(builtins.str, jsii.get(self, "attrBranchName"))
|
|
1706
1834
|
|
|
1835
|
+
@builtins.property
|
|
1836
|
+
@jsii.member(jsii_name="branchRef")
|
|
1837
|
+
def branch_ref(self) -> _BranchReference_535e0d4e:
|
|
1838
|
+
'''A reference to a Branch resource.'''
|
|
1839
|
+
return typing.cast(_BranchReference_535e0d4e, jsii.get(self, "branchRef"))
|
|
1840
|
+
|
|
1707
1841
|
@builtins.property
|
|
1708
1842
|
@jsii.member(jsii_name="cfnProperties")
|
|
1709
1843
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -2532,7 +2666,7 @@ class CfnBranchProps:
|
|
|
2532
2666
|
)
|
|
2533
2667
|
|
|
2534
2668
|
|
|
2535
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2669
|
+
@jsii.implements(_IInspectable_c2943556, _IDomainRef_bdf20b9c)
|
|
2536
2670
|
class CfnDomain(
|
|
2537
2671
|
_CfnResource_9df397a6,
|
|
2538
2672
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2582,7 +2716,8 @@ class CfnDomain(
|
|
|
2582
2716
|
certificate_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.CertificateSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2583
2717
|
enable_auto_sub_domain: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2584
2718
|
) -> None:
|
|
2585
|
-
'''
|
|
2719
|
+
'''Create a new ``AWS::Amplify::Domain``.
|
|
2720
|
+
|
|
2586
2721
|
:param scope: Scope in which this resource is defined.
|
|
2587
2722
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2588
2723
|
:param app_id: The unique ID for an Amplify app.
|
|
@@ -2743,6 +2878,12 @@ class CfnDomain(
|
|
|
2743
2878
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2744
2879
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2745
2880
|
|
|
2881
|
+
@builtins.property
|
|
2882
|
+
@jsii.member(jsii_name="domainRef")
|
|
2883
|
+
def domain_ref(self) -> _DomainReference_35937381:
|
|
2884
|
+
'''A reference to a Domain resource.'''
|
|
2885
|
+
return typing.cast(_DomainReference_35937381, jsii.get(self, "domainRef"))
|
|
2886
|
+
|
|
2746
2887
|
@builtins.property
|
|
2747
2888
|
@jsii.member(jsii_name="appId")
|
|
2748
2889
|
def app_id(self) -> builtins.str:
|
|
@@ -2877,8 +3018,8 @@ class CfnDomain(
|
|
|
2877
3018
|
|
|
2878
3019
|
If you are updating your domain to use a different certificate, ``Certificate`` points to the new certificate that is being created instead of the current active certificate. Otherwise, ``Certificate`` points to the current active certificate.
|
|
2879
3020
|
|
|
2880
|
-
:param certificate_arn: The Amazon resource name (ARN) for a custom certificate that you have already added to
|
|
2881
|
-
:param certificate_type: The type of SSL/TLS certificate that you want to use. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3021
|
+
:param certificate_arn: The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
|
|
3022
|
+
:param certificate_type: The type of SSL/TLS certificate that you want to use. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
2882
3023
|
:param certificate_verification_dns_record: The DNS record for certificate verification.
|
|
2883
3024
|
|
|
2884
3025
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificate.html
|
|
@@ -2911,7 +3052,7 @@ class CfnDomain(
|
|
|
2911
3052
|
|
|
2912
3053
|
@builtins.property
|
|
2913
3054
|
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
2914
|
-
'''The Amazon resource name (ARN) for a custom certificate that you have already added to
|
|
3055
|
+
'''The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account .
|
|
2915
3056
|
|
|
2916
3057
|
This field is required only when the certificate type is ``CUSTOM`` .
|
|
2917
3058
|
|
|
@@ -2926,7 +3067,7 @@ class CfnDomain(
|
|
|
2926
3067
|
|
|
2927
3068
|
Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you.
|
|
2928
3069
|
|
|
2929
|
-
Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3070
|
+
Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
2930
3071
|
|
|
2931
3072
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificate.html#cfn-amplify-domain-certificate-certificatetype
|
|
2932
3073
|
'''
|
|
@@ -2972,8 +3113,8 @@ class CfnDomain(
|
|
|
2972
3113
|
|
|
2973
3114
|
If a certificate type isn't specified, Amplify uses the default ``AMPLIFY_MANAGED`` certificate.
|
|
2974
3115
|
|
|
2975
|
-
:param certificate_type: The certificate type. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
2976
|
-
:param custom_certificate_arn: The Amazon resource name (ARN) for the custom certificate that you have already added to
|
|
3116
|
+
:param certificate_type: The certificate type. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
3117
|
+
:param custom_certificate_arn: The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
|
|
2977
3118
|
|
|
2978
3119
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificatesettings.html
|
|
2979
3120
|
:exampleMetadata: fixture=_generated
|
|
@@ -3005,7 +3146,7 @@ class CfnDomain(
|
|
|
3005
3146
|
|
|
3006
3147
|
Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you.
|
|
3007
3148
|
|
|
3008
|
-
Specify ``CUSTOM`` to use your own certificate that you have already added to
|
|
3149
|
+
Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
|
|
3009
3150
|
|
|
3010
3151
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificatesettings.html#cfn-amplify-domain-certificatesettings-certificatetype
|
|
3011
3152
|
'''
|
|
@@ -3014,7 +3155,7 @@ class CfnDomain(
|
|
|
3014
3155
|
|
|
3015
3156
|
@builtins.property
|
|
3016
3157
|
def custom_certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
3017
|
-
'''The Amazon resource name (ARN) for the custom certificate that you have already added to
|
|
3158
|
+
'''The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your AWS account .
|
|
3018
3159
|
|
|
3019
3160
|
This field is required only when the certificate type is ``CUSTOM`` .
|
|
3020
3161
|
|
|
@@ -3306,6 +3447,7 @@ def _typecheckingstub__8dc8d772047a068d22a76d907b344356448c6a26d23e419ed69cc622d
|
|
|
3306
3447
|
enable_branch_auto_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3307
3448
|
environment_variables: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EnvironmentVariableProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3308
3449
|
iam_service_role: typing.Optional[builtins.str] = None,
|
|
3450
|
+
job_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.JobConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3309
3451
|
oauth_token: typing.Optional[builtins.str] = None,
|
|
3310
3452
|
platform: typing.Optional[builtins.str] = None,
|
|
3311
3453
|
repository: typing.Optional[builtins.str] = None,
|
|
@@ -3404,6 +3546,12 @@ def _typecheckingstub__378909021f9642b2e612e1ecd4b62069a17df2eef9f3461fa46cd5337
|
|
|
3404
3546
|
"""Type checking stubs"""
|
|
3405
3547
|
pass
|
|
3406
3548
|
|
|
3549
|
+
def _typecheckingstub__0c5331757d4f14f0e25aa5a2af73920abaa3c57bb5542207c86cbd2511fb7ada(
|
|
3550
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApp.JobConfigProperty]],
|
|
3551
|
+
) -> None:
|
|
3552
|
+
"""Type checking stubs"""
|
|
3553
|
+
pass
|
|
3554
|
+
|
|
3407
3555
|
def _typecheckingstub__e4f1a9875121cc669c475a05f9524db58d7e32e0b0134143bf750ceca8d2d6ec(
|
|
3408
3556
|
value: typing.Optional[builtins.str],
|
|
3409
3557
|
) -> None:
|
|
@@ -3479,6 +3627,13 @@ def _typecheckingstub__f76edc62ddffd84b573400931e580feb099c3a238dc1b312f88a08a68
|
|
|
3479
3627
|
"""Type checking stubs"""
|
|
3480
3628
|
pass
|
|
3481
3629
|
|
|
3630
|
+
def _typecheckingstub__23396b8a9e988b0968a9bc45be771b246c847bee1770ffbdca295739ad4ede28(
|
|
3631
|
+
*,
|
|
3632
|
+
build_compute_type: builtins.str,
|
|
3633
|
+
) -> None:
|
|
3634
|
+
"""Type checking stubs"""
|
|
3635
|
+
pass
|
|
3636
|
+
|
|
3482
3637
|
def _typecheckingstub__cfa8f09e6d42b5d6d1122d3e9214ec780302e9c3fda48d7ca044dd07613d11db(
|
|
3483
3638
|
*,
|
|
3484
3639
|
name: builtins.str,
|
|
@@ -3494,6 +3649,7 @@ def _typecheckingstub__cfa8f09e6d42b5d6d1122d3e9214ec780302e9c3fda48d7ca044dd076
|
|
|
3494
3649
|
enable_branch_auto_deletion: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3495
3650
|
environment_variables: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EnvironmentVariableProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3496
3651
|
iam_service_role: typing.Optional[builtins.str] = None,
|
|
3652
|
+
job_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.JobConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3497
3653
|
oauth_token: typing.Optional[builtins.str] = None,
|
|
3498
3654
|
platform: typing.Optional[builtins.str] = None,
|
|
3499
3655
|
repository: typing.Optional[builtins.str] = None,
|
|
@@ -66,9 +66,17 @@ from .. import (
|
|
|
66
66
|
TagManager as _TagManager_0a598cb3,
|
|
67
67
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
68
68
|
)
|
|
69
|
+
from ..interfaces.aws_amplifyuibuilder import (
|
|
70
|
+
ComponentReference as _ComponentReference_de75adcf,
|
|
71
|
+
FormReference as _FormReference_ebed8580,
|
|
72
|
+
IComponentRef as _IComponentRef_46f239bf,
|
|
73
|
+
IFormRef as _IFormRef_ee9b385d,
|
|
74
|
+
IThemeRef as _IThemeRef_92e58367,
|
|
75
|
+
ThemeReference as _ThemeReference_62247883,
|
|
76
|
+
)
|
|
69
77
|
|
|
70
78
|
|
|
71
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
79
|
+
@jsii.implements(_IInspectable_c2943556, _IComponentRef_46f239bf, _ITaggable_36806126)
|
|
72
80
|
class CfnComponent(
|
|
73
81
|
_CfnResource_9df397a6,
|
|
74
82
|
metaclass=jsii.JSIIMeta,
|
|
@@ -107,7 +115,8 @@ class CfnComponent(
|
|
|
107
115
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
108
116
|
variants: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComponent.ComponentVariantProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
109
117
|
) -> None:
|
|
110
|
-
'''
|
|
118
|
+
'''Create a new ``AWS::AmplifyUIBuilder::Component``.
|
|
119
|
+
|
|
111
120
|
:param scope: Scope in which this resource is defined.
|
|
112
121
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
113
122
|
:param app_id: The unique ID of the Amplify app associated with the component.
|
|
@@ -210,6 +219,12 @@ class CfnComponent(
|
|
|
210
219
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
211
220
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
212
221
|
|
|
222
|
+
@builtins.property
|
|
223
|
+
@jsii.member(jsii_name="componentRef")
|
|
224
|
+
def component_ref(self) -> _ComponentReference_de75adcf:
|
|
225
|
+
'''A reference to a Component resource.'''
|
|
226
|
+
return typing.cast(_ComponentReference_de75adcf, jsii.get(self, "componentRef"))
|
|
227
|
+
|
|
213
228
|
@builtins.property
|
|
214
229
|
@jsii.member(jsii_name="tags")
|
|
215
230
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -3727,7 +3742,7 @@ class CfnComponentProps:
|
|
|
3727
3742
|
)
|
|
3728
3743
|
|
|
3729
3744
|
|
|
3730
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
3745
|
+
@jsii.implements(_IInspectable_c2943556, _IFormRef_ee9b385d, _ITaggable_36806126)
|
|
3731
3746
|
class CfnForm(
|
|
3732
3747
|
_CfnResource_9df397a6,
|
|
3733
3748
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3925,7 +3940,8 @@ class CfnForm(
|
|
|
3925
3940
|
style: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FormStyleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3926
3941
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3927
3942
|
) -> None:
|
|
3928
|
-
'''
|
|
3943
|
+
'''Create a new ``AWS::AmplifyUIBuilder::Form``.
|
|
3944
|
+
|
|
3929
3945
|
:param scope: Scope in which this resource is defined.
|
|
3930
3946
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3931
3947
|
:param app_id: The unique ID of the Amplify app associated with the form.
|
|
@@ -4006,6 +4022,12 @@ class CfnForm(
|
|
|
4006
4022
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4007
4023
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4008
4024
|
|
|
4025
|
+
@builtins.property
|
|
4026
|
+
@jsii.member(jsii_name="formRef")
|
|
4027
|
+
def form_ref(self) -> _FormReference_ebed8580:
|
|
4028
|
+
'''A reference to a Form resource.'''
|
|
4029
|
+
return typing.cast(_FormReference_ebed8580, jsii.get(self, "formRef"))
|
|
4030
|
+
|
|
4009
4031
|
@builtins.property
|
|
4010
4032
|
@jsii.member(jsii_name="tags")
|
|
4011
4033
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -6655,7 +6677,7 @@ class CfnFormProps:
|
|
|
6655
6677
|
)
|
|
6656
6678
|
|
|
6657
6679
|
|
|
6658
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
6680
|
+
@jsii.implements(_IInspectable_c2943556, _IThemeRef_92e58367, _ITaggable_36806126)
|
|
6659
6681
|
class CfnTheme(
|
|
6660
6682
|
_CfnResource_9df397a6,
|
|
6661
6683
|
metaclass=jsii.JSIIMeta,
|
|
@@ -6713,7 +6735,8 @@ class CfnTheme(
|
|
|
6713
6735
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6714
6736
|
values: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTheme.ThemeValuesProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6715
6737
|
) -> None:
|
|
6716
|
-
'''
|
|
6738
|
+
'''Create a new ``AWS::AmplifyUIBuilder::Theme``.
|
|
6739
|
+
|
|
6717
6740
|
:param scope: Scope in which this resource is defined.
|
|
6718
6741
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6719
6742
|
:param app_id: The unique ID for the Amplify app associated with the theme.
|
|
@@ -6806,6 +6829,12 @@ class CfnTheme(
|
|
|
6806
6829
|
'''Tag Manager which manages the tags for this resource.'''
|
|
6807
6830
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
6808
6831
|
|
|
6832
|
+
@builtins.property
|
|
6833
|
+
@jsii.member(jsii_name="themeRef")
|
|
6834
|
+
def theme_ref(self) -> _ThemeReference_62247883:
|
|
6835
|
+
'''A reference to a Theme resource.'''
|
|
6836
|
+
return typing.cast(_ThemeReference_62247883, jsii.get(self, "themeRef"))
|
|
6837
|
+
|
|
6809
6838
|
@builtins.property
|
|
6810
6839
|
@jsii.member(jsii_name="appId")
|
|
6811
6840
|
def app_id(self) -> typing.Optional[builtins.str]:
|