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
|
@@ -68,9 +68,17 @@ from .. import (
|
|
|
68
68
|
TagManager as _TagManager_0a598cb3,
|
|
69
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
70
70
|
)
|
|
71
|
+
from ..interfaces.aws_appintegrations import (
|
|
72
|
+
ApplicationReference as _ApplicationReference_eb7f83ac,
|
|
73
|
+
DataIntegrationReference as _DataIntegrationReference_82094d23,
|
|
74
|
+
EventIntegrationReference as _EventIntegrationReference_2d3a8ab8,
|
|
75
|
+
IApplicationRef as _IApplicationRef_f88446ed,
|
|
76
|
+
IDataIntegrationRef as _IDataIntegrationRef_c5e65586,
|
|
77
|
+
IEventIntegrationRef as _IEventIntegrationRef_d2c58e8f,
|
|
78
|
+
)
|
|
71
79
|
|
|
72
80
|
|
|
73
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
81
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationRef_f88446ed, _ITaggableV2_4e6798f8)
|
|
74
82
|
class CfnApplication(
|
|
75
83
|
_CfnResource_9df397a6,
|
|
76
84
|
metaclass=jsii.JSIIMeta,
|
|
@@ -102,6 +110,17 @@ class CfnApplication(
|
|
|
102
110
|
namespace="namespace",
|
|
103
111
|
|
|
104
112
|
# the properties below are optional
|
|
113
|
+
application_config=appintegrations.CfnApplication.ApplicationConfigProperty(
|
|
114
|
+
contact_handling=appintegrations.CfnApplication.ContactHandlingProperty(
|
|
115
|
+
scope="scope"
|
|
116
|
+
)
|
|
117
|
+
),
|
|
118
|
+
iframe_config=appintegrations.CfnApplication.IframeConfigProperty(
|
|
119
|
+
allow=["allow"],
|
|
120
|
+
sandbox=["sandbox"]
|
|
121
|
+
),
|
|
122
|
+
initialization_timeout=123,
|
|
123
|
+
is_service=False,
|
|
105
124
|
permissions=["permissions"],
|
|
106
125
|
tags=[CfnTag(
|
|
107
126
|
key="key",
|
|
@@ -119,16 +138,25 @@ class CfnApplication(
|
|
|
119
138
|
description: builtins.str,
|
|
120
139
|
name: builtins.str,
|
|
121
140
|
namespace: builtins.str,
|
|
141
|
+
application_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApplicationConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
142
|
+
iframe_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.IframeConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
143
|
+
initialization_timeout: typing.Optional[jsii.Number] = None,
|
|
144
|
+
is_service: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
122
145
|
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
123
146
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
124
147
|
) -> None:
|
|
125
|
-
'''
|
|
148
|
+
'''Create a new ``AWS::AppIntegrations::Application``.
|
|
149
|
+
|
|
126
150
|
:param scope: Scope in which this resource is defined.
|
|
127
151
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
128
152
|
:param application_source_config: The configuration for where the application should be loaded from.
|
|
129
153
|
:param description: The description of the application.
|
|
130
154
|
:param name: The name of the application.
|
|
131
155
|
:param namespace: The namespace of the application.
|
|
156
|
+
:param application_config:
|
|
157
|
+
:param iframe_config:
|
|
158
|
+
:param initialization_timeout: The initialization timeout in milliseconds. Required when IsService is true.
|
|
159
|
+
:param is_service: Indicates whether the application is a service. Default: - false
|
|
132
160
|
:param permissions: The configuration of events or requests that the application has access to.
|
|
133
161
|
:param tags: The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
134
162
|
'''
|
|
@@ -141,6 +169,10 @@ class CfnApplication(
|
|
|
141
169
|
description=description,
|
|
142
170
|
name=name,
|
|
143
171
|
namespace=namespace,
|
|
172
|
+
application_config=application_config,
|
|
173
|
+
iframe_config=iframe_config,
|
|
174
|
+
initialization_timeout=initialization_timeout,
|
|
175
|
+
is_service=is_service,
|
|
144
176
|
permissions=permissions,
|
|
145
177
|
tags=tags,
|
|
146
178
|
)
|
|
@@ -177,6 +209,12 @@ class CfnApplication(
|
|
|
177
209
|
'''The CloudFormation resource type name for this resource class.'''
|
|
178
210
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
179
211
|
|
|
212
|
+
@builtins.property
|
|
213
|
+
@jsii.member(jsii_name="applicationRef")
|
|
214
|
+
def application_ref(self) -> _ApplicationReference_eb7f83ac:
|
|
215
|
+
'''A reference to a Application resource.'''
|
|
216
|
+
return typing.cast(_ApplicationReference_eb7f83ac, jsii.get(self, "applicationRef"))
|
|
217
|
+
|
|
180
218
|
@builtins.property
|
|
181
219
|
@jsii.member(jsii_name="attrApplicationArn")
|
|
182
220
|
def attr_application_arn(self) -> builtins.str:
|
|
@@ -263,6 +301,71 @@ class CfnApplication(
|
|
|
263
301
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
264
302
|
jsii.set(self, "namespace", value) # pyright: ignore[reportArgumentType]
|
|
265
303
|
|
|
304
|
+
@builtins.property
|
|
305
|
+
@jsii.member(jsii_name="applicationConfig")
|
|
306
|
+
def application_config(
|
|
307
|
+
self,
|
|
308
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationConfigProperty"]]:
|
|
309
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationConfigProperty"]], jsii.get(self, "applicationConfig"))
|
|
310
|
+
|
|
311
|
+
@application_config.setter
|
|
312
|
+
def application_config(
|
|
313
|
+
self,
|
|
314
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationConfigProperty"]],
|
|
315
|
+
) -> None:
|
|
316
|
+
if __debug__:
|
|
317
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f3caf601b0f569fd019f866e47cc5b0bb49379d4b882f320078ed605052b7ca7)
|
|
318
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
319
|
+
jsii.set(self, "applicationConfig", value) # pyright: ignore[reportArgumentType]
|
|
320
|
+
|
|
321
|
+
@builtins.property
|
|
322
|
+
@jsii.member(jsii_name="iframeConfig")
|
|
323
|
+
def iframe_config(
|
|
324
|
+
self,
|
|
325
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IframeConfigProperty"]]:
|
|
326
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IframeConfigProperty"]], jsii.get(self, "iframeConfig"))
|
|
327
|
+
|
|
328
|
+
@iframe_config.setter
|
|
329
|
+
def iframe_config(
|
|
330
|
+
self,
|
|
331
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IframeConfigProperty"]],
|
|
332
|
+
) -> None:
|
|
333
|
+
if __debug__:
|
|
334
|
+
type_hints = typing.get_type_hints(_typecheckingstub__132e84c3b7d79e8adb5125bdb2456de645edaaaecf7c9ace8f172b799e55c46d)
|
|
335
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
336
|
+
jsii.set(self, "iframeConfig", value) # pyright: ignore[reportArgumentType]
|
|
337
|
+
|
|
338
|
+
@builtins.property
|
|
339
|
+
@jsii.member(jsii_name="initializationTimeout")
|
|
340
|
+
def initialization_timeout(self) -> typing.Optional[jsii.Number]:
|
|
341
|
+
'''The initialization timeout in milliseconds.'''
|
|
342
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "initializationTimeout"))
|
|
343
|
+
|
|
344
|
+
@initialization_timeout.setter
|
|
345
|
+
def initialization_timeout(self, value: typing.Optional[jsii.Number]) -> None:
|
|
346
|
+
if __debug__:
|
|
347
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3537c46fc02c6c8123f54755ecdc6281ac08636fb1bb28aa4bd15f35b256420b)
|
|
348
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
349
|
+
jsii.set(self, "initializationTimeout", value) # pyright: ignore[reportArgumentType]
|
|
350
|
+
|
|
351
|
+
@builtins.property
|
|
352
|
+
@jsii.member(jsii_name="isService")
|
|
353
|
+
def is_service(
|
|
354
|
+
self,
|
|
355
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
356
|
+
'''Indicates whether the application is a service.'''
|
|
357
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "isService"))
|
|
358
|
+
|
|
359
|
+
@is_service.setter
|
|
360
|
+
def is_service(
|
|
361
|
+
self,
|
|
362
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
363
|
+
) -> None:
|
|
364
|
+
if __debug__:
|
|
365
|
+
type_hints = typing.get_type_hints(_typecheckingstub__024ff94ee9a9dbd7a4348422377053fce4ef5b4393f67aa6561ab4f37e813332)
|
|
366
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
367
|
+
jsii.set(self, "isService", value) # pyright: ignore[reportArgumentType]
|
|
368
|
+
|
|
266
369
|
@builtins.property
|
|
267
370
|
@jsii.member(jsii_name="permissions")
|
|
268
371
|
def permissions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -289,6 +392,63 @@ class CfnApplication(
|
|
|
289
392
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
290
393
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
291
394
|
|
|
395
|
+
@jsii.data_type(
|
|
396
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ApplicationConfigProperty",
|
|
397
|
+
jsii_struct_bases=[],
|
|
398
|
+
name_mapping={"contact_handling": "contactHandling"},
|
|
399
|
+
)
|
|
400
|
+
class ApplicationConfigProperty:
|
|
401
|
+
def __init__(
|
|
402
|
+
self,
|
|
403
|
+
*,
|
|
404
|
+
contact_handling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ContactHandlingProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
405
|
+
) -> None:
|
|
406
|
+
'''
|
|
407
|
+
:param contact_handling:
|
|
408
|
+
|
|
409
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html
|
|
410
|
+
:exampleMetadata: fixture=_generated
|
|
411
|
+
|
|
412
|
+
Example::
|
|
413
|
+
|
|
414
|
+
# The code below shows an example of how to instantiate this type.
|
|
415
|
+
# The values are placeholders you should change.
|
|
416
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
417
|
+
|
|
418
|
+
application_config_property = appintegrations.CfnApplication.ApplicationConfigProperty(
|
|
419
|
+
contact_handling=appintegrations.CfnApplication.ContactHandlingProperty(
|
|
420
|
+
scope="scope"
|
|
421
|
+
)
|
|
422
|
+
)
|
|
423
|
+
'''
|
|
424
|
+
if __debug__:
|
|
425
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7a200fd881a848470f5631cfc744a53d5588ec7b4c6cf9b16ad4a194b4b85b1d)
|
|
426
|
+
check_type(argname="argument contact_handling", value=contact_handling, expected_type=type_hints["contact_handling"])
|
|
427
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
428
|
+
if contact_handling is not None:
|
|
429
|
+
self._values["contact_handling"] = contact_handling
|
|
430
|
+
|
|
431
|
+
@builtins.property
|
|
432
|
+
def contact_handling(
|
|
433
|
+
self,
|
|
434
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ContactHandlingProperty"]]:
|
|
435
|
+
'''
|
|
436
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html#cfn-appintegrations-application-applicationconfig-contacthandling
|
|
437
|
+
'''
|
|
438
|
+
result = self._values.get("contact_handling")
|
|
439
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.ContactHandlingProperty"]], result)
|
|
440
|
+
|
|
441
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
442
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
443
|
+
|
|
444
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
445
|
+
return not (rhs == self)
|
|
446
|
+
|
|
447
|
+
def __repr__(self) -> str:
|
|
448
|
+
return "ApplicationConfigProperty(%s)" % ", ".join(
|
|
449
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
450
|
+
)
|
|
451
|
+
|
|
292
452
|
@jsii.data_type(
|
|
293
453
|
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ApplicationSourceConfigProperty",
|
|
294
454
|
jsii_struct_bases=[],
|
|
@@ -352,6 +512,56 @@ class CfnApplication(
|
|
|
352
512
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
353
513
|
)
|
|
354
514
|
|
|
515
|
+
@jsii.data_type(
|
|
516
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ContactHandlingProperty",
|
|
517
|
+
jsii_struct_bases=[],
|
|
518
|
+
name_mapping={"scope": "scope"},
|
|
519
|
+
)
|
|
520
|
+
class ContactHandlingProperty:
|
|
521
|
+
def __init__(self, *, scope: builtins.str) -> None:
|
|
522
|
+
'''
|
|
523
|
+
:param scope:
|
|
524
|
+
|
|
525
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-contacthandling.html
|
|
526
|
+
:exampleMetadata: fixture=_generated
|
|
527
|
+
|
|
528
|
+
Example::
|
|
529
|
+
|
|
530
|
+
# The code below shows an example of how to instantiate this type.
|
|
531
|
+
# The values are placeholders you should change.
|
|
532
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
533
|
+
|
|
534
|
+
contact_handling_property = appintegrations.CfnApplication.ContactHandlingProperty(
|
|
535
|
+
scope="scope"
|
|
536
|
+
)
|
|
537
|
+
'''
|
|
538
|
+
if __debug__:
|
|
539
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b220c6975b2fa737bd89eee1ab6f116e5ebe4d905d6233b53e35f5b0b40f162e)
|
|
540
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
541
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
542
|
+
"scope": scope,
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
@builtins.property
|
|
546
|
+
def scope(self) -> builtins.str:
|
|
547
|
+
'''
|
|
548
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-contacthandling.html#cfn-appintegrations-application-contacthandling-scope
|
|
549
|
+
'''
|
|
550
|
+
result = self._values.get("scope")
|
|
551
|
+
assert result is not None, "Required property 'scope' is missing"
|
|
552
|
+
return typing.cast(builtins.str, result)
|
|
553
|
+
|
|
554
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
555
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
556
|
+
|
|
557
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
558
|
+
return not (rhs == self)
|
|
559
|
+
|
|
560
|
+
def __repr__(self) -> str:
|
|
561
|
+
return "ContactHandlingProperty(%s)" % ", ".join(
|
|
562
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
563
|
+
)
|
|
564
|
+
|
|
355
565
|
@jsii.data_type(
|
|
356
566
|
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ExternalUrlConfigProperty",
|
|
357
567
|
jsii_struct_bases=[],
|
|
@@ -428,6 +638,73 @@ class CfnApplication(
|
|
|
428
638
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
429
639
|
)
|
|
430
640
|
|
|
641
|
+
@jsii.data_type(
|
|
642
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.IframeConfigProperty",
|
|
643
|
+
jsii_struct_bases=[],
|
|
644
|
+
name_mapping={"allow": "allow", "sandbox": "sandbox"},
|
|
645
|
+
)
|
|
646
|
+
class IframeConfigProperty:
|
|
647
|
+
def __init__(
|
|
648
|
+
self,
|
|
649
|
+
*,
|
|
650
|
+
allow: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
651
|
+
sandbox: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
652
|
+
) -> None:
|
|
653
|
+
'''
|
|
654
|
+
:param allow:
|
|
655
|
+
:param sandbox:
|
|
656
|
+
|
|
657
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html
|
|
658
|
+
:exampleMetadata: fixture=_generated
|
|
659
|
+
|
|
660
|
+
Example::
|
|
661
|
+
|
|
662
|
+
# The code below shows an example of how to instantiate this type.
|
|
663
|
+
# The values are placeholders you should change.
|
|
664
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
665
|
+
|
|
666
|
+
iframe_config_property = appintegrations.CfnApplication.IframeConfigProperty(
|
|
667
|
+
allow=["allow"],
|
|
668
|
+
sandbox=["sandbox"]
|
|
669
|
+
)
|
|
670
|
+
'''
|
|
671
|
+
if __debug__:
|
|
672
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a4e1d29a683508d5dce338ead2d5d12168d88348304cab46c45234c9c8e6d558)
|
|
673
|
+
check_type(argname="argument allow", value=allow, expected_type=type_hints["allow"])
|
|
674
|
+
check_type(argname="argument sandbox", value=sandbox, expected_type=type_hints["sandbox"])
|
|
675
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
676
|
+
if allow is not None:
|
|
677
|
+
self._values["allow"] = allow
|
|
678
|
+
if sandbox is not None:
|
|
679
|
+
self._values["sandbox"] = sandbox
|
|
680
|
+
|
|
681
|
+
@builtins.property
|
|
682
|
+
def allow(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
683
|
+
'''
|
|
684
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html#cfn-appintegrations-application-iframeconfig-allow
|
|
685
|
+
'''
|
|
686
|
+
result = self._values.get("allow")
|
|
687
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
688
|
+
|
|
689
|
+
@builtins.property
|
|
690
|
+
def sandbox(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
691
|
+
'''
|
|
692
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html#cfn-appintegrations-application-iframeconfig-sandbox
|
|
693
|
+
'''
|
|
694
|
+
result = self._values.get("sandbox")
|
|
695
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
696
|
+
|
|
697
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
698
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
699
|
+
|
|
700
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
701
|
+
return not (rhs == self)
|
|
702
|
+
|
|
703
|
+
def __repr__(self) -> str:
|
|
704
|
+
return "IframeConfigProperty(%s)" % ", ".join(
|
|
705
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
706
|
+
)
|
|
707
|
+
|
|
431
708
|
|
|
432
709
|
@jsii.data_type(
|
|
433
710
|
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplicationProps",
|
|
@@ -437,6 +714,10 @@ class CfnApplication(
|
|
|
437
714
|
"description": "description",
|
|
438
715
|
"name": "name",
|
|
439
716
|
"namespace": "namespace",
|
|
717
|
+
"application_config": "applicationConfig",
|
|
718
|
+
"iframe_config": "iframeConfig",
|
|
719
|
+
"initialization_timeout": "initializationTimeout",
|
|
720
|
+
"is_service": "isService",
|
|
440
721
|
"permissions": "permissions",
|
|
441
722
|
"tags": "tags",
|
|
442
723
|
},
|
|
@@ -449,6 +730,10 @@ class CfnApplicationProps:
|
|
|
449
730
|
description: builtins.str,
|
|
450
731
|
name: builtins.str,
|
|
451
732
|
namespace: builtins.str,
|
|
733
|
+
application_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
734
|
+
iframe_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.IframeConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
735
|
+
initialization_timeout: typing.Optional[jsii.Number] = None,
|
|
736
|
+
is_service: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
452
737
|
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
453
738
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
454
739
|
) -> None:
|
|
@@ -458,6 +743,10 @@ class CfnApplicationProps:
|
|
|
458
743
|
:param description: The description of the application.
|
|
459
744
|
:param name: The name of the application.
|
|
460
745
|
:param namespace: The namespace of the application.
|
|
746
|
+
:param application_config:
|
|
747
|
+
:param iframe_config:
|
|
748
|
+
:param initialization_timeout: The initialization timeout in milliseconds. Required when IsService is true.
|
|
749
|
+
:param is_service: Indicates whether the application is a service. Default: - false
|
|
461
750
|
:param permissions: The configuration of events or requests that the application has access to.
|
|
462
751
|
:param tags: The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
463
752
|
|
|
@@ -484,6 +773,17 @@ class CfnApplicationProps:
|
|
|
484
773
|
namespace="namespace",
|
|
485
774
|
|
|
486
775
|
# the properties below are optional
|
|
776
|
+
application_config=appintegrations.CfnApplication.ApplicationConfigProperty(
|
|
777
|
+
contact_handling=appintegrations.CfnApplication.ContactHandlingProperty(
|
|
778
|
+
scope="scope"
|
|
779
|
+
)
|
|
780
|
+
),
|
|
781
|
+
iframe_config=appintegrations.CfnApplication.IframeConfigProperty(
|
|
782
|
+
allow=["allow"],
|
|
783
|
+
sandbox=["sandbox"]
|
|
784
|
+
),
|
|
785
|
+
initialization_timeout=123,
|
|
786
|
+
is_service=False,
|
|
487
787
|
permissions=["permissions"],
|
|
488
788
|
tags=[CfnTag(
|
|
489
789
|
key="key",
|
|
@@ -497,6 +797,10 @@ class CfnApplicationProps:
|
|
|
497
797
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
498
798
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
499
799
|
check_type(argname="argument namespace", value=namespace, expected_type=type_hints["namespace"])
|
|
800
|
+
check_type(argname="argument application_config", value=application_config, expected_type=type_hints["application_config"])
|
|
801
|
+
check_type(argname="argument iframe_config", value=iframe_config, expected_type=type_hints["iframe_config"])
|
|
802
|
+
check_type(argname="argument initialization_timeout", value=initialization_timeout, expected_type=type_hints["initialization_timeout"])
|
|
803
|
+
check_type(argname="argument is_service", value=is_service, expected_type=type_hints["is_service"])
|
|
500
804
|
check_type(argname="argument permissions", value=permissions, expected_type=type_hints["permissions"])
|
|
501
805
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
502
806
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -505,6 +809,14 @@ class CfnApplicationProps:
|
|
|
505
809
|
"name": name,
|
|
506
810
|
"namespace": namespace,
|
|
507
811
|
}
|
|
812
|
+
if application_config is not None:
|
|
813
|
+
self._values["application_config"] = application_config
|
|
814
|
+
if iframe_config is not None:
|
|
815
|
+
self._values["iframe_config"] = iframe_config
|
|
816
|
+
if initialization_timeout is not None:
|
|
817
|
+
self._values["initialization_timeout"] = initialization_timeout
|
|
818
|
+
if is_service is not None:
|
|
819
|
+
self._values["is_service"] = is_service
|
|
508
820
|
if permissions is not None:
|
|
509
821
|
self._values["permissions"] = permissions
|
|
510
822
|
if tags is not None:
|
|
@@ -552,6 +864,50 @@ class CfnApplicationProps:
|
|
|
552
864
|
assert result is not None, "Required property 'namespace' is missing"
|
|
553
865
|
return typing.cast(builtins.str, result)
|
|
554
866
|
|
|
867
|
+
@builtins.property
|
|
868
|
+
def application_config(
|
|
869
|
+
self,
|
|
870
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.ApplicationConfigProperty]]:
|
|
871
|
+
'''
|
|
872
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-applicationconfig
|
|
873
|
+
'''
|
|
874
|
+
result = self._values.get("application_config")
|
|
875
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.ApplicationConfigProperty]], result)
|
|
876
|
+
|
|
877
|
+
@builtins.property
|
|
878
|
+
def iframe_config(
|
|
879
|
+
self,
|
|
880
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.IframeConfigProperty]]:
|
|
881
|
+
'''
|
|
882
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-iframeconfig
|
|
883
|
+
'''
|
|
884
|
+
result = self._values.get("iframe_config")
|
|
885
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.IframeConfigProperty]], result)
|
|
886
|
+
|
|
887
|
+
@builtins.property
|
|
888
|
+
def initialization_timeout(self) -> typing.Optional[jsii.Number]:
|
|
889
|
+
'''The initialization timeout in milliseconds.
|
|
890
|
+
|
|
891
|
+
Required when IsService is true.
|
|
892
|
+
|
|
893
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-initializationtimeout
|
|
894
|
+
'''
|
|
895
|
+
result = self._values.get("initialization_timeout")
|
|
896
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
897
|
+
|
|
898
|
+
@builtins.property
|
|
899
|
+
def is_service(
|
|
900
|
+
self,
|
|
901
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
902
|
+
'''Indicates whether the application is a service.
|
|
903
|
+
|
|
904
|
+
:default: - false
|
|
905
|
+
|
|
906
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-isservice
|
|
907
|
+
'''
|
|
908
|
+
result = self._values.get("is_service")
|
|
909
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
910
|
+
|
|
555
911
|
@builtins.property
|
|
556
912
|
def permissions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
557
913
|
'''The configuration of events or requests that the application has access to.
|
|
@@ -584,7 +940,7 @@ class CfnApplicationProps:
|
|
|
584
940
|
)
|
|
585
941
|
|
|
586
942
|
|
|
587
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
943
|
+
@jsii.implements(_IInspectable_c2943556, _IDataIntegrationRef_c5e65586, _ITaggable_36806126)
|
|
588
944
|
class CfnDataIntegration(
|
|
589
945
|
_CfnResource_9df397a6,
|
|
590
946
|
metaclass=jsii.JSIIMeta,
|
|
@@ -647,7 +1003,8 @@ class CfnDataIntegration(
|
|
|
647
1003
|
schedule_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataIntegration.ScheduleConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
648
1004
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
649
1005
|
) -> None:
|
|
650
|
-
'''
|
|
1006
|
+
'''Create a new ``AWS::AppIntegrations::DataIntegration``.
|
|
1007
|
+
|
|
651
1008
|
:param scope: Scope in which this resource is defined.
|
|
652
1009
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
653
1010
|
:param kms_key: The KMS key for the DataIntegration.
|
|
@@ -676,6 +1033,48 @@ class CfnDataIntegration(
|
|
|
676
1033
|
|
|
677
1034
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
678
1035
|
|
|
1036
|
+
@jsii.member(jsii_name="fromDataIntegrationArn")
|
|
1037
|
+
@builtins.classmethod
|
|
1038
|
+
def from_data_integration_arn(
|
|
1039
|
+
cls,
|
|
1040
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1041
|
+
id: builtins.str,
|
|
1042
|
+
arn: builtins.str,
|
|
1043
|
+
) -> _IDataIntegrationRef_c5e65586:
|
|
1044
|
+
'''Creates a new IDataIntegrationRef from an ARN.
|
|
1045
|
+
|
|
1046
|
+
:param scope: -
|
|
1047
|
+
:param id: -
|
|
1048
|
+
:param arn: -
|
|
1049
|
+
'''
|
|
1050
|
+
if __debug__:
|
|
1051
|
+
type_hints = typing.get_type_hints(_typecheckingstub__70d05e99699021c14d7f2458d9284b6643ee07c8bf98a6d7251ec619c575c220)
|
|
1052
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1053
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1054
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1055
|
+
return typing.cast(_IDataIntegrationRef_c5e65586, jsii.sinvoke(cls, "fromDataIntegrationArn", [scope, id, arn]))
|
|
1056
|
+
|
|
1057
|
+
@jsii.member(jsii_name="fromDataIntegrationId")
|
|
1058
|
+
@builtins.classmethod
|
|
1059
|
+
def from_data_integration_id(
|
|
1060
|
+
cls,
|
|
1061
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1062
|
+
id: builtins.str,
|
|
1063
|
+
data_integration_id: builtins.str,
|
|
1064
|
+
) -> _IDataIntegrationRef_c5e65586:
|
|
1065
|
+
'''Creates a new IDataIntegrationRef from a dataIntegrationId.
|
|
1066
|
+
|
|
1067
|
+
:param scope: -
|
|
1068
|
+
:param id: -
|
|
1069
|
+
:param data_integration_id: -
|
|
1070
|
+
'''
|
|
1071
|
+
if __debug__:
|
|
1072
|
+
type_hints = typing.get_type_hints(_typecheckingstub__20305a315b3389b912aa7c2944c682e8c102efa0a52d1ebccfdcf5ad58d22c5b)
|
|
1073
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1074
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1075
|
+
check_type(argname="argument data_integration_id", value=data_integration_id, expected_type=type_hints["data_integration_id"])
|
|
1076
|
+
return typing.cast(_IDataIntegrationRef_c5e65586, jsii.sinvoke(cls, "fromDataIntegrationId", [scope, id, data_integration_id]))
|
|
1077
|
+
|
|
679
1078
|
@jsii.member(jsii_name="inspect")
|
|
680
1079
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
681
1080
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -729,6 +1128,12 @@ class CfnDataIntegration(
|
|
|
729
1128
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
730
1129
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
731
1130
|
|
|
1131
|
+
@builtins.property
|
|
1132
|
+
@jsii.member(jsii_name="dataIntegrationRef")
|
|
1133
|
+
def data_integration_ref(self) -> _DataIntegrationReference_82094d23:
|
|
1134
|
+
'''A reference to a DataIntegration resource.'''
|
|
1135
|
+
return typing.cast(_DataIntegrationReference_82094d23, jsii.get(self, "dataIntegrationRef"))
|
|
1136
|
+
|
|
732
1137
|
@builtins.property
|
|
733
1138
|
@jsii.member(jsii_name="tags")
|
|
734
1139
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1213,7 +1618,7 @@ class CfnDataIntegrationProps:
|
|
|
1213
1618
|
)
|
|
1214
1619
|
|
|
1215
1620
|
|
|
1216
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1621
|
+
@jsii.implements(_IInspectable_c2943556, _IEventIntegrationRef_d2c58e8f, _ITaggable_36806126)
|
|
1217
1622
|
class CfnEventIntegration(
|
|
1218
1623
|
_CfnResource_9df397a6,
|
|
1219
1624
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1260,7 +1665,8 @@ class CfnEventIntegration(
|
|
|
1260
1665
|
description: typing.Optional[builtins.str] = None,
|
|
1261
1666
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1262
1667
|
) -> None:
|
|
1263
|
-
'''
|
|
1668
|
+
'''Create a new ``AWS::AppIntegrations::EventIntegration``.
|
|
1669
|
+
|
|
1264
1670
|
:param scope: Scope in which this resource is defined.
|
|
1265
1671
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1266
1672
|
:param event_bridge_bus: The Amazon EventBridge bus for the event integration.
|
|
@@ -1283,6 +1689,48 @@ class CfnEventIntegration(
|
|
|
1283
1689
|
|
|
1284
1690
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1285
1691
|
|
|
1692
|
+
@jsii.member(jsii_name="fromEventIntegrationArn")
|
|
1693
|
+
@builtins.classmethod
|
|
1694
|
+
def from_event_integration_arn(
|
|
1695
|
+
cls,
|
|
1696
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1697
|
+
id: builtins.str,
|
|
1698
|
+
arn: builtins.str,
|
|
1699
|
+
) -> _IEventIntegrationRef_d2c58e8f:
|
|
1700
|
+
'''Creates a new IEventIntegrationRef from an ARN.
|
|
1701
|
+
|
|
1702
|
+
:param scope: -
|
|
1703
|
+
:param id: -
|
|
1704
|
+
:param arn: -
|
|
1705
|
+
'''
|
|
1706
|
+
if __debug__:
|
|
1707
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d4585a8d0fffc3e813b27fd6176836fb851e8dc99a7f5986e1ac81b808e31071)
|
|
1708
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1709
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1710
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1711
|
+
return typing.cast(_IEventIntegrationRef_d2c58e8f, jsii.sinvoke(cls, "fromEventIntegrationArn", [scope, id, arn]))
|
|
1712
|
+
|
|
1713
|
+
@jsii.member(jsii_name="fromEventIntegrationName")
|
|
1714
|
+
@builtins.classmethod
|
|
1715
|
+
def from_event_integration_name(
|
|
1716
|
+
cls,
|
|
1717
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1718
|
+
id: builtins.str,
|
|
1719
|
+
event_integration_name: builtins.str,
|
|
1720
|
+
) -> _IEventIntegrationRef_d2c58e8f:
|
|
1721
|
+
'''Creates a new IEventIntegrationRef from a eventIntegrationName.
|
|
1722
|
+
|
|
1723
|
+
:param scope: -
|
|
1724
|
+
:param id: -
|
|
1725
|
+
:param event_integration_name: -
|
|
1726
|
+
'''
|
|
1727
|
+
if __debug__:
|
|
1728
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0fc7a2e0941d7492b5dc210f140a9f33a60d60a6ccc985e636799c9a535d22b8)
|
|
1729
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1730
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1731
|
+
check_type(argname="argument event_integration_name", value=event_integration_name, expected_type=type_hints["event_integration_name"])
|
|
1732
|
+
return typing.cast(_IEventIntegrationRef_d2c58e8f, jsii.sinvoke(cls, "fromEventIntegrationName", [scope, id, event_integration_name]))
|
|
1733
|
+
|
|
1286
1734
|
@jsii.member(jsii_name="inspect")
|
|
1287
1735
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1288
1736
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1327,6 +1775,12 @@ class CfnEventIntegration(
|
|
|
1327
1775
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1328
1776
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1329
1777
|
|
|
1778
|
+
@builtins.property
|
|
1779
|
+
@jsii.member(jsii_name="eventIntegrationRef")
|
|
1780
|
+
def event_integration_ref(self) -> _EventIntegrationReference_2d3a8ab8:
|
|
1781
|
+
'''A reference to a EventIntegration resource.'''
|
|
1782
|
+
return typing.cast(_EventIntegrationReference_2d3a8ab8, jsii.get(self, "eventIntegrationRef"))
|
|
1783
|
+
|
|
1330
1784
|
@builtins.property
|
|
1331
1785
|
@jsii.member(jsii_name="tags")
|
|
1332
1786
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1609,6 +2063,10 @@ def _typecheckingstub__2c1bbb1e03e672595eb80bdb7dcb70bb6e71fccf39633133ee8a5b86b
|
|
|
1609
2063
|
description: builtins.str,
|
|
1610
2064
|
name: builtins.str,
|
|
1611
2065
|
namespace: builtins.str,
|
|
2066
|
+
application_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2067
|
+
iframe_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.IframeConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2068
|
+
initialization_timeout: typing.Optional[jsii.Number] = None,
|
|
2069
|
+
is_service: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1612
2070
|
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1613
2071
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1614
2072
|
) -> None:
|
|
@@ -1651,6 +2109,30 @@ def _typecheckingstub__c1133ff0df5163630ae65aa9c2ffa87e2e0db4c7e7d6a197c3a256bd1
|
|
|
1651
2109
|
"""Type checking stubs"""
|
|
1652
2110
|
pass
|
|
1653
2111
|
|
|
2112
|
+
def _typecheckingstub__f3caf601b0f569fd019f866e47cc5b0bb49379d4b882f320078ed605052b7ca7(
|
|
2113
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.ApplicationConfigProperty]],
|
|
2114
|
+
) -> None:
|
|
2115
|
+
"""Type checking stubs"""
|
|
2116
|
+
pass
|
|
2117
|
+
|
|
2118
|
+
def _typecheckingstub__132e84c3b7d79e8adb5125bdb2456de645edaaaecf7c9ace8f172b799e55c46d(
|
|
2119
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.IframeConfigProperty]],
|
|
2120
|
+
) -> None:
|
|
2121
|
+
"""Type checking stubs"""
|
|
2122
|
+
pass
|
|
2123
|
+
|
|
2124
|
+
def _typecheckingstub__3537c46fc02c6c8123f54755ecdc6281ac08636fb1bb28aa4bd15f35b256420b(
|
|
2125
|
+
value: typing.Optional[jsii.Number],
|
|
2126
|
+
) -> None:
|
|
2127
|
+
"""Type checking stubs"""
|
|
2128
|
+
pass
|
|
2129
|
+
|
|
2130
|
+
def _typecheckingstub__024ff94ee9a9dbd7a4348422377053fce4ef5b4393f67aa6561ab4f37e813332(
|
|
2131
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
2132
|
+
) -> None:
|
|
2133
|
+
"""Type checking stubs"""
|
|
2134
|
+
pass
|
|
2135
|
+
|
|
1654
2136
|
def _typecheckingstub__1aafc4daa721930073f0dbbb7da26dc3c3c3be9c01fc9424bbc85944b766472d(
|
|
1655
2137
|
value: typing.Optional[typing.List[builtins.str]],
|
|
1656
2138
|
) -> None:
|
|
@@ -1663,6 +2145,13 @@ def _typecheckingstub__bf726959aa4191428101440b70a3eb393290a7cdec2b995b07413ac05
|
|
|
1663
2145
|
"""Type checking stubs"""
|
|
1664
2146
|
pass
|
|
1665
2147
|
|
|
2148
|
+
def _typecheckingstub__7a200fd881a848470f5631cfc744a53d5588ec7b4c6cf9b16ad4a194b4b85b1d(
|
|
2149
|
+
*,
|
|
2150
|
+
contact_handling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ContactHandlingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2151
|
+
) -> None:
|
|
2152
|
+
"""Type checking stubs"""
|
|
2153
|
+
pass
|
|
2154
|
+
|
|
1666
2155
|
def _typecheckingstub__599151bfc17f24879de38cf44b4a12c218d6b40ffaf8a24fc33beaa3691268b7(
|
|
1667
2156
|
*,
|
|
1668
2157
|
external_url_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ExternalUrlConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -1670,6 +2159,13 @@ def _typecheckingstub__599151bfc17f24879de38cf44b4a12c218d6b40ffaf8a24fc33beaa36
|
|
|
1670
2159
|
"""Type checking stubs"""
|
|
1671
2160
|
pass
|
|
1672
2161
|
|
|
2162
|
+
def _typecheckingstub__b220c6975b2fa737bd89eee1ab6f116e5ebe4d905d6233b53e35f5b0b40f162e(
|
|
2163
|
+
*,
|
|
2164
|
+
scope: builtins.str,
|
|
2165
|
+
) -> None:
|
|
2166
|
+
"""Type checking stubs"""
|
|
2167
|
+
pass
|
|
2168
|
+
|
|
1673
2169
|
def _typecheckingstub__685c9ea63d4a7f3b4f8c0ba5680f0ec9ac1f12cdeb524e0b6a869beee33009cc(
|
|
1674
2170
|
*,
|
|
1675
2171
|
access_url: builtins.str,
|
|
@@ -1678,12 +2174,24 @@ def _typecheckingstub__685c9ea63d4a7f3b4f8c0ba5680f0ec9ac1f12cdeb524e0b6a869beee
|
|
|
1678
2174
|
"""Type checking stubs"""
|
|
1679
2175
|
pass
|
|
1680
2176
|
|
|
2177
|
+
def _typecheckingstub__a4e1d29a683508d5dce338ead2d5d12168d88348304cab46c45234c9c8e6d558(
|
|
2178
|
+
*,
|
|
2179
|
+
allow: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2180
|
+
sandbox: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2181
|
+
) -> None:
|
|
2182
|
+
"""Type checking stubs"""
|
|
2183
|
+
pass
|
|
2184
|
+
|
|
1681
2185
|
def _typecheckingstub__7d2c7ce5dfd3af1b41c02f961c30070527579ac243574e11a9dfe26cc453fe9f(
|
|
1682
2186
|
*,
|
|
1683
2187
|
application_source_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationSourceConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1684
2188
|
description: builtins.str,
|
|
1685
2189
|
name: builtins.str,
|
|
1686
2190
|
namespace: builtins.str,
|
|
2191
|
+
application_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2192
|
+
iframe_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.IframeConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2193
|
+
initialization_timeout: typing.Optional[jsii.Number] = None,
|
|
2194
|
+
is_service: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1687
2195
|
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1688
2196
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1689
2197
|
) -> None:
|
|
@@ -1706,6 +2214,22 @@ def _typecheckingstub__07830c24dc09b0662b03583ee4edbdbaeb4fabf95d85c4f4ed965ea9d
|
|
|
1706
2214
|
"""Type checking stubs"""
|
|
1707
2215
|
pass
|
|
1708
2216
|
|
|
2217
|
+
def _typecheckingstub__70d05e99699021c14d7f2458d9284b6643ee07c8bf98a6d7251ec619c575c220(
|
|
2218
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2219
|
+
id: builtins.str,
|
|
2220
|
+
arn: builtins.str,
|
|
2221
|
+
) -> None:
|
|
2222
|
+
"""Type checking stubs"""
|
|
2223
|
+
pass
|
|
2224
|
+
|
|
2225
|
+
def _typecheckingstub__20305a315b3389b912aa7c2944c682e8c102efa0a52d1ebccfdcf5ad58d22c5b(
|
|
2226
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2227
|
+
id: builtins.str,
|
|
2228
|
+
data_integration_id: builtins.str,
|
|
2229
|
+
) -> None:
|
|
2230
|
+
"""Type checking stubs"""
|
|
2231
|
+
pass
|
|
2232
|
+
|
|
1709
2233
|
def _typecheckingstub__1b6af7441719b460ee4641270770c612fb58e431a8fbcc3d0f99ddae2d585fb7(
|
|
1710
2234
|
inspector: _TreeInspector_488e0dd5,
|
|
1711
2235
|
) -> None:
|
|
@@ -1810,6 +2334,22 @@ def _typecheckingstub__7f4a16fc332806342706d2878c9a173a25d599659c9ec58d0c31e1ae7
|
|
|
1810
2334
|
"""Type checking stubs"""
|
|
1811
2335
|
pass
|
|
1812
2336
|
|
|
2337
|
+
def _typecheckingstub__d4585a8d0fffc3e813b27fd6176836fb851e8dc99a7f5986e1ac81b808e31071(
|
|
2338
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2339
|
+
id: builtins.str,
|
|
2340
|
+
arn: builtins.str,
|
|
2341
|
+
) -> None:
|
|
2342
|
+
"""Type checking stubs"""
|
|
2343
|
+
pass
|
|
2344
|
+
|
|
2345
|
+
def _typecheckingstub__0fc7a2e0941d7492b5dc210f140a9f33a60d60a6ccc985e636799c9a535d22b8(
|
|
2346
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2347
|
+
id: builtins.str,
|
|
2348
|
+
event_integration_name: builtins.str,
|
|
2349
|
+
) -> None:
|
|
2350
|
+
"""Type checking stubs"""
|
|
2351
|
+
pass
|
|
2352
|
+
|
|
1813
2353
|
def _typecheckingstub__73b155f65b8c626e094fd78079276b84b0fcfa577110b2ffa5fd975593086533(
|
|
1814
2354
|
inspector: _TreeInspector_488e0dd5,
|
|
1815
2355
|
) -> None:
|