@Stability(value=Experimental)
See: Description
Interface | Description |
---|---|
CfnApplication.CSVMappingParametersProperty |
Provides additional mapping information when the record format uses delimiters, such as CSV.
|
CfnApplication.InputLambdaProcessorProperty |
An object that contains the Amazon Resource Name (ARN) of the [AWS Lambda](https://docs.aws.amazon.com/lambda/) function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda function.
|
CfnApplication.InputParallelismProperty |
Describes the number of in-application streams to create for a given streaming source.
|
CfnApplication.InputProcessingConfigurationProperty |
Provides a description of a processor that is used to preprocess the records in the stream before being processed by your application code.
|
CfnApplication.InputProperty |
When you configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two.
|
CfnApplication.InputSchemaProperty |
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.
|
CfnApplication.JSONMappingParametersProperty |
Provides additional mapping information when JSON is the record format on the streaming source.
|
CfnApplication.KinesisFirehoseInputProperty |
Identifies an Amazon Kinesis Firehose delivery stream as the streaming source.
|
CfnApplication.KinesisStreamsInputProperty |
Identifies an Amazon Kinesis stream as the streaming source.
|
CfnApplication.MappingParametersProperty |
When configuring 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.
|
CfnApplication.RecordColumnProperty |
Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
|
CfnApplication.RecordFormatProperty |
Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
|
CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty |
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
CfnApplicationCloudWatchLoggingOptionV2Props |
Properties for defining a `CfnApplicationCloudWatchLoggingOptionV2`.
|
CfnApplicationOutput.DestinationSchemaProperty |
Describes the data format when records are written to the destination.
|
CfnApplicationOutput.KinesisFirehoseOutputProperty |
When configuring application output, identifies an Amazon Kinesis Firehose delivery stream as the destination.
|
CfnApplicationOutput.KinesisStreamsOutputProperty |
When configuring application output, identifies an Amazon Kinesis stream as the destination.
|
CfnApplicationOutput.LambdaOutputProperty |
When configuring application output, identifies an AWS Lambda function as the destination.
|
CfnApplicationOutput.OutputProperty |
Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
CfnApplicationOutputProps |
Properties for defining a `CfnApplicationOutput`.
|
CfnApplicationOutputV2.DestinationSchemaProperty |
Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.
|
CfnApplicationOutputV2.KinesisFirehoseOutputProperty |
For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination.
|
CfnApplicationOutputV2.KinesisStreamsOutputProperty |
When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination.
|
CfnApplicationOutputV2.LambdaOutputProperty |
When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.
|
CfnApplicationOutputV2.OutputProperty |
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.
|
CfnApplicationOutputV2Props |
Properties for defining a `CfnApplicationOutputV2`.
|
CfnApplicationProps |
Properties for defining a `CfnApplication`.
|
CfnApplicationReferenceDataSource.CSVMappingParametersProperty |
Provides additional mapping information when the record format uses delimiters, such as CSV.
|
CfnApplicationReferenceDataSource.JSONMappingParametersProperty |
Provides additional mapping information when JSON is the record format on the streaming source.
|
CfnApplicationReferenceDataSource.MappingParametersProperty |
When configuring 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.
|
CfnApplicationReferenceDataSource.RecordColumnProperty |
Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
|
CfnApplicationReferenceDataSource.RecordFormatProperty |
Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty |
Describes the reference data source by providing the source information (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.
|
CfnApplicationReferenceDataSource.ReferenceSchemaProperty |
The ReferenceSchema property type specifies the format of the data in the reference source for a SQL-based Amazon Kinesis Data Analytics application.
|
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty |
Identifies the S3 bucket and object that contains the reference data.
|
CfnApplicationReferenceDataSourceProps |
Properties for defining a `CfnApplicationReferenceDataSource`.
|
CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty |
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV.
|
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty |
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
|
CfnApplicationReferenceDataSourceV2.MappingParametersProperty |
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.
|
CfnApplicationReferenceDataSourceV2.RecordColumnProperty |
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.
|
CfnApplicationReferenceDataSourceV2.RecordFormatProperty |
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.
|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty |
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.
|
CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty |
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.
|
CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty |
For an SQL-based Amazon Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.
|
CfnApplicationReferenceDataSourceV2Props |
Properties for defining a `CfnApplicationReferenceDataSourceV2`.
|
CfnApplicationV2.ApplicationCodeConfigurationProperty |
Describes code configuration for an application.
|
CfnApplicationV2.ApplicationConfigurationProperty |
Specifies the creation parameters for a Kinesis Data Analytics application.
|
CfnApplicationV2.ApplicationMaintenanceConfigurationProperty |
Specifies the maintence window parameters for a Kinesis Data Analytics application.
|
CfnApplicationV2.ApplicationRestoreConfigurationProperty |
Specifies the method and snapshot to use when restarting an application using previously saved application state.
|
CfnApplicationV2.ApplicationSnapshotConfigurationProperty |
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
CfnApplicationV2.CatalogConfigurationProperty |
The configuration parameters for the default Amazon Glue database.
|
CfnApplicationV2.CheckpointConfigurationProperty |
Describes an application's checkpointing configuration.
|
CfnApplicationV2.CodeContentProperty |
Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.
|
CfnApplicationV2.CSVMappingParametersProperty |
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV.
|
CfnApplicationV2.CustomArtifactConfigurationProperty |
The configuration of connectors and user-defined functions.
|
CfnApplicationV2.DeployAsApplicationConfigurationProperty |
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
|
CfnApplicationV2.EnvironmentPropertiesProperty |
Describes execution properties for a Flink-based Kinesis Data Analytics application.
|
CfnApplicationV2.FlinkApplicationConfigurationProperty |
Describes configuration parameters for a Flink-based Kinesis Data Analytics application or a Studio notebook.
|
CfnApplicationV2.FlinkRunConfigurationProperty |
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
|
CfnApplicationV2.GlueDataCatalogConfigurationProperty |
The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.
|
CfnApplicationV2.InputLambdaProcessorProperty |
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.
|
CfnApplicationV2.InputParallelismProperty |
For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
|
CfnApplicationV2.InputProcessingConfigurationProperty |
For an SQL-based Amazon Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code.
|
CfnApplicationV2.InputProperty |
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.
|
CfnApplicationV2.InputSchemaProperty |
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.
|
CfnApplicationV2.JSONMappingParametersProperty |
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
|
CfnApplicationV2.KinesisFirehoseInputProperty |
For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source.
|
CfnApplicationV2.KinesisStreamsInputProperty |
Identifies a Kinesis data stream as the streaming source.
|
CfnApplicationV2.MappingParametersProperty |
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.
|
CfnApplicationV2.MavenReferenceProperty |
The information required to specify a Maven reference.
|
CfnApplicationV2.MonitoringConfigurationProperty |
Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application.
|
CfnApplicationV2.ParallelismConfigurationProperty |
Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously.
|
CfnApplicationV2.PropertyGroupProperty |
Property key-value pairs passed into an application.
|
CfnApplicationV2.RecordColumnProperty |
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.
|
CfnApplicationV2.RecordFormatProperty |
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.
|
CfnApplicationV2.RunConfigurationProperty |
Describes the starting parameters for an Kinesis Data Analytics application.
|
CfnApplicationV2.S3ContentBaseLocationProperty |
The base location of the Amazon Data Analytics application.
|
CfnApplicationV2.S3ContentLocationProperty |
The location of an application or a custom artifact.
|
CfnApplicationV2.SqlApplicationConfigurationProperty |
Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
|
CfnApplicationV2.VpcConfigurationProperty |
Describes the parameters of a VPC used by the application.
|
CfnApplicationV2.ZeppelinApplicationConfigurationProperty |
The configuration of a Kinesis Data Analytics Studio notebook.
|
CfnApplicationV2.ZeppelinMonitoringConfigurationProperty |
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook.
|
CfnApplicationV2Props |
Properties for defining a `CfnApplicationV2`.
|
---
All classes with the
Cfn
prefix in this module (CFN Resources) are always stable and safe to use.
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.kinesisanalytics.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::KinesisAnalytics.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2023. All rights reserved.