aws-cdk-lib 2.100.0__py3-none-any.whl → 2.101.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.100.0.jsii.tgz → aws-cdk-lib@2.101.1.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2/__init__.py +0 -8
- aws_cdk/aws_appconfig/__init__.py +101 -18
- aws_cdk/aws_apprunner/__init__.py +5 -2
- aws_cdk/aws_appstream/__init__.py +18 -26
- aws_cdk/aws_cloudfront/__init__.py +251 -3
- aws_cdk/aws_cloudtrail/__init__.py +47 -3
- aws_cdk/aws_cognito/__init__.py +414 -8
- aws_cdk/aws_dlm/__init__.py +10 -9
- aws_cdk/aws_ec2/__init__.py +308 -179
- aws_cdk/aws_events/__init__.py +62 -86
- aws_cdk/aws_fms/__init__.py +3 -3
- aws_cdk/aws_grafana/__init__.py +4 -4
- aws_cdk/aws_greengrassv2/__init__.py +1 -8
- aws_cdk/aws_iot/__init__.py +714 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -3
- aws_cdk/aws_kinesisanalytics/__init__.py +15 -15
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +87 -40
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lightsail/__init__.py +3 -1
- aws_cdk/aws_mediatailor/__init__.py +24 -1
- aws_cdk/aws_quicksight/__init__.py +2508 -55
- aws_cdk/aws_rds/__init__.py +121 -51
- aws_cdk/aws_sagemaker/__init__.py +5 -3
- aws_cdk/aws_sns/__init__.py +42 -5
- aws_cdk/aws_ssm/__init__.py +0 -8
- aws_cdk/aws_stepfunctions/__init__.py +233 -16
- aws_cdk/aws_stepfunctions_tasks/__init__.py +926 -27
- aws_cdk/aws_transfer/__init__.py +4 -4
- aws_cdk/aws_workspacesweb/__init__.py +3 -3
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/RECORD +38 -38
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.100.0.dist-info → aws_cdk_lib-2.101.1.dist-info}/top_level.txt +0 -0
|
@@ -4186,7 +4186,7 @@ class CfnPortal(
|
|
|
4186
4186
|
:param role_arn: The `ARN <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see `Using service roles for AWS IoT SiteWise Monitor <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-service-role.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4187
4187
|
:param alarms: Contains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see `Monitoring with alarms <https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html>`_ in the *AWS IoT SiteWise Application Guide* .
|
|
4188
4188
|
:param notification_sender_email: The email address that sends alarm notifications. .. epigraph:: If you use the `AWS IoT Events managed Lambda function <https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html>`_ to manage your emails, you must `verify the sender email address in Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_ .
|
|
4189
|
-
:param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center
|
|
4189
|
+
:param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center , you must enable IAM Identity Center . For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions. - ``IAM`` – The portal uses AWS Identity and Access Management ( IAM ) to authenticate users and manage user permissions. You can't change this value after you create a portal. Default: ``SSO``
|
|
4190
4190
|
:param portal_description: A description for the portal.
|
|
4191
4191
|
:param tags: A list of key-value pairs that contain metadata for the portal. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4192
4192
|
'''
|
|
@@ -4503,7 +4503,7 @@ class CfnPortalProps:
|
|
|
4503
4503
|
:param role_arn: The `ARN <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see `Using service roles for AWS IoT SiteWise Monitor <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-service-role.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4504
4504
|
:param alarms: Contains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see `Monitoring with alarms <https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html>`_ in the *AWS IoT SiteWise Application Guide* .
|
|
4505
4505
|
:param notification_sender_email: The email address that sends alarm notifications. .. epigraph:: If you use the `AWS IoT Events managed Lambda function <https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html>`_ to manage your emails, you must `verify the sender email address in Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_ .
|
|
4506
|
-
:param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center
|
|
4506
|
+
:param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center , you must enable IAM Identity Center . For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions. - ``IAM`` – The portal uses AWS Identity and Access Management ( IAM ) to authenticate users and manage user permissions. You can't change this value after you create a portal. Default: ``SSO``
|
|
4507
4507
|
:param portal_description: A description for the portal.
|
|
4508
4508
|
:param tags: A list of key-value pairs that contain metadata for the portal. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4509
4509
|
|
|
@@ -4618,7 +4618,7 @@ class CfnPortalProps:
|
|
|
4618
4618
|
def portal_auth_mode(self) -> typing.Optional[builtins.str]:
|
|
4619
4619
|
'''The service to use to authenticate users to the portal. Choose from the following options:.
|
|
4620
4620
|
|
|
4621
|
-
- ``SSO`` – The portal uses AWS IAM Identity Center
|
|
4621
|
+
- ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center , you must enable IAM Identity Center . For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions.
|
|
4622
4622
|
- ``IAM`` – The portal uses AWS Identity and Access Management ( IAM ) to authenticate users and manage user permissions.
|
|
4623
4623
|
|
|
4624
4624
|
You can't change this value after you create a portal.
|
|
@@ -2274,7 +2274,7 @@ class CfnApplicationOutputV2(
|
|
|
2274
2274
|
|
|
2275
2275
|
You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.
|
|
2276
2276
|
|
|
2277
|
-
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the `DescribeApplication <https://docs.aws.amazon.com/
|
|
2277
|
+
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the `DescribeApplication <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DescribeApplication.html>`_ operation to find the current application version.
|
|
2278
2278
|
.. epigraph::
|
|
2279
2279
|
|
|
2280
2280
|
Creation of multiple outputs should be sequential (use of DependsOn) to avoid a problem with a stale application version ( *ConcurrentModificationException* ).
|
|
@@ -4623,7 +4623,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4623
4623
|
'''For a SQL-based Managed Service for Apache Flink 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
4624
|
|
|
4625
4625
|
: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
|
-
: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/
|
|
4626
|
+
: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.
|
|
4627
4627
|
:param table_name: The name of the in-application table to create.
|
|
4628
4628
|
|
|
4629
4629
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html
|
|
@@ -4702,7 +4702,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4702
4702
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty"]]:
|
|
4703
4703
|
'''Identifies the S3 bucket and object that contains the reference data.
|
|
4704
4704
|
|
|
4705
|
-
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the `UpdateApplication <https://docs.aws.amazon.com/
|
|
4705
|
+
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.
|
|
4706
4706
|
|
|
4707
4707
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-s3referencedatasource
|
|
4708
4708
|
'''
|
|
@@ -4855,7 +4855,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4855
4855
|
def __init__(self, *, bucket_arn: builtins.str, file_key: builtins.str) -> None:
|
|
4856
4856
|
'''For an SQL-based Amazon Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.
|
|
4857
4857
|
|
|
4858
|
-
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the `UpdateApplication <https://docs.aws.amazon.com/
|
|
4858
|
+
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.
|
|
4859
4859
|
|
|
4860
4860
|
:param bucket_arn: The Amazon Resource Name (ARN) of the S3 bucket.
|
|
4861
4861
|
:param file_key: The object key name containing the reference data.
|
|
@@ -5034,7 +5034,7 @@ class CfnApplicationV2(
|
|
|
5034
5034
|
):
|
|
5035
5035
|
'''Creates an Amazon Kinesis Data Analytics application.
|
|
5036
5036
|
|
|
5037
|
-
For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/
|
|
5037
|
+
For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/managed-flink/latest/java/getting-started.html>`_ .
|
|
5038
5038
|
|
|
5039
5039
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html
|
|
5040
5040
|
:cloudformationResource: AWS::KinesisAnalyticsV2::Application
|
|
@@ -6977,7 +6977,7 @@ class CfnApplicationV2(
|
|
|
6977
6977
|
|
|
6978
6978
|
Currently, the only input processor available is `Amazon Lambda <https://docs.aws.amazon.com/lambda/>`_ .
|
|
6979
6979
|
|
|
6980
|
-
:param input_lambda_processor: The `InputLambdaProcessor <https://docs.aws.amazon.com/
|
|
6980
|
+
:param input_lambda_processor: The `InputLambdaProcessor <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_InputLambdaProcessor.html>`_ that is used to preprocess the records in the stream before being processed by your application code.
|
|
6981
6981
|
|
|
6982
6982
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputprocessingconfiguration.html
|
|
6983
6983
|
:exampleMetadata: fixture=_generated
|
|
@@ -7005,7 +7005,7 @@ class CfnApplicationV2(
|
|
|
7005
7005
|
def input_lambda_processor(
|
|
7006
7006
|
self,
|
|
7007
7007
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.InputLambdaProcessorProperty"]]:
|
|
7008
|
-
'''The `InputLambdaProcessor <https://docs.aws.amazon.com/
|
|
7008
|
+
'''The `InputLambdaProcessor <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_InputLambdaProcessor.html>`_ that is used to preprocess the records in the stream before being processed by your application code.
|
|
7009
7009
|
|
|
7010
7010
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputprocessingconfiguration.html#cfn-kinesisanalyticsv2-application-inputprocessingconfiguration-inputlambdaprocessor
|
|
7011
7011
|
'''
|
|
@@ -7051,7 +7051,7 @@ class CfnApplicationV2(
|
|
|
7051
7051
|
: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
7052
|
:param name_prefix: The name prefix to use when creating an in-application stream. Suppose that you specify a prefix " ``MyInApplicationStream`` ." Managed Service for Apache Flink 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
7053
|
:param input_parallelism: Describes the number of in-application streams to create.
|
|
7054
|
-
:param input_processing_configuration: The `InputProcessingConfiguration <https://docs.aws.amazon.com/
|
|
7054
|
+
: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
7055
|
:param kinesis_firehose_input: If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.
|
|
7056
7056
|
:param kinesis_streams_input: If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).
|
|
7057
7057
|
|
|
@@ -7172,7 +7172,7 @@ class CfnApplicationV2(
|
|
|
7172
7172
|
def input_processing_configuration(
|
|
7173
7173
|
self,
|
|
7174
7174
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.InputProcessingConfigurationProperty"]]:
|
|
7175
|
-
'''The `InputProcessingConfiguration <https://docs.aws.amazon.com/
|
|
7175
|
+
'''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>`_ .
|
|
7176
7176
|
|
|
7177
7177
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-input.html#cfn-kinesisanalyticsv2-application-input-inputprocessingconfiguration
|
|
7178
7178
|
'''
|
|
@@ -7682,7 +7682,7 @@ class CfnApplicationV2(
|
|
|
7682
7682
|
) -> None:
|
|
7683
7683
|
'''Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application.
|
|
7684
7684
|
|
|
7685
|
-
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/
|
|
7685
|
+
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/managed-flink/latest/java/monitoring-overview>`_ .
|
|
7686
7686
|
|
|
7687
7687
|
:param configuration_type: Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to ``CUSTOM`` in order to set the ``LogLevel`` or ``MetricsLevel`` parameters.
|
|
7688
7688
|
:param log_level: Describes the verbosity of the CloudWatch Logs for an application.
|
|
@@ -7786,7 +7786,7 @@ class CfnApplicationV2(
|
|
|
7786
7786
|
|
|
7787
7787
|
:param configuration_type: Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service. You must set this property to ``CUSTOM`` in order to change your application's ``AutoScalingEnabled`` , ``Parallelism`` , or ``ParallelismPerKPU`` properties.
|
|
7788
7788
|
:param auto_scaling_enabled: Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.
|
|
7789
|
-
:param parallelism: Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform. The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/
|
|
7789
|
+
:param parallelism: Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform. The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ParallelismConfiguration.html#kinesisanalytics-Type-ParallelismConfiguration-AutoScalingEnabled.html>`_ is set to ``true`` .
|
|
7790
7790
|
:param parallelism_per_kpu: Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application. For more information about KPUs, see `Amazon Kinesis Data Analytics Pricing <https://docs.aws.amazon.com/kinesis/data-analytics/pricing/>`_ .
|
|
7791
7791
|
|
|
7792
7792
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html
|
|
@@ -7850,7 +7850,7 @@ class CfnApplicationV2(
|
|
|
7850
7850
|
def parallelism(self) -> typing.Optional[jsii.Number]:
|
|
7851
7851
|
'''Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
|
7852
7852
|
|
|
7853
|
-
The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/
|
|
7853
|
+
The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ParallelismConfiguration.html#kinesisanalytics-Type-ParallelismConfiguration-AutoScalingEnabled.html>`_ is set to ``true`` .
|
|
7854
7854
|
|
|
7855
7855
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism
|
|
7856
7856
|
'''
|
|
@@ -8394,7 +8394,7 @@ class CfnApplicationV2(
|
|
|
8394
8394
|
) -> None:
|
|
8395
8395
|
'''Describes the inputs, outputs, and reference data sources for a SQL-based Managed Service for Apache Flink application.
|
|
8396
8396
|
|
|
8397
|
-
:param inputs: The array of `Input <https://docs.aws.amazon.com/
|
|
8397
|
+
: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
8398
|
|
|
8399
8399
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-sqlapplicationconfiguration.html
|
|
8400
8400
|
:exampleMetadata: fixture=_generated
|
|
@@ -8464,7 +8464,7 @@ class CfnApplicationV2(
|
|
|
8464
8464
|
def inputs(
|
|
8465
8465
|
self,
|
|
8466
8466
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnApplicationV2.InputProperty"]]]]:
|
|
8467
|
-
'''The array of `Input <https://docs.aws.amazon.com/
|
|
8467
|
+
'''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.
|
|
8468
8468
|
|
|
8469
8469
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-sqlapplicationconfiguration.html#cfn-kinesisanalyticsv2-application-sqlapplicationconfiguration-inputs
|
|
8470
8470
|
'''
|
|
@@ -8707,7 +8707,7 @@ class CfnApplicationV2(
|
|
|
8707
8707
|
def __init__(self, *, log_level: typing.Optional[builtins.str] = None) -> None:
|
|
8708
8708
|
'''Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
|
|
8709
8709
|
|
|
8710
|
-
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/
|
|
8710
|
+
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/managed-flink/latest/java/monitoring-overview.html>`_ .
|
|
8711
8711
|
|
|
8712
8712
|
:param log_level: The verbosity of the CloudWatch Logs for an application. You can set it to ``INFO`` , ``WARN`` , ``ERROR`` , or ``DEBUG`` .
|
|
8713
8713
|
|
|
@@ -59,7 +59,7 @@ class CfnApplication(
|
|
|
59
59
|
):
|
|
60
60
|
'''Creates an Amazon Kinesis Data Analytics application.
|
|
61
61
|
|
|
62
|
-
For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/
|
|
62
|
+
For information about creating a Kinesis Data Analytics application, see `Creating an Application <https://docs.aws.amazon.com/managed-flink/latest/java/getting-started.html>`_ .
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html
|
|
65
65
|
:cloudformationResource: AWS::KinesisAnalyticsV2::Application
|
|
@@ -2002,7 +2002,7 @@ class CfnApplication(
|
|
|
2002
2002
|
|
|
2003
2003
|
Currently, the only input processor available is `Amazon Lambda <https://docs.aws.amazon.com/lambda/>`_ .
|
|
2004
2004
|
|
|
2005
|
-
:param input_lambda_processor: The `InputLambdaProcessor <https://docs.aws.amazon.com/
|
|
2005
|
+
:param input_lambda_processor: The `InputLambdaProcessor <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_InputLambdaProcessor.html>`_ that is used to preprocess the records in the stream before being processed by your application code.
|
|
2006
2006
|
|
|
2007
2007
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputprocessingconfiguration.html
|
|
2008
2008
|
:exampleMetadata: fixture=_generated
|
|
@@ -2030,7 +2030,7 @@ class CfnApplication(
|
|
|
2030
2030
|
def input_lambda_processor(
|
|
2031
2031
|
self,
|
|
2032
2032
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.InputLambdaProcessorProperty"]]:
|
|
2033
|
-
'''The `InputLambdaProcessor <https://docs.aws.amazon.com/
|
|
2033
|
+
'''The `InputLambdaProcessor <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_InputLambdaProcessor.html>`_ that is used to preprocess the records in the stream before being processed by your application code.
|
|
2034
2034
|
|
|
2035
2035
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputprocessingconfiguration.html#cfn-kinesisanalyticsv2-application-inputprocessingconfiguration-inputlambdaprocessor
|
|
2036
2036
|
'''
|
|
@@ -2076,7 +2076,7 @@ class CfnApplication(
|
|
|
2076
2076
|
: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
2077
|
:param name_prefix: The name prefix to use when creating an in-application stream. Suppose that you specify a prefix " ``MyInApplicationStream`` ." Managed Service for Apache Flink 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
2078
|
:param input_parallelism: Describes the number of in-application streams to create.
|
|
2079
|
-
:param input_processing_configuration: The `InputProcessingConfiguration <https://docs.aws.amazon.com/
|
|
2079
|
+
: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
2080
|
:param kinesis_firehose_input: If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.
|
|
2081
2081
|
:param kinesis_streams_input: If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).
|
|
2082
2082
|
|
|
@@ -2197,7 +2197,7 @@ class CfnApplication(
|
|
|
2197
2197
|
def input_processing_configuration(
|
|
2198
2198
|
self,
|
|
2199
2199
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.InputProcessingConfigurationProperty"]]:
|
|
2200
|
-
'''The `InputProcessingConfiguration <https://docs.aws.amazon.com/
|
|
2200
|
+
'''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>`_ .
|
|
2201
2201
|
|
|
2202
2202
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-input.html#cfn-kinesisanalyticsv2-application-input-inputprocessingconfiguration
|
|
2203
2203
|
'''
|
|
@@ -2707,7 +2707,7 @@ class CfnApplication(
|
|
|
2707
2707
|
) -> None:
|
|
2708
2708
|
'''Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application.
|
|
2709
2709
|
|
|
2710
|
-
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/
|
|
2710
|
+
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/managed-flink/latest/java/monitoring-overview>`_ .
|
|
2711
2711
|
|
|
2712
2712
|
:param configuration_type: Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to ``CUSTOM`` in order to set the ``LogLevel`` or ``MetricsLevel`` parameters.
|
|
2713
2713
|
:param log_level: Describes the verbosity of the CloudWatch Logs for an application.
|
|
@@ -2811,7 +2811,7 @@ class CfnApplication(
|
|
|
2811
2811
|
|
|
2812
2812
|
:param configuration_type: Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service. You must set this property to ``CUSTOM`` in order to change your application's ``AutoScalingEnabled`` , ``Parallelism`` , or ``ParallelismPerKPU`` properties.
|
|
2813
2813
|
:param auto_scaling_enabled: Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.
|
|
2814
|
-
:param parallelism: Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform. The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/
|
|
2814
|
+
:param parallelism: Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform. The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ParallelismConfiguration.html#kinesisanalytics-Type-ParallelismConfiguration-AutoScalingEnabled.html>`_ is set to ``true`` .
|
|
2815
2815
|
:param parallelism_per_kpu: Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application. For more information about KPUs, see `Amazon Kinesis Data Analytics Pricing <https://docs.aws.amazon.com/kinesis/data-analytics/pricing/>`_ .
|
|
2816
2816
|
|
|
2817
2817
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html
|
|
@@ -2875,7 +2875,7 @@ class CfnApplication(
|
|
|
2875
2875
|
def parallelism(self) -> typing.Optional[jsii.Number]:
|
|
2876
2876
|
'''Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
|
2877
2877
|
|
|
2878
|
-
The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/
|
|
2878
|
+
The Kinesis Data Analytics service can increase this number automatically if `ParallelismConfiguration:AutoScalingEnabled <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ParallelismConfiguration.html#kinesisanalytics-Type-ParallelismConfiguration-AutoScalingEnabled.html>`_ is set to ``true`` .
|
|
2879
2879
|
|
|
2880
2880
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-parallelismconfiguration.html#cfn-kinesisanalyticsv2-application-parallelismconfiguration-parallelism
|
|
2881
2881
|
'''
|
|
@@ -3419,7 +3419,7 @@ class CfnApplication(
|
|
|
3419
3419
|
) -> None:
|
|
3420
3420
|
'''Describes the inputs, outputs, and reference data sources for a SQL-based Managed Service for Apache Flink application.
|
|
3421
3421
|
|
|
3422
|
-
:param inputs: The array of `Input <https://docs.aws.amazon.com/
|
|
3422
|
+
: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
3423
|
|
|
3424
3424
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-sqlapplicationconfiguration.html
|
|
3425
3425
|
:exampleMetadata: fixture=_generated
|
|
@@ -3489,7 +3489,7 @@ class CfnApplication(
|
|
|
3489
3489
|
def inputs(
|
|
3490
3490
|
self,
|
|
3491
3491
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnApplication.InputProperty"]]]]:
|
|
3492
|
-
'''The array of `Input <https://docs.aws.amazon.com/
|
|
3492
|
+
'''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.
|
|
3493
3493
|
|
|
3494
3494
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-sqlapplicationconfiguration.html#cfn-kinesisanalyticsv2-application-sqlapplicationconfiguration-inputs
|
|
3495
3495
|
'''
|
|
@@ -3732,7 +3732,7 @@ class CfnApplication(
|
|
|
3732
3732
|
def __init__(self, *, log_level: typing.Optional[builtins.str] = None) -> None:
|
|
3733
3733
|
'''Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
|
|
3734
3734
|
|
|
3735
|
-
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/
|
|
3735
|
+
For more information about CloudWatch logging, see `Monitoring <https://docs.aws.amazon.com/managed-flink/latest/java/monitoring-overview.html>`_ .
|
|
3736
3736
|
|
|
3737
3737
|
:param log_level: The verbosity of the CloudWatch Logs for an application. You can set it to ``INFO`` , ``WARN`` , ``ERROR`` , or ``DEBUG`` .
|
|
3738
3738
|
|
|
@@ -4052,7 +4052,7 @@ class CfnApplicationOutput(
|
|
|
4052
4052
|
|
|
4053
4053
|
You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.
|
|
4054
4054
|
|
|
4055
|
-
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the `DescribeApplication <https://docs.aws.amazon.com/
|
|
4055
|
+
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the `DescribeApplication <https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DescribeApplication.html>`_ operation to find the current application version.
|
|
4056
4056
|
.. epigraph::
|
|
4057
4057
|
|
|
4058
4058
|
Creation of multiple outputs should be sequential (use of DependsOn) to avoid a problem with a stale application version ( *ConcurrentModificationException* ).
|
|
@@ -5571,7 +5571,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5571
5571
|
'''For a SQL-based Managed Service for Apache Flink 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.
|
|
5572
5572
|
|
|
5573
5573
|
: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.
|
|
5574
|
-
: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/
|
|
5574
|
+
: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.
|
|
5575
5575
|
:param table_name: The name of the in-application table to create.
|
|
5576
5576
|
|
|
5577
5577
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html
|
|
@@ -5650,7 +5650,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5650
5650
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty"]]:
|
|
5651
5651
|
'''Identifies the S3 bucket and object that contains the reference data.
|
|
5652
5652
|
|
|
5653
|
-
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the `UpdateApplication <https://docs.aws.amazon.com/
|
|
5653
|
+
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.
|
|
5654
5654
|
|
|
5655
5655
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-referencedatasource-s3referencedatasource
|
|
5656
5656
|
'''
|
|
@@ -5803,7 +5803,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
5803
5803
|
def __init__(self, *, bucket_arn: builtins.str, file_key: builtins.str) -> None:
|
|
5804
5804
|
'''For an SQL-based Amazon Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.
|
|
5805
5805
|
|
|
5806
|
-
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the `UpdateApplication <https://docs.aws.amazon.com/
|
|
5806
|
+
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.
|
|
5807
5807
|
|
|
5808
5808
|
:param bucket_arn: The Amazon Resource Name (ARN) of the S3 bucket.
|
|
5809
5809
|
:param file_key: The object key name containing the reference data.
|