aws-cdk-lib 2.133.0__py3-none-any.whl → 2.135.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.
- aws_cdk/__init__.py +14 -1
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.133.0.jsii.tgz → aws-cdk-lib@2.135.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/assertions/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +108 -3
- aws_cdk/aws_apigatewayv2_authorizers/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +158 -3
- aws_cdk/aws_appconfig/__init__.py +189 -8
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +560 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_appmesh/__init__.py +4 -1
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +74 -0
- aws_cdk/aws_aps/__init__.py +805 -1
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +9 -4
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscaling_hooktargets/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +26 -12
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +426 -73
- aws_cdk/aws_bedrock/__init__.py +200 -2
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +183 -6
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +4 -1
- aws_cdk/aws_cloudfront/__init__.py +5 -2
- aws_cdk/aws_cloudfront/experimental/__init__.py +3 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +3 -0
- aws_cdk/aws_cloudtrail/__init__.py +47 -14
- aws_cdk/aws_cloudwatch/__init__.py +21 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +815 -2
- aws_cdk/aws_codebuild/__init__.py +38 -16
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +27 -8
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +91 -2
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +44 -40
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +277 -0
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -0
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +396 -13
- aws_cdk/aws_datazone/__init__.py +3 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +5 -2
- aws_cdk/aws_dms/__init__.py +30 -9
- aws_cdk/aws_docdb/__init__.py +3 -0
- aws_cdk/aws_docdbelastic/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +419 -5
- aws_cdk/aws_ec2/__init__.py +3530 -504
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +12 -4
- aws_cdk/aws_ecs_patterns/__init__.py +3 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +69 -47
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +431 -72
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +3 -0
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +3 -0
- aws_cdk/aws_entityresolution/__init__.py +96 -66
- aws_cdk/aws_events/__init__.py +3 -0
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_globalaccelerator/__init__.py +5 -2
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +147 -3
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +12 -10
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +3 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +88 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +138 -55
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -0
- aws_cdk/aws_iotwireless/__init__.py +3 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1239 -161
- aws_cdk/aws_kendra/__init__.py +56 -39
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +40 -37
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +40 -37
- aws_cdk/aws_kinesisfirehose/__init__.py +14 -3
- aws_cdk/aws_kinesisvideo/__init__.py +3 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +9 -0
- aws_cdk/aws_lambda_destinations/__init__.py +3 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +45 -18
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -0
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +3 -0
- aws_cdk/aws_logs_destinations/__init__.py +3 -0
- aws_cdk/aws_lookoutequipment/__init__.py +3 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +5 -3
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -0
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +91 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +3 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +6 -3
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +26 -18
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -0
- aws_cdk/aws_osis/__init__.py +3 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +45 -0
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +3 -0
- aws_cdk/aws_quicksight/__init__.py +3 -0
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +150 -27
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +52 -0
- aws_cdk/aws_route53_patterns/__init__.py +3 -0
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +3 -0
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +3 -0
- aws_cdk/aws_s3_assets/__init__.py +3 -0
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3_notifications/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +5 -2
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -0
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +59 -14
- aws_cdk/aws_securitylake/__init__.py +859 -0
- aws_cdk/aws_servicecatalog/__init__.py +3 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_ses_actions/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_sns/__init__.py +48 -13
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +6 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +3 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +26 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +77 -14
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -3
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +3 -0
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +99 -46
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cloudformation_include/__init__.py +3 -0
- aws_cdk/custom_resources/__init__.py +7 -4
- aws_cdk/cx_api/__init__.py +20 -0
- aws_cdk/lambda_layer_awscli/__init__.py +3 -0
- aws_cdk/lambda_layer_kubectl/__init__.py +3 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +3 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.135.0.dist-info/RECORD +282 -0
- aws_cdk_lib-2.133.0.dist-info/RECORD +0 -281
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/top_level.txt +0 -0
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -2323,7 +2326,7 @@ class CfnApplicationOutputV2(
|
|
|
2323
2326
|
:param scope: Scope in which this resource is defined.
|
|
2324
2327
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2325
2328
|
:param application_name: The name of the application.
|
|
2326
|
-
:param output: Describes a SQL-based
|
|
2329
|
+
: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.
|
|
2327
2330
|
'''
|
|
2328
2331
|
if __debug__:
|
|
2329
2332
|
type_hints = typing.get_type_hints(_typecheckingstub__271bacb10dd6a875577035705b436387f7a448fbf7028ee2ca502030ea3c17e2)
|
|
@@ -2396,7 +2399,7 @@ class CfnApplicationOutputV2(
|
|
|
2396
2399
|
def output(
|
|
2397
2400
|
self,
|
|
2398
2401
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationOutputV2.OutputProperty"]:
|
|
2399
|
-
'''Describes a SQL-based
|
|
2402
|
+
'''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.'''
|
|
2400
2403
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationOutputV2.OutputProperty"], jsii.get(self, "output"))
|
|
2401
2404
|
|
|
2402
2405
|
@output.setter
|
|
@@ -2420,7 +2423,7 @@ class CfnApplicationOutputV2(
|
|
|
2420
2423
|
*,
|
|
2421
2424
|
record_format_type: typing.Optional[builtins.str] = None,
|
|
2422
2425
|
) -> None:
|
|
2423
|
-
'''Describes the data format when records are written to the destination in a SQL-based
|
|
2426
|
+
'''Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.
|
|
2424
2427
|
|
|
2425
2428
|
:param record_format_type: Specifies the format of the records on the output stream.
|
|
2426
2429
|
|
|
@@ -2471,7 +2474,7 @@ class CfnApplicationOutputV2(
|
|
|
2471
2474
|
)
|
|
2472
2475
|
class KinesisFirehoseOutputProperty:
|
|
2473
2476
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
2474
|
-
'''For a SQL-based
|
|
2477
|
+
'''For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination.
|
|
2475
2478
|
|
|
2476
2479
|
You provide the stream Amazon Resource Name (ARN) of the delivery stream.
|
|
2477
2480
|
|
|
@@ -2525,7 +2528,7 @@ class CfnApplicationOutputV2(
|
|
|
2525
2528
|
)
|
|
2526
2529
|
class KinesisStreamsOutputProperty:
|
|
2527
2530
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
2528
|
-
'''When you configure a SQL-based
|
|
2531
|
+
'''When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination.
|
|
2529
2532
|
|
|
2530
2533
|
You provide the stream Amazon Resource Name (ARN).
|
|
2531
2534
|
|
|
@@ -2579,7 +2582,7 @@ class CfnApplicationOutputV2(
|
|
|
2579
2582
|
)
|
|
2580
2583
|
class LambdaOutputProperty:
|
|
2581
2584
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
2582
|
-
'''When you configure a SQL-based
|
|
2585
|
+
'''When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.
|
|
2583
2586
|
|
|
2584
2587
|
You provide the function Amazon Resource Name (ARN) of the Lambda function.
|
|
2585
2588
|
|
|
@@ -2651,7 +2654,7 @@ class CfnApplicationOutputV2(
|
|
|
2651
2654
|
lambda_output: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationOutputV2.LambdaOutputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2652
2655
|
name: typing.Optional[builtins.str] = None,
|
|
2653
2656
|
) -> None:
|
|
2654
|
-
'''Describes a SQL-based
|
|
2657
|
+
'''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.
|
|
2655
2658
|
|
|
2656
2659
|
The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2657
2660
|
|
|
@@ -2788,7 +2791,7 @@ class CfnApplicationOutputV2Props:
|
|
|
2788
2791
|
'''Properties for defining a ``CfnApplicationOutput``.
|
|
2789
2792
|
|
|
2790
2793
|
:param application_name: The name of the application.
|
|
2791
|
-
:param output: Describes a SQL-based
|
|
2794
|
+
: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.
|
|
2792
2795
|
|
|
2793
2796
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html
|
|
2794
2797
|
:exampleMetadata: fixture=_generated
|
|
@@ -2843,7 +2846,7 @@ class CfnApplicationOutputV2Props:
|
|
|
2843
2846
|
def output(
|
|
2844
2847
|
self,
|
|
2845
2848
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationOutputV2.OutputProperty]:
|
|
2846
|
-
'''Describes a SQL-based
|
|
2849
|
+
'''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.
|
|
2847
2850
|
|
|
2848
2851
|
The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
2849
2852
|
|
|
@@ -4056,9 +4059,9 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4056
4059
|
metaclass=jsii.JSIIMeta,
|
|
4057
4060
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationReferenceDataSourceV2",
|
|
4058
4061
|
):
|
|
4059
|
-
'''Adds a reference data source to an existing SQL-based
|
|
4062
|
+
'''Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
|
|
4060
4063
|
|
|
4061
|
-
|
|
4064
|
+
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.
|
|
4062
4065
|
|
|
4063
4066
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
|
|
4064
4067
|
:cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource
|
|
@@ -4122,7 +4125,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4122
4125
|
:param scope: Scope in which this resource is defined.
|
|
4123
4126
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4124
4127
|
:param application_name: The name of the application.
|
|
4125
|
-
:param reference_data_source: For a SQL-based
|
|
4128
|
+
: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.
|
|
4126
4129
|
'''
|
|
4127
4130
|
if __debug__:
|
|
4128
4131
|
type_hints = typing.get_type_hints(_typecheckingstub__f2c21e9367b4b82b411ec28921ad848b6f7487f126cfc392bff2c5844b5fd4bb)
|
|
@@ -4196,7 +4199,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4196
4199
|
def reference_data_source(
|
|
4197
4200
|
self,
|
|
4198
4201
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty"]:
|
|
4199
|
-
'''For a SQL-based
|
|
4202
|
+
'''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.'''
|
|
4200
4203
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty"], jsii.get(self, "referenceDataSource"))
|
|
4201
4204
|
|
|
4202
4205
|
@reference_data_source.setter
|
|
@@ -4224,7 +4227,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4224
4227
|
record_column_delimiter: builtins.str,
|
|
4225
4228
|
record_row_delimiter: builtins.str,
|
|
4226
4229
|
) -> None:
|
|
4227
|
-
'''For a SQL-based
|
|
4230
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV.
|
|
4228
4231
|
|
|
4229
4232
|
For example, the following sample records use CSV format, where the records use the *'\\n'* as the row delimiter and a comma (",") as the column delimiter:
|
|
4230
4233
|
|
|
@@ -4300,7 +4303,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4300
4303
|
)
|
|
4301
4304
|
class JSONMappingParametersProperty:
|
|
4302
4305
|
def __init__(self, *, record_row_path: builtins.str) -> None:
|
|
4303
|
-
'''For a SQL-based
|
|
4306
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
|
|
4304
4307
|
|
|
4305
4308
|
:param record_row_path: The path to the top-level parent that contains the records.
|
|
4306
4309
|
|
|
@@ -4360,7 +4363,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4360
4363
|
csv_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4361
4364
|
json_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4362
4365
|
) -> None:
|
|
4363
|
-
'''When you configure a SQL-based
|
|
4366
|
+
'''When you configure a SQL-based Kinesis Data Analytics application's input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
|
|
4364
4367
|
|
|
4365
4368
|
:param csv_mapping_parameters: Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
|
4366
4369
|
:param json_mapping_parameters: Provides additional mapping information when JSON is the record format on the streaming source.
|
|
@@ -4440,7 +4443,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4440
4443
|
sql_type: builtins.str,
|
|
4441
4444
|
mapping: typing.Optional[builtins.str] = None,
|
|
4442
4445
|
) -> None:
|
|
4443
|
-
'''For a SQL-based
|
|
4446
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
|
|
4444
4447
|
|
|
4445
4448
|
Also used to describe the format of the reference data source.
|
|
4446
4449
|
|
|
@@ -4532,7 +4535,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4532
4535
|
record_format_type: builtins.str,
|
|
4533
4536
|
mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSourceV2.MappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4534
4537
|
) -> None:
|
|
4535
|
-
'''For a SQL-based
|
|
4538
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
|
|
4536
4539
|
|
|
4537
4540
|
:param record_format_type: The type of record format.
|
|
4538
4541
|
:param mapping_parameters: When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
|
|
@@ -4620,7 +4623,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4620
4623
|
s3_reference_data_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4621
4624
|
table_name: typing.Optional[builtins.str] = None,
|
|
4622
4625
|
) -> None:
|
|
4623
|
-
'''For a SQL-based
|
|
4626
|
+
'''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.
|
|
4624
4627
|
|
|
4625
4628
|
:param reference_schema: Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
|
|
4626
4629
|
:param s3_reference_data_source: Identifies the S3 bucket and object that contains the reference data. A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the `UpdateApplication <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_UpdateApplication.html>`_ operation to trigger reloading of data into your application.
|
|
@@ -4746,7 +4749,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4746
4749
|
record_format: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSourceV2.RecordFormatProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
4747
4750
|
record_encoding: typing.Optional[builtins.str] = None,
|
|
4748
4751
|
) -> None:
|
|
4749
|
-
'''For a SQL-based
|
|
4752
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
|
|
4750
4753
|
|
|
4751
4754
|
:param record_columns: A list of ``RecordColumn`` objects.
|
|
4752
4755
|
:param record_format: Specifies the format of the records on the streaming source.
|
|
@@ -4933,7 +4936,7 @@ class CfnApplicationReferenceDataSourceV2Props:
|
|
|
4933
4936
|
'''Properties for defining a ``CfnApplicationReferenceDataSource``.
|
|
4934
4937
|
|
|
4935
4938
|
:param application_name: The name of the application.
|
|
4936
|
-
:param reference_data_source: For a SQL-based
|
|
4939
|
+
: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.
|
|
4937
4940
|
|
|
4938
4941
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
|
|
4939
4942
|
:exampleMetadata: fixture=_generated
|
|
@@ -5006,7 +5009,7 @@ class CfnApplicationReferenceDataSourceV2Props:
|
|
|
5006
5009
|
def reference_data_source(
|
|
5007
5010
|
self,
|
|
5008
5011
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty]:
|
|
5009
|
-
'''For a SQL-based
|
|
5012
|
+
'''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.
|
|
5010
5013
|
|
|
5011
5014
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource
|
|
5012
5015
|
'''
|
|
@@ -5549,7 +5552,7 @@ class CfnApplicationV2(
|
|
|
5549
5552
|
:param application_snapshot_configuration: Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
|
5550
5553
|
:param environment_properties: Describes execution properties for a Managed Service for Apache Flink application.
|
|
5551
5554
|
:param flink_application_configuration: The creation and update parameters for a Managed Service for Apache Flink application.
|
|
5552
|
-
:param sql_application_configuration: The creation and update parameters for a SQL-based
|
|
5555
|
+
:param sql_application_configuration: The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
|
5553
5556
|
:param vpc_configurations: The array of descriptions of VPC configurations available to the application.
|
|
5554
5557
|
:param zeppelin_application_configuration: The configuration parameters for a Kinesis Data Analytics Studio notebook.
|
|
5555
5558
|
|
|
@@ -5774,7 +5777,7 @@ class CfnApplicationV2(
|
|
|
5774
5777
|
def sql_application_configuration(
|
|
5775
5778
|
self,
|
|
5776
5779
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.SqlApplicationConfigurationProperty"]]:
|
|
5777
|
-
'''The creation and update parameters for a SQL-based
|
|
5780
|
+
'''The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
|
5778
5781
|
|
|
5779
5782
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-sqlapplicationconfiguration
|
|
5780
5783
|
'''
|
|
@@ -6023,7 +6026,7 @@ class CfnApplicationV2(
|
|
|
6023
6026
|
record_column_delimiter: builtins.str,
|
|
6024
6027
|
record_row_delimiter: builtins.str,
|
|
6025
6028
|
) -> None:
|
|
6026
|
-
'''For a SQL-based
|
|
6029
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV.
|
|
6027
6030
|
|
|
6028
6031
|
For example, the following sample records use CSV format, where the records use the *'\\n'* as the row delimiter and a comma (",") as the column delimiter:
|
|
6029
6032
|
|
|
@@ -6862,7 +6865,7 @@ class CfnApplicationV2(
|
|
|
6862
6865
|
)
|
|
6863
6866
|
class InputLambdaProcessorProperty:
|
|
6864
6867
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
6865
|
-
'''An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream in a SQL-based
|
|
6868
|
+
'''An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream in a SQL-based Kinesis Data Analytics application.
|
|
6866
6869
|
|
|
6867
6870
|
:param resource_arn: The ARN of the Amazon Lambda function that operates on records in the stream. .. epigraph:: To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see `Example ARNs: Amazon Lambda <https://docs.aws.amazon.com//general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda>`_
|
|
6868
6871
|
|
|
@@ -6918,7 +6921,7 @@ class CfnApplicationV2(
|
|
|
6918
6921
|
)
|
|
6919
6922
|
class InputParallelismProperty:
|
|
6920
6923
|
def __init__(self, *, count: typing.Optional[jsii.Number] = None) -> None:
|
|
6921
|
-
'''For a SQL-based
|
|
6924
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
|
|
6922
6925
|
|
|
6923
6926
|
:param count: The number of in-application streams to create.
|
|
6924
6927
|
|
|
@@ -7046,10 +7049,10 @@ class CfnApplicationV2(
|
|
|
7046
7049
|
kinesis_firehose_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.KinesisFirehoseInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7047
7050
|
kinesis_streams_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.KinesisStreamsInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7048
7051
|
) -> None:
|
|
7049
|
-
'''When you configure the application input for a SQL-based
|
|
7052
|
+
'''When you configure the application input for a SQL-based Kinesis Data Analytics application, you specify the streaming source, the in-application stream name that is created, and the mapping between the two.
|
|
7050
7053
|
|
|
7051
7054
|
:param input_schema: Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.
|
|
7052
|
-
:param name_prefix: The name prefix to use when creating an in-application stream. Suppose that you specify a prefix " ``MyInApplicationStream`` ."
|
|
7055
|
+
:param name_prefix: The name prefix to use when creating an in-application stream. Suppose that you specify a prefix " ``MyInApplicationStream`` ." Kinesis Data Analytics then creates one or more (as per the ``InputParallelism`` count you specified) in-application streams with the names " ``MyInApplicationStream_001`` ," " ``MyInApplicationStream_002`` ," and so on.
|
|
7053
7056
|
:param input_parallelism: Describes the number of in-application streams to create.
|
|
7054
7057
|
:param input_processing_configuration: The `InputProcessingConfiguration <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_InputProcessingConfiguration.html>`_ for the input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is `InputLambdaProcessor <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_InputLambdaProcessor.html>`_ .
|
|
7055
7058
|
:param kinesis_firehose_input: If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.
|
|
@@ -7149,7 +7152,7 @@ class CfnApplicationV2(
|
|
|
7149
7152
|
def name_prefix(self) -> builtins.str:
|
|
7150
7153
|
'''The name prefix to use when creating an in-application stream.
|
|
7151
7154
|
|
|
7152
|
-
Suppose that you specify a prefix " ``MyInApplicationStream`` ."
|
|
7155
|
+
Suppose that you specify a prefix " ``MyInApplicationStream`` ." Kinesis Data Analytics then creates one or more (as per the ``InputParallelism`` count you specified) in-application streams with the names " ``MyInApplicationStream_001`` ," " ``MyInApplicationStream_002`` ," and so on.
|
|
7153
7156
|
|
|
7154
7157
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-input.html#cfn-kinesisanalyticsv2-application-input-nameprefix
|
|
7155
7158
|
'''
|
|
@@ -7229,7 +7232,7 @@ class CfnApplicationV2(
|
|
|
7229
7232
|
record_format: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.RecordFormatProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
7230
7233
|
record_encoding: typing.Optional[builtins.str] = None,
|
|
7231
7234
|
) -> None:
|
|
7232
|
-
'''For a SQL-based
|
|
7235
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
|
|
7233
7236
|
|
|
7234
7237
|
:param record_columns: A list of ``RecordColumn`` objects.
|
|
7235
7238
|
:param record_format: Specifies the format of the records on the streaming source.
|
|
@@ -7336,7 +7339,7 @@ class CfnApplicationV2(
|
|
|
7336
7339
|
)
|
|
7337
7340
|
class JSONMappingParametersProperty:
|
|
7338
7341
|
def __init__(self, *, record_row_path: builtins.str) -> None:
|
|
7339
|
-
'''For a SQL-based
|
|
7342
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
|
|
7340
7343
|
|
|
7341
7344
|
:param record_row_path: The path to the top-level parent that contains the records.
|
|
7342
7345
|
|
|
@@ -7388,7 +7391,7 @@ class CfnApplicationV2(
|
|
|
7388
7391
|
)
|
|
7389
7392
|
class KinesisFirehoseInputProperty:
|
|
7390
7393
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
7391
|
-
'''For a SQL-based
|
|
7394
|
+
'''For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source.
|
|
7392
7395
|
|
|
7393
7396
|
You provide the delivery stream's Amazon Resource Name (ARN).
|
|
7394
7397
|
|
|
@@ -7504,7 +7507,7 @@ class CfnApplicationV2(
|
|
|
7504
7507
|
csv_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.CSVMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7505
7508
|
json_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.JSONMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7506
7509
|
) -> None:
|
|
7507
|
-
'''When you configure a SQL-based
|
|
7510
|
+
'''When you configure a SQL-based Kinesis Data Analytics application's input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
|
|
7508
7511
|
|
|
7509
7512
|
:param csv_mapping_parameters: Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
|
7510
7513
|
:param json_mapping_parameters: Provides additional mapping information when JSON is the record format on the streaming source.
|
|
@@ -7969,7 +7972,7 @@ class CfnApplicationV2(
|
|
|
7969
7972
|
sql_type: builtins.str,
|
|
7970
7973
|
mapping: typing.Optional[builtins.str] = None,
|
|
7971
7974
|
) -> None:
|
|
7972
|
-
'''For a SQL-based
|
|
7975
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
|
|
7973
7976
|
|
|
7974
7977
|
Also used to describe the format of the reference data source.
|
|
7975
7978
|
|
|
@@ -8061,7 +8064,7 @@ class CfnApplicationV2(
|
|
|
8061
8064
|
record_format_type: builtins.str,
|
|
8062
8065
|
mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.MappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8063
8066
|
) -> None:
|
|
8064
|
-
'''For a SQL-based
|
|
8067
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
|
|
8065
8068
|
|
|
8066
8069
|
:param record_format_type: The type of record format.
|
|
8067
8070
|
:param mapping_parameters: When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
|
|
@@ -8392,7 +8395,7 @@ class CfnApplicationV2(
|
|
|
8392
8395
|
*,
|
|
8393
8396
|
inputs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationV2.InputProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
8394
8397
|
) -> None:
|
|
8395
|
-
'''Describes the inputs, outputs, and reference data sources for a SQL-based
|
|
8398
|
+
'''Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
|
|
8396
8399
|
|
|
8397
8400
|
:param inputs: The array of `Input <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_Input.html>`_ objects describing the input streams used by the application.
|
|
8398
8401
|
|