latest--aws-kinesisanalyticsv2-application
sharedCreates an Amazon Kinesis Data Analytics application. For information about creating a Kinesis Data Analytics application, see Creating an Application.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kinesisanalyticsv2.git
Properties
The runtime environment for the application.
The Amazon Resource Name
Specifies the creation parameters for a Kinesis Data Analytics application.
7 nested properties
Describes code configuration for an application.
2 nested properties
Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.
3 nested properties
The zip-format code for a Flink-based Kinesis Data Analytics application.
The location of an application or a custom artifact.
The text-format code for a Flink-based Kinesis Data Analytics application.
Specifies whether the code content is in text or zip format.
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
1 nested properties
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
Describes execution properties for a Flink-based Kinesis Data Analytics application.
1 nested properties
Describes configuration parameters for a Flink-based Kinesis Data Analytics application or a Studio notebook.
3 nested properties
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.
4 nested properties
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior. You must set this property to CUSTOM in order to set the CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints parameters.
Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.
Describes the interval in milliseconds between checkpoint operations.
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the CheckpointInterval, the application otherwise performs continual checkpoint operations. For more information, see Tuning Checkpointing in the Apache Flink Documentation.
Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application. For more information about CloudWatch logging, see Monitoring.
3 nested properties
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.
Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.
Describes the verbosity of the CloudWatch Logs for an application.
Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously. For more information about parallelism, see Parallel Execution in the Apache Flink Documentation
4 nested properties
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to CUSTOM in order to change your application's AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
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.
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 is set to true.
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
1 nested properties
The array of Input objects describing the input streams used by the application.
The configuration of a Kinesis Data Analytics Studio notebook.
4 nested properties
The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
1 nested properties
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.
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring.
1 nested properties
The verbosity of the CloudWatch Logs for an application. You can set it to INFO, WARN, ERROR, or DEBUG.
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
1 nested properties
The base location of the Amazon Data Analytics application.
A list of CustomArtifactConfiguration objects.
The array of descriptions of VPC configurations available to the application.
The description of the application.
To create a Kinesis Data Analytics Studio notebook, you must set the mode to INTERACTIVE. However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.
The name of the application.
Identifies the run configuration (start parameters) of a Kinesis Data Analytics application. This section is evaluated only on stack updates for applications in running RUNNING state and has no effect during manual application start.
2 nested properties
Describes the restore behavior of a restarting application.
2 nested properties
Specifies how the application should be restored.
The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
1 nested properties
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Defaults to false. If you update your application without specifying this parameter, AllowNonRestoredState will be set to false, even if it was previously set to true.
Describes the maintenance configuration for the application.
1 nested properties
The start time for the maintenance window.
A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
Definitions
The Amazon Resource Name
Specifies the creation parameters for a Kinesis Data Analytics application.
Describes code configuration for an application.
2 nested properties
Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.
3 nested properties
The zip-format code for a Flink-based Kinesis Data Analytics application.
The location of an application or a custom artifact.
The text-format code for a Flink-based Kinesis Data Analytics application.
Specifies whether the code content is in text or zip format.
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
1 nested properties
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
Describes execution properties for a Flink-based Kinesis Data Analytics application.
1 nested properties
Describes configuration parameters for a Flink-based Kinesis Data Analytics application or a Studio notebook.
3 nested properties
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.
4 nested properties
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior. You must set this property to CUSTOM in order to set the CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints parameters.
Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.
Describes the interval in milliseconds between checkpoint operations.
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the CheckpointInterval, the application otherwise performs continual checkpoint operations. For more information, see Tuning Checkpointing in the Apache Flink Documentation.
Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application. For more information about CloudWatch logging, see Monitoring.
3 nested properties
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.
Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.
Describes the verbosity of the CloudWatch Logs for an application.
Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously. For more information about parallelism, see Parallel Execution in the Apache Flink Documentation
4 nested properties
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to CUSTOM in order to change your application's AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
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.
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 is set to true.
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
1 nested properties
The array of Input objects describing the input streams used by the application.
The configuration of a Kinesis Data Analytics Studio notebook.
4 nested properties
The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
1 nested properties
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.
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring.
1 nested properties
The verbosity of the CloudWatch Logs for an application. You can set it to INFO, WARN, ERROR, or DEBUG.
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
1 nested properties
The base location of the Amazon Data Analytics application.
A list of CustomArtifactConfiguration objects.
The array of descriptions of VPC configurations available to the application.
Identifies the run configuration (start parameters) of a Kinesis Data Analytics application. This section is evaluated only on stack updates for applications in running RUNNING state and has no effect during manual application start.
Describes the restore behavior of a restarting application.
2 nested properties
Specifies how the application should be restored.
The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
1 nested properties
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Defaults to false. If you update your application without specifying this parameter, AllowNonRestoredState will be set to false, even if it was previously set to true.
Describes the restore behavior of a restarting application.
Specifies how the application should be restored.
The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Defaults to false. If you update your application without specifying this parameter, AllowNonRestoredState will be set to false, even if it was previously set to true.
Describes code configuration for an application.
Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.
3 nested properties
The zip-format code for a Flink-based Kinesis Data Analytics application.
The location of an application or a custom artifact.
3 nested properties
The Amazon Resource Name
The file key for the object containing the application code.
The version of the object containing the application code.
The text-format code for a Flink-based Kinesis Data Analytics application.
Specifies whether the code content is in text or zip format.
Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.
The zip-format code for a Flink-based Kinesis Data Analytics application.
The location of an application or a custom artifact.
3 nested properties
The Amazon Resource Name
The file key for the object containing the application code.
The version of the object containing the application code.
The text-format code for a Flink-based Kinesis Data Analytics application.
The location of an application or a custom artifact.
The Amazon Resource Name
The file key for the object containing the application code.
The version of the object containing the application code.
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
Describes execution properties for a Flink-based Kinesis Data Analytics application.
Property key-value pairs passed into an application.
Describes the key of an application execution property key-value pair.
Describes the value of an application execution property key-value pair.
Describes configuration parameters for a Flink-based Kinesis Data Analytics application or a Studio notebook.
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.
4 nested properties
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior. You must set this property to CUSTOM in order to set the CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints parameters.
Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.
Describes the interval in milliseconds between checkpoint operations.
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the CheckpointInterval, the application otherwise performs continual checkpoint operations. For more information, see Tuning Checkpointing in the Apache Flink Documentation.
Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application. For more information about CloudWatch logging, see Monitoring.
3 nested properties
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.
Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.
Describes the verbosity of the CloudWatch Logs for an application.
Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously. For more information about parallelism, see Parallel Execution in the Apache Flink Documentation
4 nested properties
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to CUSTOM in order to change your application's AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
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.
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 is set to true.
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.
Describes whether the application uses Kinesis Data Analytics' default checkpointing behavior. You must set this property to CUSTOM in order to set the CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints parameters.
Describes whether checkpointing is enabled for a Flink-based Kinesis Data Analytics application.
Describes the interval in milliseconds between checkpoint operations.
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the CheckpointInterval, the application otherwise performs continual checkpoint operations. For more information, see Tuning Checkpointing in the Apache Flink Documentation.
Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application. For more information about CloudWatch logging, see Monitoring.
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.
Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.
Describes the verbosity of the CloudWatch Logs for an application.
Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously. For more information about parallelism, see Parallel Execution in the Apache Flink Documentation
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to CUSTOM in order to change your application's AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
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.
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 is set to true.
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
The array of Input objects describing the input streams used by the application.
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.
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.
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.
3 nested properties
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.
2 nested properties
The type of record format.
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.
Specifies the encoding of the records in the streaming source. For example, UTF-8.
Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).
1 nested properties
The Amazon Resource Name
For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN).
1 nested properties
The Amazon Resource Name
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. Currently, the only input processor available is Amazon Lambda.
1 nested properties
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.
1 nested properties
The Amazon Resource Name
For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
1 nested properties
The number of in-application streams to create.
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.
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.
2 nested properties
The type of record format.
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.
2 nested properties
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. 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:
"name1", "address1"
"name2", "address2"
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
Specifies the encoding of the records in the streaming source. For example, UTF-8.
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. Also used to describe the format of the reference data source.
The name of the column that is created in the in-application input stream or reference table.
The type of column created in the in-application input stream or reference table.
A reference to the data element in the streaming input or the reference data source.
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.
The type of record format.
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.
2 nested properties
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. 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:
"name1", "address1"
"name2", "address2"
2 nested properties
The column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
The row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
1 nested properties
The path to the top-level parent that contains the records.
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.
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. 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:
"name1", "address1"
"name2", "address2"
2 nested properties
The column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
The row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
1 nested properties
The path to the top-level parent that contains the records.
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. 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:
"name1", "address1"
"name2", "address2"
The column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
The row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
The path to the top-level parent that contains the records.
Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).
The Amazon Resource Name
For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN).
The Amazon Resource Name
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. Currently, the only input processor available is Amazon Lambda.
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.
1 nested properties
The Amazon Resource Name
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.
The Amazon Resource Name
For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
The number of in-application streams to create.
The configuration of a Kinesis Data Analytics Studio notebook.
The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
1 nested properties
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.
1 nested properties
The Amazon Resource Name
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring.
1 nested properties
The verbosity of the CloudWatch Logs for an application. You can set it to INFO, WARN, ERROR, or DEBUG.
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
1 nested properties
The base location of the Amazon Data Analytics application.
2 nested properties
The Amazon Resource Name
The base path for the S3 bucket.
A list of CustomArtifactConfiguration objects.
The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
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.
1 nested properties
The Amazon Resource Name
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.
The Amazon Resource Name
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring.
The verbosity of the CloudWatch Logs for an application. You can set it to INFO, WARN, ERROR, or DEBUG.
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
The base location of the Amazon Data Analytics application.
2 nested properties
The Amazon Resource Name
The base path for the S3 bucket.
The base location of the Amazon Data Analytics application.
The Amazon Resource Name
The base path for the S3 bucket.
A list of CustomArtifactConfiguration objects.
The configuration of connectors and user-defined functions.
Set this to either UDF or DEPENDENCY_JAR. UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.
The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.
3 nested properties
The artifact ID of the Maven reference.
The group ID of the Maven reference.
The version of the Maven reference.
The location of an application or a custom artifact.
3 nested properties
The Amazon Resource Name
The file key for the object containing the application code.
The version of the object containing the application code.
The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.
The artifact ID of the Maven reference.
The group ID of the Maven reference.
The version of the Maven reference.
The array of descriptions of VPC configurations available to the application.
Describes the parameters of a VPC used by the application.
The array of SecurityGroup IDs used by the VPC configuration.
The array of Subnet IDs used by the VPC configuration.
Describes the maintenance configuration for the application.
The start time for the maintenance window.
A key-value pair that identifies an application.
The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that's 0 to 256 characters in length.