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
|
|
@@ -574,7 +577,7 @@ class CfnApplication(
|
|
|
574
577
|
:param application_snapshot_configuration: Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
|
575
578
|
:param environment_properties: Describes execution properties for a Managed Service for Apache Flink application.
|
|
576
579
|
:param flink_application_configuration: The creation and update parameters for a Managed Service for Apache Flink application.
|
|
577
|
-
:param sql_application_configuration: The creation and update parameters for a SQL-based
|
|
580
|
+
:param sql_application_configuration: The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
|
578
581
|
:param vpc_configurations: The array of descriptions of VPC configurations available to the application.
|
|
579
582
|
:param zeppelin_application_configuration: The configuration parameters for a Kinesis Data Analytics Studio notebook.
|
|
580
583
|
|
|
@@ -799,7 +802,7 @@ class CfnApplication(
|
|
|
799
802
|
def sql_application_configuration(
|
|
800
803
|
self,
|
|
801
804
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.SqlApplicationConfigurationProperty"]]:
|
|
802
|
-
'''The creation and update parameters for a SQL-based
|
|
805
|
+
'''The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
|
803
806
|
|
|
804
807
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-sqlapplicationconfiguration
|
|
805
808
|
'''
|
|
@@ -1048,7 +1051,7 @@ class CfnApplication(
|
|
|
1048
1051
|
record_column_delimiter: builtins.str,
|
|
1049
1052
|
record_row_delimiter: builtins.str,
|
|
1050
1053
|
) -> None:
|
|
1051
|
-
'''For a SQL-based
|
|
1054
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV.
|
|
1052
1055
|
|
|
1053
1056
|
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:
|
|
1054
1057
|
|
|
@@ -1887,7 +1890,7 @@ class CfnApplication(
|
|
|
1887
1890
|
)
|
|
1888
1891
|
class InputLambdaProcessorProperty:
|
|
1889
1892
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
1890
|
-
'''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
|
|
1893
|
+
'''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.
|
|
1891
1894
|
|
|
1892
1895
|
: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>`_
|
|
1893
1896
|
|
|
@@ -1943,7 +1946,7 @@ class CfnApplication(
|
|
|
1943
1946
|
)
|
|
1944
1947
|
class InputParallelismProperty:
|
|
1945
1948
|
def __init__(self, *, count: typing.Optional[jsii.Number] = None) -> None:
|
|
1946
|
-
'''For a SQL-based
|
|
1949
|
+
'''For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
|
|
1947
1950
|
|
|
1948
1951
|
:param count: The number of in-application streams to create.
|
|
1949
1952
|
|
|
@@ -2071,10 +2074,10 @@ class CfnApplication(
|
|
|
2071
2074
|
kinesis_firehose_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.KinesisFirehoseInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2072
2075
|
kinesis_streams_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.KinesisStreamsInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2073
2076
|
) -> None:
|
|
2074
|
-
'''When you configure the application input for a SQL-based
|
|
2077
|
+
'''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.
|
|
2075
2078
|
|
|
2076
2079
|
: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.
|
|
2077
|
-
:param name_prefix: The name prefix to use when creating an in-application stream. Suppose that you specify a prefix " ``MyInApplicationStream`` ."
|
|
2080
|
+
: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.
|
|
2078
2081
|
:param input_parallelism: Describes the number of in-application streams to create.
|
|
2079
2082
|
: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>`_ .
|
|
2080
2083
|
:param kinesis_firehose_input: If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.
|
|
@@ -2174,7 +2177,7 @@ class CfnApplication(
|
|
|
2174
2177
|
def name_prefix(self) -> builtins.str:
|
|
2175
2178
|
'''The name prefix to use when creating an in-application stream.
|
|
2176
2179
|
|
|
2177
|
-
Suppose that you specify a prefix " ``MyInApplicationStream`` ."
|
|
2180
|
+
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.
|
|
2178
2181
|
|
|
2179
2182
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-input.html#cfn-kinesisanalyticsv2-application-input-nameprefix
|
|
2180
2183
|
'''
|
|
@@ -2254,7 +2257,7 @@ class CfnApplication(
|
|
|
2254
2257
|
record_format: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.RecordFormatProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
2255
2258
|
record_encoding: typing.Optional[builtins.str] = None,
|
|
2256
2259
|
) -> None:
|
|
2257
|
-
'''For a SQL-based
|
|
2260
|
+
'''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.
|
|
2258
2261
|
|
|
2259
2262
|
:param record_columns: A list of ``RecordColumn`` objects.
|
|
2260
2263
|
:param record_format: Specifies the format of the records on the streaming source.
|
|
@@ -2361,7 +2364,7 @@ class CfnApplication(
|
|
|
2361
2364
|
)
|
|
2362
2365
|
class JSONMappingParametersProperty:
|
|
2363
2366
|
def __init__(self, *, record_row_path: builtins.str) -> None:
|
|
2364
|
-
'''For a SQL-based
|
|
2367
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
|
|
2365
2368
|
|
|
2366
2369
|
:param record_row_path: The path to the top-level parent that contains the records.
|
|
2367
2370
|
|
|
@@ -2413,7 +2416,7 @@ class CfnApplication(
|
|
|
2413
2416
|
)
|
|
2414
2417
|
class KinesisFirehoseInputProperty:
|
|
2415
2418
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
2416
|
-
'''For a SQL-based
|
|
2419
|
+
'''For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source.
|
|
2417
2420
|
|
|
2418
2421
|
You provide the delivery stream's Amazon Resource Name (ARN).
|
|
2419
2422
|
|
|
@@ -2529,7 +2532,7 @@ class CfnApplication(
|
|
|
2529
2532
|
csv_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.CSVMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2530
2533
|
json_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.JSONMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2531
2534
|
) -> None:
|
|
2532
|
-
'''When you configure a SQL-based
|
|
2535
|
+
'''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.
|
|
2533
2536
|
|
|
2534
2537
|
:param csv_mapping_parameters: Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
|
2535
2538
|
:param json_mapping_parameters: Provides additional mapping information when JSON is the record format on the streaming source.
|
|
@@ -2994,7 +2997,7 @@ class CfnApplication(
|
|
|
2994
2997
|
sql_type: builtins.str,
|
|
2995
2998
|
mapping: typing.Optional[builtins.str] = None,
|
|
2996
2999
|
) -> None:
|
|
2997
|
-
'''For a SQL-based
|
|
3000
|
+
'''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.
|
|
2998
3001
|
|
|
2999
3002
|
Also used to describe the format of the reference data source.
|
|
3000
3003
|
|
|
@@ -3086,7 +3089,7 @@ class CfnApplication(
|
|
|
3086
3089
|
record_format_type: builtins.str,
|
|
3087
3090
|
mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.MappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3088
3091
|
) -> None:
|
|
3089
|
-
'''For a SQL-based
|
|
3092
|
+
'''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.
|
|
3090
3093
|
|
|
3091
3094
|
:param record_format_type: The type of record format.
|
|
3092
3095
|
: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.
|
|
@@ -3417,7 +3420,7 @@ class CfnApplication(
|
|
|
3417
3420
|
*,
|
|
3418
3421
|
inputs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.InputProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3419
3422
|
) -> None:
|
|
3420
|
-
'''Describes the inputs, outputs, and reference data sources for a SQL-based
|
|
3423
|
+
'''Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
|
|
3421
3424
|
|
|
3422
3425
|
: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.
|
|
3423
3426
|
|
|
@@ -4101,7 +4104,7 @@ class CfnApplicationOutput(
|
|
|
4101
4104
|
:param scope: Scope in which this resource is defined.
|
|
4102
4105
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4103
4106
|
:param application_name: The name of the application.
|
|
4104
|
-
:param output: Describes a SQL-based
|
|
4107
|
+
: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.
|
|
4105
4108
|
'''
|
|
4106
4109
|
if __debug__:
|
|
4107
4110
|
type_hints = typing.get_type_hints(_typecheckingstub__5b6c4651a68664e2470a6cb86b70db02370f72a5c551bf6751038d448e8995c3)
|
|
@@ -4174,7 +4177,7 @@ class CfnApplicationOutput(
|
|
|
4174
4177
|
def output(
|
|
4175
4178
|
self,
|
|
4176
4179
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationOutput.OutputProperty"]:
|
|
4177
|
-
'''Describes a SQL-based
|
|
4180
|
+
'''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.'''
|
|
4178
4181
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationOutput.OutputProperty"], jsii.get(self, "output"))
|
|
4179
4182
|
|
|
4180
4183
|
@output.setter
|
|
@@ -4198,7 +4201,7 @@ class CfnApplicationOutput(
|
|
|
4198
4201
|
*,
|
|
4199
4202
|
record_format_type: typing.Optional[builtins.str] = None,
|
|
4200
4203
|
) -> None:
|
|
4201
|
-
'''Describes the data format when records are written to the destination in a SQL-based
|
|
4204
|
+
'''Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.
|
|
4202
4205
|
|
|
4203
4206
|
:param record_format_type: Specifies the format of the records on the output stream.
|
|
4204
4207
|
|
|
@@ -4249,7 +4252,7 @@ class CfnApplicationOutput(
|
|
|
4249
4252
|
)
|
|
4250
4253
|
class KinesisFirehoseOutputProperty:
|
|
4251
4254
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
4252
|
-
'''For a SQL-based
|
|
4255
|
+
'''For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination.
|
|
4253
4256
|
|
|
4254
4257
|
You provide the stream Amazon Resource Name (ARN) of the delivery stream.
|
|
4255
4258
|
|
|
@@ -4303,7 +4306,7 @@ class CfnApplicationOutput(
|
|
|
4303
4306
|
)
|
|
4304
4307
|
class KinesisStreamsOutputProperty:
|
|
4305
4308
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
4306
|
-
'''When you configure a SQL-based
|
|
4309
|
+
'''When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination.
|
|
4307
4310
|
|
|
4308
4311
|
You provide the stream Amazon Resource Name (ARN).
|
|
4309
4312
|
|
|
@@ -4357,7 +4360,7 @@ class CfnApplicationOutput(
|
|
|
4357
4360
|
)
|
|
4358
4361
|
class LambdaOutputProperty:
|
|
4359
4362
|
def __init__(self, *, resource_arn: builtins.str) -> None:
|
|
4360
|
-
'''When you configure a SQL-based
|
|
4363
|
+
'''When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.
|
|
4361
4364
|
|
|
4362
4365
|
You provide the function Amazon Resource Name (ARN) of the Lambda function.
|
|
4363
4366
|
|
|
@@ -4429,7 +4432,7 @@ class CfnApplicationOutput(
|
|
|
4429
4432
|
lambda_output: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationOutput.LambdaOutputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4430
4433
|
name: typing.Optional[builtins.str] = None,
|
|
4431
4434
|
) -> None:
|
|
4432
|
-
'''Describes a SQL-based
|
|
4435
|
+
'''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.
|
|
4433
4436
|
|
|
4434
4437
|
The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
4435
4438
|
|
|
@@ -4566,7 +4569,7 @@ class CfnApplicationOutputProps:
|
|
|
4566
4569
|
'''Properties for defining a ``CfnApplicationOutput``.
|
|
4567
4570
|
|
|
4568
4571
|
:param application_name: The name of the application.
|
|
4569
|
-
:param output: Describes a SQL-based
|
|
4572
|
+
: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.
|
|
4570
4573
|
|
|
4571
4574
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html
|
|
4572
4575
|
:exampleMetadata: fixture=_generated
|
|
@@ -4621,7 +4624,7 @@ class CfnApplicationOutputProps:
|
|
|
4621
4624
|
def output(
|
|
4622
4625
|
self,
|
|
4623
4626
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationOutput.OutputProperty]:
|
|
4624
|
-
'''Describes a SQL-based
|
|
4627
|
+
'''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.
|
|
4625
4628
|
|
|
4626
4629
|
The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.
|
|
4627
4630
|
|
|
@@ -5002,9 +5005,9 @@ class CfnApplicationReferenceDataSource(
|
|
|
5002
5005
|
metaclass=jsii.JSIIMeta,
|
|
5003
5006
|
jsii_type="aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplicationReferenceDataSource",
|
|
5004
5007
|
):
|
|
5005
|
-
'''Adds a reference data source to an existing SQL-based
|
|
5008
|
+
'''Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
|
|
5006
5009
|
|
|
5007
|
-
|
|
5010
|
+
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.
|
|
5008
5011
|
|
|
5009
5012
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
|
|
5010
5013
|
:cloudformationResource: AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource
|
|
@@ -5068,7 +5071,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5068
5071
|
:param scope: Scope in which this resource is defined.
|
|
5069
5072
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5070
5073
|
:param application_name: The name of the application.
|
|
5071
|
-
:param reference_data_source: For a SQL-based
|
|
5074
|
+
: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.
|
|
5072
5075
|
'''
|
|
5073
5076
|
if __debug__:
|
|
5074
5077
|
type_hints = typing.get_type_hints(_typecheckingstub__0135dc8e1b370a7451f4be786334b437787e811ef0545c454dc50a42dca5b3fe)
|
|
@@ -5142,7 +5145,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5142
5145
|
def reference_data_source(
|
|
5143
5146
|
self,
|
|
5144
5147
|
) -> typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSource.ReferenceDataSourceProperty"]:
|
|
5145
|
-
'''For a SQL-based
|
|
5148
|
+
'''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.'''
|
|
5146
5149
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSource.ReferenceDataSourceProperty"], jsii.get(self, "referenceDataSource"))
|
|
5147
5150
|
|
|
5148
5151
|
@reference_data_source.setter
|
|
@@ -5170,7 +5173,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5170
5173
|
record_column_delimiter: builtins.str,
|
|
5171
5174
|
record_row_delimiter: builtins.str,
|
|
5172
5175
|
) -> None:
|
|
5173
|
-
'''For a SQL-based
|
|
5176
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV.
|
|
5174
5177
|
|
|
5175
5178
|
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:
|
|
5176
5179
|
|
|
@@ -5246,7 +5249,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5246
5249
|
)
|
|
5247
5250
|
class JSONMappingParametersProperty:
|
|
5248
5251
|
def __init__(self, *, record_row_path: builtins.str) -> None:
|
|
5249
|
-
'''For a SQL-based
|
|
5252
|
+
'''For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
|
|
5250
5253
|
|
|
5251
5254
|
:param record_row_path: The path to the top-level parent that contains the records.
|
|
5252
5255
|
|
|
@@ -5306,7 +5309,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5306
5309
|
csv_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSource.CSVMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5307
5310
|
json_mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSource.JSONMappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5308
5311
|
) -> None:
|
|
5309
|
-
'''When you configure a SQL-based
|
|
5312
|
+
'''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.
|
|
5310
5313
|
|
|
5311
5314
|
:param csv_mapping_parameters: Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
|
5312
5315
|
:param json_mapping_parameters: Provides additional mapping information when JSON is the record format on the streaming source.
|
|
@@ -5386,7 +5389,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5386
5389
|
sql_type: builtins.str,
|
|
5387
5390
|
mapping: typing.Optional[builtins.str] = None,
|
|
5388
5391
|
) -> None:
|
|
5389
|
-
'''For a SQL-based
|
|
5392
|
+
'''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.
|
|
5390
5393
|
|
|
5391
5394
|
Also used to describe the format of the reference data source.
|
|
5392
5395
|
|
|
@@ -5478,7 +5481,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5478
5481
|
record_format_type: builtins.str,
|
|
5479
5482
|
mapping_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSource.MappingParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5480
5483
|
) -> None:
|
|
5481
|
-
'''For a SQL-based
|
|
5484
|
+
'''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.
|
|
5482
5485
|
|
|
5483
5486
|
:param record_format_type: The type of record format.
|
|
5484
5487
|
: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.
|
|
@@ -5566,7 +5569,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5566
5569
|
s3_reference_data_source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5567
5570
|
table_name: typing.Optional[builtins.str] = None,
|
|
5568
5571
|
) -> None:
|
|
5569
|
-
'''For a SQL-based
|
|
5572
|
+
'''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.
|
|
5570
5573
|
|
|
5571
5574
|
: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.
|
|
5572
5575
|
: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.
|
|
@@ -5692,7 +5695,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5692
5695
|
record_format: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplicationReferenceDataSource.RecordFormatProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5693
5696
|
record_encoding: typing.Optional[builtins.str] = None,
|
|
5694
5697
|
) -> None:
|
|
5695
|
-
'''For a SQL-based
|
|
5698
|
+
'''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.
|
|
5696
5699
|
|
|
5697
5700
|
:param record_columns: A list of ``RecordColumn`` objects.
|
|
5698
5701
|
:param record_format: Specifies the format of the records on the streaming source.
|
|
@@ -5879,7 +5882,7 @@ class CfnApplicationReferenceDataSourceProps:
|
|
|
5879
5882
|
'''Properties for defining a ``CfnApplicationReferenceDataSource``.
|
|
5880
5883
|
|
|
5881
5884
|
:param application_name: The name of the application.
|
|
5882
|
-
:param reference_data_source: For a SQL-based
|
|
5885
|
+
: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.
|
|
5883
5886
|
|
|
5884
5887
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html
|
|
5885
5888
|
:exampleMetadata: fixture=_generated
|
|
@@ -5952,7 +5955,7 @@ class CfnApplicationReferenceDataSourceProps:
|
|
|
5952
5955
|
def reference_data_source(
|
|
5953
5956
|
self,
|
|
5954
5957
|
) -> typing.Union[_IResolvable_da3f097b, CfnApplicationReferenceDataSource.ReferenceDataSourceProperty]:
|
|
5955
|
-
'''For a SQL-based
|
|
5958
|
+
'''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.
|
|
5956
5959
|
|
|
5957
5960
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource
|
|
5958
5961
|
'''
|
|
@@ -30,6 +30,9 @@ For more information on the resources and properties available for this service,
|
|
|
30
30
|
|
|
31
31
|
<!--END CFNONLY DISCLAIMER-->
|
|
32
32
|
'''
|
|
33
|
+
from pkgutil import extend_path
|
|
34
|
+
__path__ = extend_path(__path__, __name__)
|
|
35
|
+
|
|
33
36
|
import abc
|
|
34
37
|
import builtins
|
|
35
38
|
import datetime
|
|
@@ -131,7 +134,7 @@ class CfnDeliveryStream(
|
|
|
131
134
|
:param s3_destination_configuration: The ``S3DestinationConfiguration`` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. Conditional. You must specify only one destination configuration. If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires `some interruptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
132
135
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
133
136
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
134
|
-
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream.
|
|
137
|
+
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following. *AccessDeniedException* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
135
138
|
'''
|
|
136
139
|
if __debug__:
|
|
137
140
|
type_hints = typing.get_type_hints(_typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff43c2288)
|
|
@@ -4437,7 +4440,7 @@ class CfnDeliveryStream(
|
|
|
4437
4440
|
) -> None:
|
|
4438
4441
|
'''A serializer to use for converting data to the Parquet format before storing it in Amazon S3.
|
|
4439
4442
|
|
|
4440
|
-
For more information, see `Apache Parquet <https://docs.aws.amazon.com/https://parquet.apache.org/
|
|
4443
|
+
For more information, see `Apache Parquet <https://docs.aws.amazon.com/https://parquet.apache.org/docs/>`_ .
|
|
4441
4444
|
|
|
4442
4445
|
:param block_size_bytes: The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
|
|
4443
4446
|
:param compression: The compression code to use over data blocks. The possible values are ``UNCOMPRESSED`` , ``SNAPPY`` , and ``GZIP`` , with the default being ``SNAPPY`` . Use ``SNAPPY`` for higher decompression speed. Use ``GZIP`` if the compression ratio is more important than speed.
|
|
@@ -6831,7 +6834,7 @@ class CfnDeliveryStreamProps:
|
|
|
6831
6834
|
:param s3_destination_configuration: The ``S3DestinationConfiguration`` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. Conditional. You must specify only one destination configuration. If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires `some interruptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
6832
6835
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
6833
6836
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
6834
|
-
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream.
|
|
6837
|
+
:param tags: A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following. *AccessDeniedException* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
6835
6838
|
|
|
6836
6839
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html
|
|
6837
6840
|
:exampleMetadata: infused
|
|
@@ -7088,6 +7091,14 @@ class CfnDeliveryStreamProps:
|
|
|
7088
7091
|
|
|
7089
7092
|
You can specify up to 50 tags when creating a delivery stream.
|
|
7090
7093
|
|
|
7094
|
+
If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following.
|
|
7095
|
+
|
|
7096
|
+
*AccessDeniedException*
|
|
7097
|
+
|
|
7098
|
+
User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.
|
|
7099
|
+
|
|
7100
|
+
For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
7101
|
+
|
|
7091
7102
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-tags
|
|
7092
7103
|
'''
|
|
7093
7104
|
result = self._values.get("tags")
|
|
@@ -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
|
aws_cdk/aws_kms/__init__.py
CHANGED
|
@@ -238,6 +238,9 @@ key.grant_generate_mac(user) # Adds 'kms:GenerateMac' to the principal's policy
|
|
|
238
238
|
key.grant_verify_mac(user)
|
|
239
239
|
```
|
|
240
240
|
'''
|
|
241
|
+
from pkgutil import extend_path
|
|
242
|
+
__path__ = extend_path(__path__, __name__)
|
|
243
|
+
|
|
241
244
|
import abc
|
|
242
245
|
import builtins
|
|
243
246
|
import datetime
|
|
@@ -103,6 +103,9 @@ tag_association.node.add_dependency(table)
|
|
|
103
103
|
|
|
104
104
|
Additionally, you may need to use the lakeformation console to give permissions, particularly to give the cdk-exec-role tagging permissions.
|
|
105
105
|
'''
|
|
106
|
+
from pkgutil import extend_path
|
|
107
|
+
__path__ = extend_path(__path__, __name__)
|
|
108
|
+
|
|
106
109
|
import abc
|
|
107
110
|
import builtins
|
|
108
111
|
import datetime
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -1376,6 +1376,9 @@ lambda_.Function(self, "Function",
|
|
|
1376
1376
|
)
|
|
1377
1377
|
```
|
|
1378
1378
|
'''
|
|
1379
|
+
from pkgutil import extend_path
|
|
1380
|
+
__path__ = extend_path(__path__, __name__)
|
|
1381
|
+
|
|
1379
1382
|
import abc
|
|
1380
1383
|
import builtins
|
|
1381
1384
|
import datetime
|
|
@@ -19646,6 +19649,12 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_lambda.Runtime
|
|
|
19646
19649
|
'''The Ruby 3.2 runtime (ruby3.2).'''
|
|
19647
19650
|
return typing.cast("Runtime", jsii.sget(cls, "RUBY_3_2"))
|
|
19648
19651
|
|
|
19652
|
+
@jsii.python.classproperty
|
|
19653
|
+
@jsii.member(jsii_name="RUBY_3_3")
|
|
19654
|
+
def RUBY_3_3(cls) -> "Runtime":
|
|
19655
|
+
'''The Ruby 3.3 runtime (ruby3.3).'''
|
|
19656
|
+
return typing.cast("Runtime", jsii.sget(cls, "RUBY_3_3"))
|
|
19657
|
+
|
|
19649
19658
|
@builtins.property
|
|
19650
19659
|
@jsii.member(jsii_name="bundlingImage")
|
|
19651
19660
|
def bundling_image(self) -> _DockerImage_f97a0c12:
|
|
@@ -149,6 +149,9 @@ by the source function.
|
|
|
149
149
|
Using the `responseOnly` option allows to easily chain asynchronous Lambda functions without
|
|
150
150
|
having to deal with data extraction in the runtime code.
|
|
151
151
|
'''
|
|
152
|
+
from pkgutil import extend_path
|
|
153
|
+
__path__ = extend_path(__path__, __name__)
|
|
154
|
+
|
|
152
155
|
import abc
|
|
153
156
|
import builtins
|
|
154
157
|
import datetime
|