aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -67,9 +67,27 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_kinesisanalytics import (
|
|
71
|
+
ApplicationOutputReference as _ApplicationOutputReference_e17e093c,
|
|
72
|
+
ApplicationReference as _ApplicationReference_69091112,
|
|
73
|
+
ApplicationReferenceDataSourceReference as _ApplicationReferenceDataSourceReference_0dc08309,
|
|
74
|
+
IApplicationOutputRef as _IApplicationOutputRef_f7d663a6,
|
|
75
|
+
IApplicationRef as _IApplicationRef_253cd88b,
|
|
76
|
+
IApplicationReferenceDataSourceRef as _IApplicationReferenceDataSourceRef_57b61dfa,
|
|
77
|
+
)
|
|
78
|
+
from ..interfaces.aws_kinesisanalyticsv2 import (
|
|
79
|
+
ApplicationCloudWatchLoggingOptionReference as _ApplicationCloudWatchLoggingOptionReference_7dfe072d,
|
|
80
|
+
ApplicationOutputReference as _ApplicationOutputReference_157ab52d,
|
|
81
|
+
ApplicationReference as _ApplicationReference_46694a3d,
|
|
82
|
+
ApplicationReferenceDataSourceReference as _ApplicationReferenceDataSourceReference_462bf76c,
|
|
83
|
+
IApplicationCloudWatchLoggingOptionRef as _IApplicationCloudWatchLoggingOptionRef_5d86d4f5,
|
|
84
|
+
IApplicationOutputRef as _IApplicationOutputRef_301c8930,
|
|
85
|
+
IApplicationRef as _IApplicationRef_f869ed37,
|
|
86
|
+
IApplicationReferenceDataSourceRef as _IApplicationReferenceDataSourceRef_b0fa28ee,
|
|
87
|
+
)
|
|
70
88
|
|
|
71
89
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
90
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationRef_253cd88b)
|
|
73
91
|
class CfnApplication(
|
|
74
92
|
_CfnResource_9df397a6,
|
|
75
93
|
metaclass=jsii.JSIIMeta,
|
|
@@ -156,7 +174,8 @@ class CfnApplication(
|
|
|
156
174
|
application_description: typing.Optional[builtins.str] = None,
|
|
157
175
|
application_name: typing.Optional[builtins.str] = None,
|
|
158
176
|
) -> None:
|
|
159
|
-
'''
|
|
177
|
+
'''Create a new ``AWS::KinesisAnalytics::Application``.
|
|
178
|
+
|
|
160
179
|
:param scope: Scope in which this resource is defined.
|
|
161
180
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
162
181
|
:param inputs: Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table). For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc.). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf. To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
|
|
@@ -207,6 +226,12 @@ class CfnApplication(
|
|
|
207
226
|
'''The CloudFormation resource type name for this resource class.'''
|
|
208
227
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
209
228
|
|
|
229
|
+
@builtins.property
|
|
230
|
+
@jsii.member(jsii_name="applicationRef")
|
|
231
|
+
def application_ref(self) -> _ApplicationReference_69091112:
|
|
232
|
+
'''A reference to a Application resource.'''
|
|
233
|
+
return typing.cast(_ApplicationReference_69091112, jsii.get(self, "applicationRef"))
|
|
234
|
+
|
|
210
235
|
@builtins.property
|
|
211
236
|
@jsii.member(jsii_name="attrId")
|
|
212
237
|
def attr_id(self) -> builtins.str:
|
|
@@ -1337,19 +1362,22 @@ class CfnApplication(
|
|
|
1337
1362
|
)
|
|
1338
1363
|
|
|
1339
1364
|
|
|
1340
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1365
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationCloudWatchLoggingOptionRef_5d86d4f5)
|
|
1341
1366
|
class CfnApplicationCloudWatchLoggingOptionV2(
|
|
1342
1367
|
_CfnResource_9df397a6,
|
|
1343
1368
|
metaclass=jsii.JSIIMeta,
|
|
1344
1369
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationCloudWatchLoggingOptionV2",
|
|
1345
1370
|
):
|
|
1346
|
-
'''Adds an Amazon CloudWatch log stream to monitor application configuration errors.
|
|
1371
|
+
'''(deprecated) Adds an Amazon CloudWatch log stream to monitor application configuration errors.
|
|
1347
1372
|
|
|
1348
1373
|
.. epigraph::
|
|
1349
1374
|
|
|
1350
1375
|
Only one *ApplicationCloudWatchLoggingOption* resource can be attached per application.
|
|
1351
1376
|
|
|
1377
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
1378
|
+
|
|
1352
1379
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html
|
|
1380
|
+
:stability: deprecated
|
|
1353
1381
|
:cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption
|
|
1354
1382
|
:exampleMetadata: fixture=_generated
|
|
1355
1383
|
|
|
@@ -1375,11 +1403,14 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1375
1403
|
application_name: builtins.str,
|
|
1376
1404
|
cloud_watch_logging_option: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1377
1405
|
) -> None:
|
|
1378
|
-
'''
|
|
1406
|
+
'''(deprecated) Create a new ``AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption``.
|
|
1407
|
+
|
|
1379
1408
|
:param scope: Scope in which this resource is defined.
|
|
1380
1409
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1381
|
-
:param application_name: The name of the application.
|
|
1382
|
-
:param cloud_watch_logging_option: Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1410
|
+
:param application_name: (deprecated) The name of the application.
|
|
1411
|
+
:param cloud_watch_logging_option: (deprecated) Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1412
|
+
|
|
1413
|
+
:stability: deprecated
|
|
1383
1414
|
'''
|
|
1384
1415
|
if __debug__:
|
|
1385
1416
|
type_hints = typing.get_type_hints(_typecheckingstub__fdc9aaec6fa4f65f6738e4e1aaee7e90800e37a93c5aa29ea0f7f9fc3ea7a8dd)
|
|
@@ -1394,9 +1425,11 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1394
1425
|
|
|
1395
1426
|
@jsii.member(jsii_name="inspect")
|
|
1396
1427
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1397
|
-
'''Examines the CloudFormation resource and discloses attributes.
|
|
1428
|
+
'''(deprecated) Examines the CloudFormation resource and discloses attributes.
|
|
1398
1429
|
|
|
1399
1430
|
:param inspector: tree inspector to collect and process attributes.
|
|
1431
|
+
|
|
1432
|
+
:stability: deprecated
|
|
1400
1433
|
'''
|
|
1401
1434
|
if __debug__:
|
|
1402
1435
|
type_hints = typing.get_type_hints(_typecheckingstub__3e7c8138ea01464bfe8e4fe9a9650b90574f8bd326c71e4a45793852a9bc43e5)
|
|
@@ -1410,6 +1443,8 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1410
1443
|
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1411
1444
|
'''
|
|
1412
1445
|
:param props: -
|
|
1446
|
+
|
|
1447
|
+
:stability: deprecated
|
|
1413
1448
|
'''
|
|
1414
1449
|
if __debug__:
|
|
1415
1450
|
type_hints = typing.get_type_hints(_typecheckingstub__4823faff69b817870b7ae2c7d07bd53cbfb2468b591efb8c9e092264c1976ac3)
|
|
@@ -1419,13 +1454,28 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1419
1454
|
@jsii.python.classproperty
|
|
1420
1455
|
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
1421
1456
|
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
1422
|
-
'''The CloudFormation resource type name for this resource class.
|
|
1457
|
+
'''(deprecated) The CloudFormation resource type name for this resource class.
|
|
1458
|
+
|
|
1459
|
+
:stability: deprecated
|
|
1460
|
+
'''
|
|
1423
1461
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
1424
1462
|
|
|
1463
|
+
@builtins.property
|
|
1464
|
+
@jsii.member(jsii_name="applicationCloudWatchLoggingOptionRef")
|
|
1465
|
+
def application_cloud_watch_logging_option_ref(
|
|
1466
|
+
self,
|
|
1467
|
+
) -> _ApplicationCloudWatchLoggingOptionReference_7dfe072d:
|
|
1468
|
+
'''(deprecated) A reference to a ApplicationCloudWatchLoggingOption resource.
|
|
1469
|
+
|
|
1470
|
+
:stability: deprecated
|
|
1471
|
+
'''
|
|
1472
|
+
return typing.cast(_ApplicationCloudWatchLoggingOptionReference_7dfe072d, jsii.get(self, "applicationCloudWatchLoggingOptionRef"))
|
|
1473
|
+
|
|
1425
1474
|
@builtins.property
|
|
1426
1475
|
@jsii.member(jsii_name="attrId")
|
|
1427
1476
|
def attr_id(self) -> builtins.str:
|
|
1428
1477
|
'''
|
|
1478
|
+
:stability: deprecated
|
|
1429
1479
|
:cloudformationAttribute: Id
|
|
1430
1480
|
'''
|
|
1431
1481
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
@@ -1433,12 +1483,18 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1433
1483
|
@builtins.property
|
|
1434
1484
|
@jsii.member(jsii_name="cfnProperties")
|
|
1435
1485
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1486
|
+
'''
|
|
1487
|
+
:stability: deprecated
|
|
1488
|
+
'''
|
|
1436
1489
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1437
1490
|
|
|
1438
1491
|
@builtins.property
|
|
1439
1492
|
@jsii.member(jsii_name="applicationName")
|
|
1440
1493
|
def application_name(self) -> builtins.str:
|
|
1441
|
-
'''The name of the application.
|
|
1494
|
+
'''(deprecated) The name of the application.
|
|
1495
|
+
|
|
1496
|
+
:stability: deprecated
|
|
1497
|
+
'''
|
|
1442
1498
|
return typing.cast(builtins.str, jsii.get(self, "applicationName"))
|
|
1443
1499
|
|
|
1444
1500
|
@application_name.setter
|
|
@@ -1453,7 +1509,10 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1453
1509
|
def cloud_watch_logging_option(
|
|
1454
1510
|
self,
|
|
1455
1511
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty"]:
|
|
1456
|
-
'''Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1512
|
+
'''(deprecated) Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1513
|
+
|
|
1514
|
+
:stability: deprecated
|
|
1515
|
+
'''
|
|
1457
1516
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty"], jsii.get(self, "cloudWatchLoggingOption"))
|
|
1458
1517
|
|
|
1459
1518
|
@cloud_watch_logging_option.setter
|
|
@@ -1534,12 +1593,15 @@ class CfnApplicationCloudWatchLoggingOptionV2Props:
|
|
|
1534
1593
|
application_name: builtins.str,
|
|
1535
1594
|
cloud_watch_logging_option: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1536
1595
|
) -> None:
|
|
1537
|
-
'''Properties for defining a ``CfnApplicationCloudWatchLoggingOption``.
|
|
1596
|
+
'''(deprecated) Properties for defining a ``CfnApplicationCloudWatchLoggingOption``.
|
|
1597
|
+
|
|
1598
|
+
:param application_name: (deprecated) The name of the application.
|
|
1599
|
+
:param cloud_watch_logging_option: (deprecated) Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1538
1600
|
|
|
1539
|
-
:
|
|
1540
|
-
:param cloud_watch_logging_option: Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1601
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
1541
1602
|
|
|
1542
1603
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html
|
|
1604
|
+
:stability: deprecated
|
|
1543
1605
|
:exampleMetadata: fixture=_generated
|
|
1544
1606
|
|
|
1545
1607
|
Example::
|
|
@@ -1566,9 +1628,10 @@ class CfnApplicationCloudWatchLoggingOptionV2Props:
|
|
|
1566
1628
|
|
|
1567
1629
|
@builtins.property
|
|
1568
1630
|
def application_name(self) -> builtins.str:
|
|
1569
|
-
'''The name of the application.
|
|
1631
|
+
'''(deprecated) The name of the application.
|
|
1570
1632
|
|
|
1571
1633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname
|
|
1634
|
+
:stability: deprecated
|
|
1572
1635
|
'''
|
|
1573
1636
|
result = self._values.get("application_name")
|
|
1574
1637
|
assert result is not None, "Required property 'application_name' is missing"
|
|
@@ -1578,9 +1641,10 @@ class CfnApplicationCloudWatchLoggingOptionV2Props:
|
|
|
1578
1641
|
def cloud_watch_logging_option(
|
|
1579
1642
|
self,
|
|
1580
1643
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty]:
|
|
1581
|
-
'''Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1644
|
+
'''(deprecated) Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
|
1582
1645
|
|
|
1583
1646
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption
|
|
1647
|
+
:stability: deprecated
|
|
1584
1648
|
'''
|
|
1585
1649
|
result = self._values.get("cloud_watch_logging_option")
|
|
1586
1650
|
assert result is not None, "Required property 'cloud_watch_logging_option' is missing"
|
|
@@ -1598,7 +1662,7 @@ class CfnApplicationCloudWatchLoggingOptionV2Props:
|
|
|
1598
1662
|
)
|
|
1599
1663
|
|
|
1600
1664
|
|
|
1601
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
1665
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationOutputRef_f7d663a6)
|
|
1602
1666
|
class CfnApplicationOutput(
|
|
1603
1667
|
_CfnResource_9df397a6,
|
|
1604
1668
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1659,7 +1723,8 @@ class CfnApplicationOutput(
|
|
|
1659
1723
|
application_name: builtins.str,
|
|
1660
1724
|
output: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationOutput.OutputProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1661
1725
|
) -> None:
|
|
1662
|
-
'''
|
|
1726
|
+
'''Create a new ``AWS::KinesisAnalytics::ApplicationOutput``.
|
|
1727
|
+
|
|
1663
1728
|
:param scope: Scope in which this resource is defined.
|
|
1664
1729
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1665
1730
|
:param application_name: Name of the application to which you want to add the output configuration.
|
|
@@ -1705,6 +1770,12 @@ class CfnApplicationOutput(
|
|
|
1705
1770
|
'''The CloudFormation resource type name for this resource class.'''
|
|
1706
1771
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
1707
1772
|
|
|
1773
|
+
@builtins.property
|
|
1774
|
+
@jsii.member(jsii_name="applicationOutputRef")
|
|
1775
|
+
def application_output_ref(self) -> _ApplicationOutputReference_e17e093c:
|
|
1776
|
+
'''A reference to a ApplicationOutput resource.'''
|
|
1777
|
+
return typing.cast(_ApplicationOutputReference_e17e093c, jsii.get(self, "applicationOutputRef"))
|
|
1778
|
+
|
|
1708
1779
|
@builtins.property
|
|
1709
1780
|
@jsii.member(jsii_name="attrId")
|
|
1710
1781
|
def attr_id(self) -> builtins.str:
|
|
@@ -2280,13 +2351,13 @@ class CfnApplicationOutputProps:
|
|
|
2280
2351
|
)
|
|
2281
2352
|
|
|
2282
2353
|
|
|
2283
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
2354
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationOutputRef_301c8930)
|
|
2284
2355
|
class CfnApplicationOutputV2(
|
|
2285
2356
|
_CfnResource_9df397a6,
|
|
2286
2357
|
metaclass=jsii.JSIIMeta,
|
|
2287
2358
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationOutputV2",
|
|
2288
2359
|
):
|
|
2289
|
-
'''Adds an external destination to your SQL-based Amazon Kinesis Data Analytics application.
|
|
2360
|
+
'''(deprecated) Adds an external destination to your SQL-based Amazon Kinesis Data Analytics application.
|
|
2290
2361
|
|
|
2291
2362
|
If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.
|
|
2292
2363
|
|
|
@@ -2297,7 +2368,10 @@ class CfnApplicationOutputV2(
|
|
|
2297
2368
|
|
|
2298
2369
|
Creation of multiple outputs should be sequential (use of DependsOn) to avoid a problem with a stale application version ( *ConcurrentModificationException* ).
|
|
2299
2370
|
|
|
2371
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
2372
|
+
|
|
2300
2373
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html
|
|
2374
|
+
:stability: deprecated
|
|
2301
2375
|
:cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationOutput
|
|
2302
2376
|
:exampleMetadata: fixture=_generated
|
|
2303
2377
|
|
|
@@ -2337,11 +2411,14 @@ class CfnApplicationOutputV2(
|
|
|
2337
2411
|
application_name: builtins.str,
|
|
2338
2412
|
output: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationOutputV2.OutputProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
2339
2413
|
) -> None:
|
|
2340
|
-
'''
|
|
2414
|
+
'''(deprecated) Create a new ``AWS::KinesisAnalyticsV2::ApplicationOutput``.
|
|
2415
|
+
|
|
2341
2416
|
:param scope: Scope in which this resource is defined.
|
|
2342
2417
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2343
|
-
:param application_name: The name of the application.
|
|
2344
|
-
:param output: Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2418
|
+
:param application_name: (deprecated) The name of the application.
|
|
2419
|
+
:param output: (deprecated) Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2420
|
+
|
|
2421
|
+
:stability: deprecated
|
|
2345
2422
|
'''
|
|
2346
2423
|
if __debug__:
|
|
2347
2424
|
type_hints = typing.get_type_hints(_typecheckingstub__271bacb10dd6a875577035705b436387f7a448fbf7028ee2ca502030ea3c17e2)
|
|
@@ -2355,9 +2432,11 @@ class CfnApplicationOutputV2(
|
|
|
2355
2432
|
|
|
2356
2433
|
@jsii.member(jsii_name="inspect")
|
|
2357
2434
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2358
|
-
'''Examines the CloudFormation resource and discloses attributes.
|
|
2435
|
+
'''(deprecated) Examines the CloudFormation resource and discloses attributes.
|
|
2359
2436
|
|
|
2360
2437
|
:param inspector: tree inspector to collect and process attributes.
|
|
2438
|
+
|
|
2439
|
+
:stability: deprecated
|
|
2361
2440
|
'''
|
|
2362
2441
|
if __debug__:
|
|
2363
2442
|
type_hints = typing.get_type_hints(_typecheckingstub__b2eebbb5fa9916b77258fc00b20bc5e1557b0df4a21bb462e48a53f4d726ef38)
|
|
@@ -2371,6 +2450,8 @@ class CfnApplicationOutputV2(
|
|
|
2371
2450
|
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2372
2451
|
'''
|
|
2373
2452
|
:param props: -
|
|
2453
|
+
|
|
2454
|
+
:stability: deprecated
|
|
2374
2455
|
'''
|
|
2375
2456
|
if __debug__:
|
|
2376
2457
|
type_hints = typing.get_type_hints(_typecheckingstub__9776518dba5052c06776fb1a642ec276220b4762e24054025dc1b81e6a1e229c)
|
|
@@ -2380,13 +2461,26 @@ class CfnApplicationOutputV2(
|
|
|
2380
2461
|
@jsii.python.classproperty
|
|
2381
2462
|
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
2382
2463
|
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
2383
|
-
'''The CloudFormation resource type name for this resource class.
|
|
2464
|
+
'''(deprecated) The CloudFormation resource type name for this resource class.
|
|
2465
|
+
|
|
2466
|
+
:stability: deprecated
|
|
2467
|
+
'''
|
|
2384
2468
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
2385
2469
|
|
|
2470
|
+
@builtins.property
|
|
2471
|
+
@jsii.member(jsii_name="applicationOutputRef")
|
|
2472
|
+
def application_output_ref(self) -> _ApplicationOutputReference_157ab52d:
|
|
2473
|
+
'''(deprecated) A reference to a ApplicationOutput resource.
|
|
2474
|
+
|
|
2475
|
+
:stability: deprecated
|
|
2476
|
+
'''
|
|
2477
|
+
return typing.cast(_ApplicationOutputReference_157ab52d, jsii.get(self, "applicationOutputRef"))
|
|
2478
|
+
|
|
2386
2479
|
@builtins.property
|
|
2387
2480
|
@jsii.member(jsii_name="attrId")
|
|
2388
2481
|
def attr_id(self) -> builtins.str:
|
|
2389
2482
|
'''
|
|
2483
|
+
:stability: deprecated
|
|
2390
2484
|
:cloudformationAttribute: Id
|
|
2391
2485
|
'''
|
|
2392
2486
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
@@ -2394,12 +2488,18 @@ class CfnApplicationOutputV2(
|
|
|
2394
2488
|
@builtins.property
|
|
2395
2489
|
@jsii.member(jsii_name="cfnProperties")
|
|
2396
2490
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2491
|
+
'''
|
|
2492
|
+
:stability: deprecated
|
|
2493
|
+
'''
|
|
2397
2494
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2398
2495
|
|
|
2399
2496
|
@builtins.property
|
|
2400
2497
|
@jsii.member(jsii_name="applicationName")
|
|
2401
2498
|
def application_name(self) -> builtins.str:
|
|
2402
|
-
'''The name of the application.
|
|
2499
|
+
'''(deprecated) The name of the application.
|
|
2500
|
+
|
|
2501
|
+
:stability: deprecated
|
|
2502
|
+
'''
|
|
2403
2503
|
return typing.cast(builtins.str, jsii.get(self, "applicationName"))
|
|
2404
2504
|
|
|
2405
2505
|
@application_name.setter
|
|
@@ -2414,7 +2514,10 @@ class CfnApplicationOutputV2(
|
|
|
2414
2514
|
def output(
|
|
2415
2515
|
self,
|
|
2416
2516
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationOutputV2.OutputProperty"]:
|
|
2417
|
-
'''Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
|
2517
|
+
'''(deprecated) Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
|
2518
|
+
|
|
2519
|
+
:stability: deprecated
|
|
2520
|
+
'''
|
|
2418
2521
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationOutputV2.OutputProperty"], jsii.get(self, "output"))
|
|
2419
2522
|
|
|
2420
2523
|
@output.setter
|
|
@@ -2803,12 +2906,15 @@ class CfnApplicationOutputV2Props:
|
|
|
2803
2906
|
application_name: builtins.str,
|
|
2804
2907
|
output: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationOutputV2.OutputProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2805
2908
|
) -> None:
|
|
2806
|
-
'''Properties for defining a ``CfnApplicationOutput``.
|
|
2909
|
+
'''(deprecated) Properties for defining a ``CfnApplicationOutput``.
|
|
2807
2910
|
|
|
2808
|
-
:param application_name: The name of the application.
|
|
2809
|
-
:param output: Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2911
|
+
:param application_name: (deprecated) The name of the application.
|
|
2912
|
+
:param output: (deprecated) Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2913
|
+
|
|
2914
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
2810
2915
|
|
|
2811
2916
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html
|
|
2917
|
+
:stability: deprecated
|
|
2812
2918
|
:exampleMetadata: fixture=_generated
|
|
2813
2919
|
|
|
2814
2920
|
Example::
|
|
@@ -2849,9 +2955,10 @@ class CfnApplicationOutputV2Props:
|
|
|
2849
2955
|
|
|
2850
2956
|
@builtins.property
|
|
2851
2957
|
def application_name(self) -> builtins.str:
|
|
2852
|
-
'''The name of the application.
|
|
2958
|
+
'''(deprecated) The name of the application.
|
|
2853
2959
|
|
|
2854
2960
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname
|
|
2961
|
+
:stability: deprecated
|
|
2855
2962
|
'''
|
|
2856
2963
|
result = self._values.get("application_name")
|
|
2857
2964
|
assert result is not None, "Required property 'application_name' is missing"
|
|
@@ -2861,11 +2968,12 @@ class CfnApplicationOutputV2Props:
|
|
|
2861
2968
|
def output(
|
|
2862
2969
|
self,
|
|
2863
2970
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationOutputV2.OutputProperty]:
|
|
2864
|
-
'''Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
|
2971
|
+
'''(deprecated) Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
|
2865
2972
|
|
|
2866
2973
|
The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2867
2974
|
|
|
2868
2975
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-output
|
|
2976
|
+
:stability: deprecated
|
|
2869
2977
|
'''
|
|
2870
2978
|
result = self._values.get("output")
|
|
2871
2979
|
assert result is not None, "Required property 'output' is missing"
|
|
@@ -3053,7 +3161,7 @@ class CfnApplicationProps:
|
|
|
3053
3161
|
)
|
|
3054
3162
|
|
|
3055
3163
|
|
|
3056
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
3164
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationReferenceDataSourceRef_57b61dfa)
|
|
3057
3165
|
class CfnApplicationReferenceDataSource(
|
|
3058
3166
|
_CfnResource_9df397a6,
|
|
3059
3167
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3126,7 +3234,8 @@ class CfnApplicationReferenceDataSource(
|
|
|
3126
3234
|
application_name: builtins.str,
|
|
3127
3235
|
reference_data_source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSource.ReferenceDataSourceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
3128
3236
|
) -> None:
|
|
3129
|
-
'''
|
|
3237
|
+
'''Create a new ``AWS::KinesisAnalytics::ApplicationReferenceDataSource``.
|
|
3238
|
+
|
|
3130
3239
|
:param scope: Scope in which this resource is defined.
|
|
3131
3240
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3132
3241
|
:param application_name: Name of an existing application.
|
|
@@ -3173,6 +3282,14 @@ class CfnApplicationReferenceDataSource(
|
|
|
3173
3282
|
'''The CloudFormation resource type name for this resource class.'''
|
|
3174
3283
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
3175
3284
|
|
|
3285
|
+
@builtins.property
|
|
3286
|
+
@jsii.member(jsii_name="applicationReferenceDataSourceRef")
|
|
3287
|
+
def application_reference_data_source_ref(
|
|
3288
|
+
self,
|
|
3289
|
+
) -> _ApplicationReferenceDataSourceReference_0dc08309:
|
|
3290
|
+
'''A reference to a ApplicationReferenceDataSource resource.'''
|
|
3291
|
+
return typing.cast(_ApplicationReferenceDataSourceReference_0dc08309, jsii.get(self, "applicationReferenceDataSourceRef"))
|
|
3292
|
+
|
|
3176
3293
|
@builtins.property
|
|
3177
3294
|
@jsii.member(jsii_name="attrId")
|
|
3178
3295
|
def attr_id(self) -> builtins.str:
|
|
@@ -4068,17 +4185,20 @@ class CfnApplicationReferenceDataSourceProps:
|
|
|
4068
4185
|
)
|
|
4069
4186
|
|
|
4070
4187
|
|
|
4071
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
4188
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationReferenceDataSourceRef_b0fa28ee)
|
|
4072
4189
|
class CfnApplicationReferenceDataSourceV2(
|
|
4073
4190
|
_CfnResource_9df397a6,
|
|
4074
4191
|
metaclass=jsii.JSIIMeta,
|
|
4075
4192
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationReferenceDataSourceV2",
|
|
4076
4193
|
):
|
|
4077
|
-
'''Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
|
|
4194
|
+
'''(deprecated) Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
|
|
4078
4195
|
|
|
4079
4196
|
Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
|
|
4080
4197
|
|
|
4198
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
4199
|
+
|
|
4081
4200
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
|
|
4201
|
+
:stability: deprecated
|
|
4082
4202
|
:cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource
|
|
4083
4203
|
:exampleMetadata: fixture=_generated
|
|
4084
4204
|
|
|
@@ -4136,11 +4256,14 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4136
4256
|
application_name: builtins.str,
|
|
4137
4257
|
reference_data_source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
4138
4258
|
) -> None:
|
|
4139
|
-
'''
|
|
4259
|
+
'''(deprecated) Create a new ``AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource``.
|
|
4260
|
+
|
|
4140
4261
|
:param scope: Scope in which this resource is defined.
|
|
4141
4262
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4142
|
-
:param application_name: The name of the application.
|
|
4143
|
-
:param reference_data_source: For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
4263
|
+
:param application_name: (deprecated) The name of the application.
|
|
4264
|
+
:param reference_data_source: (deprecated) For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
4265
|
+
|
|
4266
|
+
:stability: deprecated
|
|
4144
4267
|
'''
|
|
4145
4268
|
if __debug__:
|
|
4146
4269
|
type_hints = typing.get_type_hints(_typecheckingstub__f2c21e9367b4b82b411ec28921ad848b6f7487f126cfc392bff2c5844b5fd4bb)
|
|
@@ -4155,9 +4278,11 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4155
4278
|
|
|
4156
4279
|
@jsii.member(jsii_name="inspect")
|
|
4157
4280
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4158
|
-
'''Examines the CloudFormation resource and discloses attributes.
|
|
4281
|
+
'''(deprecated) Examines the CloudFormation resource and discloses attributes.
|
|
4159
4282
|
|
|
4160
4283
|
:param inspector: tree inspector to collect and process attributes.
|
|
4284
|
+
|
|
4285
|
+
:stability: deprecated
|
|
4161
4286
|
'''
|
|
4162
4287
|
if __debug__:
|
|
4163
4288
|
type_hints = typing.get_type_hints(_typecheckingstub__18e04355544d71ef14fdc1b4386b35998f0a08f085f76c537c90ab42f7493e9f)
|
|
@@ -4171,6 +4296,8 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4171
4296
|
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4172
4297
|
'''
|
|
4173
4298
|
:param props: -
|
|
4299
|
+
|
|
4300
|
+
:stability: deprecated
|
|
4174
4301
|
'''
|
|
4175
4302
|
if __debug__:
|
|
4176
4303
|
type_hints = typing.get_type_hints(_typecheckingstub__0553ec653681501e087fd653ebd6d78808c0cbc4f4b80befa768eaf7e3bd378b)
|
|
@@ -4180,13 +4307,28 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4180
4307
|
@jsii.python.classproperty
|
|
4181
4308
|
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
4182
4309
|
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
4183
|
-
'''The CloudFormation resource type name for this resource class.
|
|
4310
|
+
'''(deprecated) The CloudFormation resource type name for this resource class.
|
|
4311
|
+
|
|
4312
|
+
:stability: deprecated
|
|
4313
|
+
'''
|
|
4184
4314
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
4185
4315
|
|
|
4316
|
+
@builtins.property
|
|
4317
|
+
@jsii.member(jsii_name="applicationReferenceDataSourceRef")
|
|
4318
|
+
def application_reference_data_source_ref(
|
|
4319
|
+
self,
|
|
4320
|
+
) -> _ApplicationReferenceDataSourceReference_462bf76c:
|
|
4321
|
+
'''(deprecated) A reference to a ApplicationReferenceDataSource resource.
|
|
4322
|
+
|
|
4323
|
+
:stability: deprecated
|
|
4324
|
+
'''
|
|
4325
|
+
return typing.cast(_ApplicationReferenceDataSourceReference_462bf76c, jsii.get(self, "applicationReferenceDataSourceRef"))
|
|
4326
|
+
|
|
4186
4327
|
@builtins.property
|
|
4187
4328
|
@jsii.member(jsii_name="attrId")
|
|
4188
4329
|
def attr_id(self) -> builtins.str:
|
|
4189
4330
|
'''
|
|
4331
|
+
:stability: deprecated
|
|
4190
4332
|
:cloudformationAttribute: Id
|
|
4191
4333
|
'''
|
|
4192
4334
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
@@ -4194,12 +4336,18 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4194
4336
|
@builtins.property
|
|
4195
4337
|
@jsii.member(jsii_name="cfnProperties")
|
|
4196
4338
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4339
|
+
'''
|
|
4340
|
+
:stability: deprecated
|
|
4341
|
+
'''
|
|
4197
4342
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4198
4343
|
|
|
4199
4344
|
@builtins.property
|
|
4200
4345
|
@jsii.member(jsii_name="applicationName")
|
|
4201
4346
|
def application_name(self) -> builtins.str:
|
|
4202
|
-
'''The name of the application.
|
|
4347
|
+
'''(deprecated) The name of the application.
|
|
4348
|
+
|
|
4349
|
+
:stability: deprecated
|
|
4350
|
+
'''
|
|
4203
4351
|
return typing.cast(builtins.str, jsii.get(self, "applicationName"))
|
|
4204
4352
|
|
|
4205
4353
|
@application_name.setter
|
|
@@ -4214,7 +4362,10 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4214
4362
|
def reference_data_source(
|
|
4215
4363
|
self,
|
|
4216
4364
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty"]:
|
|
4217
|
-
'''For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
4365
|
+
'''(deprecated) For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
4366
|
+
|
|
4367
|
+
:stability: deprecated
|
|
4368
|
+
'''
|
|
4218
4369
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty"], jsii.get(self, "referenceDataSource"))
|
|
4219
4370
|
|
|
4220
4371
|
@reference_data_source.setter
|
|
@@ -4948,12 +5099,15 @@ class CfnApplicationReferenceDataSourceV2Props:
|
|
|
4948
5099
|
application_name: builtins.str,
|
|
4949
5100
|
reference_data_source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
4950
5101
|
) -> None:
|
|
4951
|
-
'''Properties for defining a ``CfnApplicationReferenceDataSource``.
|
|
5102
|
+
'''(deprecated) Properties for defining a ``CfnApplicationReferenceDataSource``.
|
|
5103
|
+
|
|
5104
|
+
:param application_name: (deprecated) The name of the application.
|
|
5105
|
+
:param reference_data_source: (deprecated) For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
4952
5106
|
|
|
4953
|
-
:
|
|
4954
|
-
:param reference_data_source: For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
5107
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
4955
5108
|
|
|
4956
5109
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
|
|
5110
|
+
:stability: deprecated
|
|
4957
5111
|
:exampleMetadata: fixture=_generated
|
|
4958
5112
|
|
|
4959
5113
|
Example::
|
|
@@ -5012,9 +5166,10 @@ class CfnApplicationReferenceDataSourceV2Props:
|
|
|
5012
5166
|
|
|
5013
5167
|
@builtins.property
|
|
5014
5168
|
def application_name(self) -> builtins.str:
|
|
5015
|
-
'''The name of the application.
|
|
5169
|
+
'''(deprecated) The name of the application.
|
|
5016
5170
|
|
|
5017
5171
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname
|
|
5172
|
+
:stability: deprecated
|
|
5018
5173
|
'''
|
|
5019
5174
|
result = self._values.get("application_name")
|
|
5020
5175
|
assert result is not None, "Required property 'application_name' is missing"
|
|
@@ -5024,9 +5179,10 @@ class CfnApplicationReferenceDataSourceV2Props:
|
|
|
5024
5179
|
def reference_data_source(
|
|
5025
5180
|
self,
|
|
5026
5181
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty]:
|
|
5027
|
-
'''For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
5182
|
+
'''(deprecated) For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
|
5028
5183
|
|
|
5029
5184
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource
|
|
5185
|
+
:stability: deprecated
|
|
5030
5186
|
'''
|
|
5031
5187
|
result = self._values.get("reference_data_source")
|
|
5032
5188
|
assert result is not None, "Required property 'reference_data_source' is missing"
|
|
@@ -5044,17 +5200,20 @@ class CfnApplicationReferenceDataSourceV2Props:
|
|
|
5044
5200
|
)
|
|
5045
5201
|
|
|
5046
5202
|
|
|
5047
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
5203
|
+
@jsii.implements(_IInspectable_c2943556, _IApplicationRef_f869ed37, _ITaggable_36806126)
|
|
5048
5204
|
class CfnApplicationV2(
|
|
5049
5205
|
_CfnResource_9df397a6,
|
|
5050
5206
|
metaclass=jsii.JSIIMeta,
|
|
5051
5207
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2",
|
|
5052
5208
|
):
|
|
5053
|
-
'''Creates an Amazon Kinesis Data Analytics application.
|
|
5209
|
+
'''(deprecated) Creates an Amazon Kinesis Data Analytics application.
|
|
5054
5210
|
|
|
5055
5211
|
For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/managed-flink/latest/java/getting-started.html>`_ .
|
|
5056
5212
|
|
|
5213
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
5214
|
+
|
|
5057
5215
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html
|
|
5216
|
+
:stability: deprecated
|
|
5058
5217
|
:cloudformationResource: AWS::KinesisAnalyticsV2::Application
|
|
5059
5218
|
:exampleMetadata: fixture=_generated
|
|
5060
5219
|
|
|
@@ -5084,6 +5243,12 @@ class CfnApplicationV2(
|
|
|
5084
5243
|
),
|
|
5085
5244
|
code_content_type="codeContentType"
|
|
5086
5245
|
),
|
|
5246
|
+
application_encryption_configuration=kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
5247
|
+
key_type="keyType",
|
|
5248
|
+
|
|
5249
|
+
# the properties below are optional
|
|
5250
|
+
key_id="keyId"
|
|
5251
|
+
),
|
|
5087
5252
|
application_snapshot_configuration=kinesisanalytics.CfnApplicationV2.ApplicationSnapshotConfigurationProperty(
|
|
5088
5253
|
snapshots_enabled=False
|
|
5089
5254
|
),
|
|
@@ -5249,18 +5414,21 @@ class CfnApplicationV2(
|
|
|
5249
5414
|
run_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.RunConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5250
5415
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5251
5416
|
) -> None:
|
|
5252
|
-
'''
|
|
5417
|
+
'''(deprecated) Create a new ``AWS::KinesisAnalyticsV2::Application``.
|
|
5418
|
+
|
|
5253
5419
|
:param scope: Scope in which this resource is defined.
|
|
5254
5420
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5255
|
-
:param runtime_environment: The runtime environment for the application.
|
|
5256
|
-
:param service_execution_role: Specifies the IAM role that the application uses to access external resources.
|
|
5257
|
-
:param application_configuration: Use this parameter to configure the application.
|
|
5258
|
-
:param application_description: The description of the application. Default: - ""
|
|
5259
|
-
:param application_maintenance_configuration: Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
5260
|
-
:param application_mode: To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` . However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
|
|
5261
|
-
:param application_name: The name of the application.
|
|
5262
|
-
:param run_configuration: Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
5263
|
-
:param tags: A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
|
|
5421
|
+
:param runtime_environment: (deprecated) The runtime environment for the application.
|
|
5422
|
+
:param service_execution_role: (deprecated) Specifies the IAM role that the application uses to access external resources.
|
|
5423
|
+
:param application_configuration: (deprecated) Use this parameter to configure the application.
|
|
5424
|
+
:param application_description: (deprecated) The description of the application. Default: - ""
|
|
5425
|
+
:param application_maintenance_configuration: (deprecated) Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
5426
|
+
:param application_mode: (deprecated) To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` . However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
|
|
5427
|
+
:param application_name: (deprecated) The name of the application.
|
|
5428
|
+
:param run_configuration: (deprecated) Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
5429
|
+
:param tags: (deprecated) A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
|
|
5430
|
+
|
|
5431
|
+
:stability: deprecated
|
|
5264
5432
|
'''
|
|
5265
5433
|
if __debug__:
|
|
5266
5434
|
type_hints = typing.get_type_hints(_typecheckingstub__68f6c265e7d219c8087ecccfd8c8908a6940a2b12916b5234453b46ae72ad9d3)
|
|
@@ -5280,11 +5448,36 @@ class CfnApplicationV2(
|
|
|
5280
5448
|
|
|
5281
5449
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5282
5450
|
|
|
5451
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
5452
|
+
@builtins.classmethod
|
|
5453
|
+
def from_application_name(
|
|
5454
|
+
cls,
|
|
5455
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5456
|
+
id: builtins.str,
|
|
5457
|
+
application_name: builtins.str,
|
|
5458
|
+
) -> _IApplicationRef_f869ed37:
|
|
5459
|
+
'''(deprecated) Creates a new IApplicationRef from a applicationName.
|
|
5460
|
+
|
|
5461
|
+
:param scope: -
|
|
5462
|
+
:param id: -
|
|
5463
|
+
:param application_name: -
|
|
5464
|
+
|
|
5465
|
+
:stability: deprecated
|
|
5466
|
+
'''
|
|
5467
|
+
if __debug__:
|
|
5468
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6ad6fec85f8d8fd2cbda89e4d5e375818d13d6060f328eec41a9330b6fec772b)
|
|
5469
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5470
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5471
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
5472
|
+
return typing.cast(_IApplicationRef_f869ed37, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
5473
|
+
|
|
5283
5474
|
@jsii.member(jsii_name="inspect")
|
|
5284
5475
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5285
|
-
'''Examines the CloudFormation resource and discloses attributes.
|
|
5476
|
+
'''(deprecated) Examines the CloudFormation resource and discloses attributes.
|
|
5286
5477
|
|
|
5287
5478
|
:param inspector: tree inspector to collect and process attributes.
|
|
5479
|
+
|
|
5480
|
+
:stability: deprecated
|
|
5288
5481
|
'''
|
|
5289
5482
|
if __debug__:
|
|
5290
5483
|
type_hints = typing.get_type_hints(_typecheckingstub__7ea17d8a69f816e0d5e0fe4c8ba39325dd561dac4af7c67c01d09dc75d750b92)
|
|
@@ -5298,6 +5491,8 @@ class CfnApplicationV2(
|
|
|
5298
5491
|
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
5299
5492
|
'''
|
|
5300
5493
|
:param props: -
|
|
5494
|
+
|
|
5495
|
+
:stability: deprecated
|
|
5301
5496
|
'''
|
|
5302
5497
|
if __debug__:
|
|
5303
5498
|
type_hints = typing.get_type_hints(_typecheckingstub__cb444bf83d09cf2d9587ec17a18e49deb775fb3624b3eeb9a1ef330d7c62aa8f)
|
|
@@ -5307,24 +5502,45 @@ class CfnApplicationV2(
|
|
|
5307
5502
|
@jsii.python.classproperty
|
|
5308
5503
|
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
5309
5504
|
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
5310
|
-
'''The CloudFormation resource type name for this resource class.
|
|
5505
|
+
'''(deprecated) The CloudFormation resource type name for this resource class.
|
|
5506
|
+
|
|
5507
|
+
:stability: deprecated
|
|
5508
|
+
'''
|
|
5311
5509
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
5312
5510
|
|
|
5511
|
+
@builtins.property
|
|
5512
|
+
@jsii.member(jsii_name="applicationRef")
|
|
5513
|
+
def application_ref(self) -> _ApplicationReference_46694a3d:
|
|
5514
|
+
'''(deprecated) A reference to a Application resource.
|
|
5515
|
+
|
|
5516
|
+
:stability: deprecated
|
|
5517
|
+
'''
|
|
5518
|
+
return typing.cast(_ApplicationReference_46694a3d, jsii.get(self, "applicationRef"))
|
|
5519
|
+
|
|
5313
5520
|
@builtins.property
|
|
5314
5521
|
@jsii.member(jsii_name="cfnProperties")
|
|
5315
5522
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
5523
|
+
'''
|
|
5524
|
+
:stability: deprecated
|
|
5525
|
+
'''
|
|
5316
5526
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
5317
5527
|
|
|
5318
5528
|
@builtins.property
|
|
5319
5529
|
@jsii.member(jsii_name="tags")
|
|
5320
5530
|
def tags(self) -> _TagManager_0a598cb3:
|
|
5321
|
-
'''Tag Manager which manages the tags for this resource.
|
|
5531
|
+
'''(deprecated) Tag Manager which manages the tags for this resource.
|
|
5532
|
+
|
|
5533
|
+
:stability: deprecated
|
|
5534
|
+
'''
|
|
5322
5535
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
5323
5536
|
|
|
5324
5537
|
@builtins.property
|
|
5325
5538
|
@jsii.member(jsii_name="runtimeEnvironment")
|
|
5326
5539
|
def runtime_environment(self) -> builtins.str:
|
|
5327
|
-
'''The runtime environment for the application.
|
|
5540
|
+
'''(deprecated) The runtime environment for the application.
|
|
5541
|
+
|
|
5542
|
+
:stability: deprecated
|
|
5543
|
+
'''
|
|
5328
5544
|
return typing.cast(builtins.str, jsii.get(self, "runtimeEnvironment"))
|
|
5329
5545
|
|
|
5330
5546
|
@runtime_environment.setter
|
|
@@ -5337,7 +5553,10 @@ class CfnApplicationV2(
|
|
|
5337
5553
|
@builtins.property
|
|
5338
5554
|
@jsii.member(jsii_name="serviceExecutionRole")
|
|
5339
5555
|
def service_execution_role(self) -> builtins.str:
|
|
5340
|
-
'''Specifies the IAM role that the application uses to access external resources.
|
|
5556
|
+
'''(deprecated) Specifies the IAM role that the application uses to access external resources.
|
|
5557
|
+
|
|
5558
|
+
:stability: deprecated
|
|
5559
|
+
'''
|
|
5341
5560
|
return typing.cast(builtins.str, jsii.get(self, "serviceExecutionRole"))
|
|
5342
5561
|
|
|
5343
5562
|
@service_execution_role.setter
|
|
@@ -5352,7 +5571,10 @@ class CfnApplicationV2(
|
|
|
5352
5571
|
def application_configuration(
|
|
5353
5572
|
self,
|
|
5354
5573
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationConfigurationProperty"]]:
|
|
5355
|
-
'''Use this parameter to configure the application.
|
|
5574
|
+
'''(deprecated) Use this parameter to configure the application.
|
|
5575
|
+
|
|
5576
|
+
:stability: deprecated
|
|
5577
|
+
'''
|
|
5356
5578
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationConfigurationProperty"]], jsii.get(self, "applicationConfiguration"))
|
|
5357
5579
|
|
|
5358
5580
|
@application_configuration.setter
|
|
@@ -5368,7 +5590,10 @@ class CfnApplicationV2(
|
|
|
5368
5590
|
@builtins.property
|
|
5369
5591
|
@jsii.member(jsii_name="applicationDescription")
|
|
5370
5592
|
def application_description(self) -> typing.Optional[builtins.str]:
|
|
5371
|
-
'''The description of the application.
|
|
5593
|
+
'''(deprecated) The description of the application.
|
|
5594
|
+
|
|
5595
|
+
:stability: deprecated
|
|
5596
|
+
'''
|
|
5372
5597
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "applicationDescription"))
|
|
5373
5598
|
|
|
5374
5599
|
@application_description.setter
|
|
@@ -5383,7 +5608,10 @@ class CfnApplicationV2(
|
|
|
5383
5608
|
def application_maintenance_configuration(
|
|
5384
5609
|
self,
|
|
5385
5610
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationMaintenanceConfigurationProperty"]]:
|
|
5386
|
-
'''Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
5611
|
+
'''(deprecated) Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
5612
|
+
|
|
5613
|
+
:stability: deprecated
|
|
5614
|
+
'''
|
|
5387
5615
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationMaintenanceConfigurationProperty"]], jsii.get(self, "applicationMaintenanceConfiguration"))
|
|
5388
5616
|
|
|
5389
5617
|
@application_maintenance_configuration.setter
|
|
@@ -5399,7 +5627,10 @@ class CfnApplicationV2(
|
|
|
5399
5627
|
@builtins.property
|
|
5400
5628
|
@jsii.member(jsii_name="applicationMode")
|
|
5401
5629
|
def application_mode(self) -> typing.Optional[builtins.str]:
|
|
5402
|
-
'''To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` .
|
|
5630
|
+
'''(deprecated) To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` .
|
|
5631
|
+
|
|
5632
|
+
:stability: deprecated
|
|
5633
|
+
'''
|
|
5403
5634
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "applicationMode"))
|
|
5404
5635
|
|
|
5405
5636
|
@application_mode.setter
|
|
@@ -5412,7 +5643,10 @@ class CfnApplicationV2(
|
|
|
5412
5643
|
@builtins.property
|
|
5413
5644
|
@jsii.member(jsii_name="applicationName")
|
|
5414
5645
|
def application_name(self) -> typing.Optional[builtins.str]:
|
|
5415
|
-
'''The name of the application.
|
|
5646
|
+
'''(deprecated) The name of the application.
|
|
5647
|
+
|
|
5648
|
+
:stability: deprecated
|
|
5649
|
+
'''
|
|
5416
5650
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "applicationName"))
|
|
5417
5651
|
|
|
5418
5652
|
@application_name.setter
|
|
@@ -5427,7 +5661,10 @@ class CfnApplicationV2(
|
|
|
5427
5661
|
def run_configuration(
|
|
5428
5662
|
self,
|
|
5429
5663
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.RunConfigurationProperty"]]:
|
|
5430
|
-
'''Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
5664
|
+
'''(deprecated) Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
5665
|
+
|
|
5666
|
+
:stability: deprecated
|
|
5667
|
+
'''
|
|
5431
5668
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.RunConfigurationProperty"]], jsii.get(self, "runConfiguration"))
|
|
5432
5669
|
|
|
5433
5670
|
@run_configuration.setter
|
|
@@ -5443,7 +5680,10 @@ class CfnApplicationV2(
|
|
|
5443
5680
|
@builtins.property
|
|
5444
5681
|
@jsii.member(jsii_name="tagsRaw")
|
|
5445
5682
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
5446
|
-
'''A list of one or more tags to assign to the application.
|
|
5683
|
+
'''(deprecated) A list of one or more tags to assign to the application.
|
|
5684
|
+
|
|
5685
|
+
:stability: deprecated
|
|
5686
|
+
'''
|
|
5447
5687
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
|
|
5448
5688
|
|
|
5449
5689
|
@tags_raw.setter
|
|
@@ -5544,6 +5784,7 @@ class CfnApplicationV2(
|
|
|
5544
5784
|
jsii_struct_bases=[],
|
|
5545
5785
|
name_mapping={
|
|
5546
5786
|
"application_code_configuration": "applicationCodeConfiguration",
|
|
5787
|
+
"application_encryption_configuration": "applicationEncryptionConfiguration",
|
|
5547
5788
|
"application_snapshot_configuration": "applicationSnapshotConfiguration",
|
|
5548
5789
|
"application_system_rollback_configuration": "applicationSystemRollbackConfiguration",
|
|
5549
5790
|
"environment_properties": "environmentProperties",
|
|
@@ -5558,6 +5799,7 @@ class CfnApplicationV2(
|
|
|
5558
5799
|
self,
|
|
5559
5800
|
*,
|
|
5560
5801
|
application_code_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationCodeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5802
|
+
application_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationEncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5561
5803
|
application_snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationSnapshotConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5562
5804
|
application_system_rollback_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5563
5805
|
environment_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.EnvironmentPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -5569,6 +5811,7 @@ class CfnApplicationV2(
|
|
|
5569
5811
|
'''Specifies the creation parameters for a Managed Service for Apache Flink application.
|
|
5570
5812
|
|
|
5571
5813
|
:param application_code_configuration: The code location and type parameters for a Managed Service for Apache Flink application.
|
|
5814
|
+
:param application_encryption_configuration: The configuration to manage encryption at rest.
|
|
5572
5815
|
:param application_snapshot_configuration: Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
|
5573
5816
|
:param application_system_rollback_configuration: Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.
|
|
5574
5817
|
:param environment_properties: Describes execution properties for a Managed Service for Apache Flink application.
|
|
@@ -5601,6 +5844,12 @@ class CfnApplicationV2(
|
|
|
5601
5844
|
),
|
|
5602
5845
|
code_content_type="codeContentType"
|
|
5603
5846
|
),
|
|
5847
|
+
application_encryption_configuration=kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
5848
|
+
key_type="keyType",
|
|
5849
|
+
|
|
5850
|
+
# the properties below are optional
|
|
5851
|
+
key_id="keyId"
|
|
5852
|
+
),
|
|
5604
5853
|
application_snapshot_configuration=kinesisanalytics.CfnApplicationV2.ApplicationSnapshotConfigurationProperty(
|
|
5605
5854
|
snapshots_enabled=False
|
|
5606
5855
|
),
|
|
@@ -5731,6 +5980,7 @@ class CfnApplicationV2(
|
|
|
5731
5980
|
if __debug__:
|
|
5732
5981
|
type_hints = typing.get_type_hints(_typecheckingstub__4e45d629f4579c5447bf6c7cffc3ae4a3bca903acdc1b053fae0b9c4ef4e8adb)
|
|
5733
5982
|
check_type(argname="argument application_code_configuration", value=application_code_configuration, expected_type=type_hints["application_code_configuration"])
|
|
5983
|
+
check_type(argname="argument application_encryption_configuration", value=application_encryption_configuration, expected_type=type_hints["application_encryption_configuration"])
|
|
5734
5984
|
check_type(argname="argument application_snapshot_configuration", value=application_snapshot_configuration, expected_type=type_hints["application_snapshot_configuration"])
|
|
5735
5985
|
check_type(argname="argument application_system_rollback_configuration", value=application_system_rollback_configuration, expected_type=type_hints["application_system_rollback_configuration"])
|
|
5736
5986
|
check_type(argname="argument environment_properties", value=environment_properties, expected_type=type_hints["environment_properties"])
|
|
@@ -5741,6 +5991,8 @@ class CfnApplicationV2(
|
|
|
5741
5991
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5742
5992
|
if application_code_configuration is not None:
|
|
5743
5993
|
self._values["application_code_configuration"] = application_code_configuration
|
|
5994
|
+
if application_encryption_configuration is not None:
|
|
5995
|
+
self._values["application_encryption_configuration"] = application_encryption_configuration
|
|
5744
5996
|
if application_snapshot_configuration is not None:
|
|
5745
5997
|
self._values["application_snapshot_configuration"] = application_snapshot_configuration
|
|
5746
5998
|
if application_system_rollback_configuration is not None:
|
|
@@ -5767,6 +6019,17 @@ class CfnApplicationV2(
|
|
|
5767
6019
|
result = self._values.get("application_code_configuration")
|
|
5768
6020
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationCodeConfigurationProperty"]], result)
|
|
5769
6021
|
|
|
6022
|
+
@builtins.property
|
|
6023
|
+
def application_encryption_configuration(
|
|
6024
|
+
self,
|
|
6025
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationEncryptionConfigurationProperty"]]:
|
|
6026
|
+
'''The configuration to manage encryption at rest.
|
|
6027
|
+
|
|
6028
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationencryptionconfiguration
|
|
6029
|
+
'''
|
|
6030
|
+
result = self._values.get("application_encryption_configuration")
|
|
6031
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.ApplicationEncryptionConfigurationProperty"]], result)
|
|
6032
|
+
|
|
5770
6033
|
@builtins.property
|
|
5771
6034
|
def application_snapshot_configuration(
|
|
5772
6035
|
self,
|
|
@@ -5855,6 +6118,79 @@ class CfnApplicationV2(
|
|
|
5855
6118
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
5856
6119
|
)
|
|
5857
6120
|
|
|
6121
|
+
@jsii.data_type(
|
|
6122
|
+
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty",
|
|
6123
|
+
jsii_struct_bases=[],
|
|
6124
|
+
name_mapping={"key_type": "keyType", "key_id": "keyId"},
|
|
6125
|
+
)
|
|
6126
|
+
class ApplicationEncryptionConfigurationProperty:
|
|
6127
|
+
def __init__(
|
|
6128
|
+
self,
|
|
6129
|
+
*,
|
|
6130
|
+
key_type: builtins.str,
|
|
6131
|
+
key_id: typing.Optional[builtins.str] = None,
|
|
6132
|
+
) -> None:
|
|
6133
|
+
'''Specifies the configuration to manage encryption at rest.
|
|
6134
|
+
|
|
6135
|
+
:param key_type: Specifies the type of key used for encryption at rest.
|
|
6136
|
+
:param key_id: The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
|
|
6137
|
+
|
|
6138
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html
|
|
6139
|
+
:exampleMetadata: fixture=_generated
|
|
6140
|
+
|
|
6141
|
+
Example::
|
|
6142
|
+
|
|
6143
|
+
# The code below shows an example of how to instantiate this type.
|
|
6144
|
+
# The values are placeholders you should change.
|
|
6145
|
+
from aws_cdk import aws_kinesisanalytics as kinesisanalytics
|
|
6146
|
+
|
|
6147
|
+
application_encryption_configuration_property = kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
6148
|
+
key_type="keyType",
|
|
6149
|
+
|
|
6150
|
+
# the properties below are optional
|
|
6151
|
+
key_id="keyId"
|
|
6152
|
+
)
|
|
6153
|
+
'''
|
|
6154
|
+
if __debug__:
|
|
6155
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0fbf08bd16d8d7eb6f875d45557e63c98578255867b62835427882299e0143aa)
|
|
6156
|
+
check_type(argname="argument key_type", value=key_type, expected_type=type_hints["key_type"])
|
|
6157
|
+
check_type(argname="argument key_id", value=key_id, expected_type=type_hints["key_id"])
|
|
6158
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
6159
|
+
"key_type": key_type,
|
|
6160
|
+
}
|
|
6161
|
+
if key_id is not None:
|
|
6162
|
+
self._values["key_id"] = key_id
|
|
6163
|
+
|
|
6164
|
+
@builtins.property
|
|
6165
|
+
def key_type(self) -> builtins.str:
|
|
6166
|
+
'''Specifies the type of key used for encryption at rest.
|
|
6167
|
+
|
|
6168
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keytype
|
|
6169
|
+
'''
|
|
6170
|
+
result = self._values.get("key_type")
|
|
6171
|
+
assert result is not None, "Required property 'key_type' is missing"
|
|
6172
|
+
return typing.cast(builtins.str, result)
|
|
6173
|
+
|
|
6174
|
+
@builtins.property
|
|
6175
|
+
def key_id(self) -> typing.Optional[builtins.str]:
|
|
6176
|
+
'''The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
|
|
6177
|
+
|
|
6178
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keyid
|
|
6179
|
+
'''
|
|
6180
|
+
result = self._values.get("key_id")
|
|
6181
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6182
|
+
|
|
6183
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6184
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6185
|
+
|
|
6186
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6187
|
+
return not (rhs == self)
|
|
6188
|
+
|
|
6189
|
+
def __repr__(self) -> str:
|
|
6190
|
+
return "ApplicationEncryptionConfigurationProperty(%s)" % ", ".join(
|
|
6191
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6192
|
+
)
|
|
6193
|
+
|
|
5858
6194
|
@jsii.data_type(
|
|
5859
6195
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.ApplicationMaintenanceConfigurationProperty",
|
|
5860
6196
|
jsii_struct_bases=[],
|
|
@@ -5868,9 +6204,9 @@ class CfnApplicationV2(
|
|
|
5868
6204
|
*,
|
|
5869
6205
|
application_maintenance_window_start_time: builtins.str,
|
|
5870
6206
|
) -> None:
|
|
5871
|
-
'''
|
|
6207
|
+
'''Specifies the maintenance configuration for a AKAlong .
|
|
5872
6208
|
|
|
5873
|
-
:param application_maintenance_window_start_time: The
|
|
6209
|
+
:param application_maintenance_window_start_time: The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week. Maintenance of the application happens only during this eight-hour window.
|
|
5874
6210
|
|
|
5875
6211
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html
|
|
5876
6212
|
:exampleMetadata: fixture=_generated
|
|
@@ -5894,7 +6230,9 @@ class CfnApplicationV2(
|
|
|
5894
6230
|
|
|
5895
6231
|
@builtins.property
|
|
5896
6232
|
def application_maintenance_window_start_time(self) -> builtins.str:
|
|
5897
|
-
'''The
|
|
6233
|
+
'''The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week.
|
|
6234
|
+
|
|
6235
|
+
Maintenance of the application happens only during this eight-hour window.
|
|
5898
6236
|
|
|
5899
6237
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html#cfn-kinesisanalyticsv2-application-applicationmaintenanceconfiguration-applicationmaintenancewindowstarttime
|
|
5900
6238
|
'''
|
|
@@ -8882,19 +9220,22 @@ class CfnApplicationV2Props:
|
|
|
8882
9220
|
run_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.RunConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8883
9221
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8884
9222
|
) -> None:
|
|
8885
|
-
'''Properties for defining a ``CfnApplication``.
|
|
9223
|
+
'''(deprecated) Properties for defining a ``CfnApplication``.
|
|
9224
|
+
|
|
9225
|
+
:param runtime_environment: (deprecated) The runtime environment for the application.
|
|
9226
|
+
:param service_execution_role: (deprecated) Specifies the IAM role that the application uses to access external resources.
|
|
9227
|
+
:param application_configuration: (deprecated) Use this parameter to configure the application.
|
|
9228
|
+
:param application_description: (deprecated) The description of the application. Default: - ""
|
|
9229
|
+
:param application_maintenance_configuration: (deprecated) Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
9230
|
+
:param application_mode: (deprecated) To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` . However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
|
|
9231
|
+
:param application_name: (deprecated) The name of the application.
|
|
9232
|
+
:param run_configuration: (deprecated) Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
9233
|
+
:param tags: (deprecated) A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
|
|
8886
9234
|
|
|
8887
|
-
:
|
|
8888
|
-
:param service_execution_role: Specifies the IAM role that the application uses to access external resources.
|
|
8889
|
-
:param application_configuration: Use this parameter to configure the application.
|
|
8890
|
-
:param application_description: The description of the application. Default: - ""
|
|
8891
|
-
:param application_maintenance_configuration: Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
8892
|
-
:param application_mode: To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` . However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
|
|
8893
|
-
:param application_name: The name of the application.
|
|
8894
|
-
:param run_configuration: Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
8895
|
-
:param tags: A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
|
|
9235
|
+
:deprecated: use ``aws-kinesisanalyticsv2`` instead
|
|
8896
9236
|
|
|
8897
9237
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html
|
|
9238
|
+
:stability: deprecated
|
|
8898
9239
|
:exampleMetadata: fixture=_generated
|
|
8899
9240
|
|
|
8900
9241
|
Example::
|
|
@@ -8923,6 +9264,12 @@ class CfnApplicationV2Props:
|
|
|
8923
9264
|
),
|
|
8924
9265
|
code_content_type="codeContentType"
|
|
8925
9266
|
),
|
|
9267
|
+
application_encryption_configuration=kinesisanalytics.CfnApplicationV2.ApplicationEncryptionConfigurationProperty(
|
|
9268
|
+
key_type="keyType",
|
|
9269
|
+
|
|
9270
|
+
# the properties below are optional
|
|
9271
|
+
key_id="keyId"
|
|
9272
|
+
),
|
|
8926
9273
|
application_snapshot_configuration=kinesisanalytics.CfnApplicationV2.ApplicationSnapshotConfigurationProperty(
|
|
8927
9274
|
snapshots_enabled=False
|
|
8928
9275
|
),
|
|
@@ -9104,9 +9451,10 @@ class CfnApplicationV2Props:
|
|
|
9104
9451
|
|
|
9105
9452
|
@builtins.property
|
|
9106
9453
|
def runtime_environment(self) -> builtins.str:
|
|
9107
|
-
'''The runtime environment for the application.
|
|
9454
|
+
'''(deprecated) The runtime environment for the application.
|
|
9108
9455
|
|
|
9109
9456
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment
|
|
9457
|
+
:stability: deprecated
|
|
9110
9458
|
'''
|
|
9111
9459
|
result = self._values.get("runtime_environment")
|
|
9112
9460
|
assert result is not None, "Required property 'runtime_environment' is missing"
|
|
@@ -9114,9 +9462,10 @@ class CfnApplicationV2Props:
|
|
|
9114
9462
|
|
|
9115
9463
|
@builtins.property
|
|
9116
9464
|
def service_execution_role(self) -> builtins.str:
|
|
9117
|
-
'''Specifies the IAM role that the application uses to access external resources.
|
|
9465
|
+
'''(deprecated) Specifies the IAM role that the application uses to access external resources.
|
|
9118
9466
|
|
|
9119
9467
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-serviceexecutionrole
|
|
9468
|
+
:stability: deprecated
|
|
9120
9469
|
'''
|
|
9121
9470
|
result = self._values.get("service_execution_role")
|
|
9122
9471
|
assert result is not None, "Required property 'service_execution_role' is missing"
|
|
@@ -9126,20 +9475,22 @@ class CfnApplicationV2Props:
|
|
|
9126
9475
|
def application_configuration(
|
|
9127
9476
|
self,
|
|
9128
9477
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplicationV2.ApplicationConfigurationProperty]]:
|
|
9129
|
-
'''Use this parameter to configure the application.
|
|
9478
|
+
'''(deprecated) Use this parameter to configure the application.
|
|
9130
9479
|
|
|
9131
9480
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationconfiguration
|
|
9481
|
+
:stability: deprecated
|
|
9132
9482
|
'''
|
|
9133
9483
|
result = self._values.get("application_configuration")
|
|
9134
9484
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplicationV2.ApplicationConfigurationProperty]], result)
|
|
9135
9485
|
|
|
9136
9486
|
@builtins.property
|
|
9137
9487
|
def application_description(self) -> typing.Optional[builtins.str]:
|
|
9138
|
-
'''The description of the application.
|
|
9488
|
+
'''(deprecated) The description of the application.
|
|
9139
9489
|
|
|
9140
9490
|
:default: - ""
|
|
9141
9491
|
|
|
9142
9492
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationdescription
|
|
9493
|
+
:stability: deprecated
|
|
9143
9494
|
'''
|
|
9144
9495
|
result = self._values.get("application_description")
|
|
9145
9496
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -9148,29 +9499,32 @@ class CfnApplicationV2Props:
|
|
|
9148
9499
|
def application_maintenance_configuration(
|
|
9149
9500
|
self,
|
|
9150
9501
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplicationV2.ApplicationMaintenanceConfigurationProperty]]:
|
|
9151
|
-
'''Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
9502
|
+
'''(deprecated) Specifies the maintenance window parameters for a Kinesis Data Analytics application.
|
|
9152
9503
|
|
|
9153
9504
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationmaintenanceconfiguration
|
|
9505
|
+
:stability: deprecated
|
|
9154
9506
|
'''
|
|
9155
9507
|
result = self._values.get("application_maintenance_configuration")
|
|
9156
9508
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplicationV2.ApplicationMaintenanceConfigurationProperty]], result)
|
|
9157
9509
|
|
|
9158
9510
|
@builtins.property
|
|
9159
9511
|
def application_mode(self) -> typing.Optional[builtins.str]:
|
|
9160
|
-
'''To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` .
|
|
9512
|
+
'''(deprecated) To create a Kinesis Data Analytics Studio notebook, you must set the mode to ``INTERACTIVE`` .
|
|
9161
9513
|
|
|
9162
9514
|
However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
|
|
9163
9515
|
|
|
9164
9516
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationmode
|
|
9517
|
+
:stability: deprecated
|
|
9165
9518
|
'''
|
|
9166
9519
|
result = self._values.get("application_mode")
|
|
9167
9520
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
9168
9521
|
|
|
9169
9522
|
@builtins.property
|
|
9170
9523
|
def application_name(self) -> typing.Optional[builtins.str]:
|
|
9171
|
-
'''The name of the application.
|
|
9524
|
+
'''(deprecated) The name of the application.
|
|
9172
9525
|
|
|
9173
9526
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationname
|
|
9527
|
+
:stability: deprecated
|
|
9174
9528
|
'''
|
|
9175
9529
|
result = self._values.get("application_name")
|
|
9176
9530
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -9179,20 +9533,22 @@ class CfnApplicationV2Props:
|
|
|
9179
9533
|
def run_configuration(
|
|
9180
9534
|
self,
|
|
9181
9535
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplicationV2.RunConfigurationProperty]]:
|
|
9182
|
-
'''Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
9536
|
+
'''(deprecated) Describes the starting parameters for an Managed Service for Apache Flink application.
|
|
9183
9537
|
|
|
9184
9538
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runconfiguration
|
|
9539
|
+
:stability: deprecated
|
|
9185
9540
|
'''
|
|
9186
9541
|
result = self._values.get("run_configuration")
|
|
9187
9542
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplicationV2.RunConfigurationProperty]], result)
|
|
9188
9543
|
|
|
9189
9544
|
@builtins.property
|
|
9190
9545
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
9191
|
-
'''A list of one or more tags to assign to the application.
|
|
9546
|
+
'''(deprecated) A list of one or more tags to assign to the application.
|
|
9192
9547
|
|
|
9193
9548
|
A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
|
|
9194
9549
|
|
|
9195
9550
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-tags
|
|
9551
|
+
:stability: deprecated
|
|
9196
9552
|
'''
|
|
9197
9553
|
result = self._values.get("tags")
|
|
9198
9554
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
@@ -9833,6 +10189,14 @@ def _typecheckingstub__68f6c265e7d219c8087ecccfd8c8908a6940a2b12916b5234453b46ae
|
|
|
9833
10189
|
"""Type checking stubs"""
|
|
9834
10190
|
pass
|
|
9835
10191
|
|
|
10192
|
+
def _typecheckingstub__6ad6fec85f8d8fd2cbda89e4d5e375818d13d6060f328eec41a9330b6fec772b(
|
|
10193
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10194
|
+
id: builtins.str,
|
|
10195
|
+
application_name: builtins.str,
|
|
10196
|
+
) -> None:
|
|
10197
|
+
"""Type checking stubs"""
|
|
10198
|
+
pass
|
|
10199
|
+
|
|
9836
10200
|
def _typecheckingstub__7ea17d8a69f816e0d5e0fe4c8ba39325dd561dac4af7c67c01d09dc75d750b92(
|
|
9837
10201
|
inspector: _TreeInspector_488e0dd5,
|
|
9838
10202
|
) -> None:
|
|
@@ -9910,6 +10274,7 @@ def _typecheckingstub__f5ba4fee0391085dda50ed606bc39cd9aa7ee1d24bf06799636a50450
|
|
|
9910
10274
|
def _typecheckingstub__4e45d629f4579c5447bf6c7cffc3ae4a3bca903acdc1b053fae0b9c4ef4e8adb(
|
|
9911
10275
|
*,
|
|
9912
10276
|
application_code_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationCodeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10277
|
+
application_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationEncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9913
10278
|
application_snapshot_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationSnapshotConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9914
10279
|
application_system_rollback_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.ApplicationSystemRollbackConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9915
10280
|
environment_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplicationV2.EnvironmentPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -9921,6 +10286,14 @@ def _typecheckingstub__4e45d629f4579c5447bf6c7cffc3ae4a3bca903acdc1b053fae0b9c4e
|
|
|
9921
10286
|
"""Type checking stubs"""
|
|
9922
10287
|
pass
|
|
9923
10288
|
|
|
10289
|
+
def _typecheckingstub__0fbf08bd16d8d7eb6f875d45557e63c98578255867b62835427882299e0143aa(
|
|
10290
|
+
*,
|
|
10291
|
+
key_type: builtins.str,
|
|
10292
|
+
key_id: typing.Optional[builtins.str] = None,
|
|
10293
|
+
) -> None:
|
|
10294
|
+
"""Type checking stubs"""
|
|
10295
|
+
pass
|
|
10296
|
+
|
|
9924
10297
|
def _typecheckingstub__a667cba282915ab81c8fee83b7c2513fe61409a588b8ce862d13e012215af03c(
|
|
9925
10298
|
*,
|
|
9926
10299
|
application_maintenance_window_start_time: builtins.str,
|