Application

class Application : KotlinCustomResource

Creates an Amazon Kinesis Data Analytics application. For information about creating a Kinesis Data Analytics application, see Creating an Application.

Properties

Link copied to clipboard

Use this parameter to configure the application.

Link copied to clipboard

The description of the application.

Link copied to clipboard

Used to configure start of maintenance window.

Link copied to clipboard

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.

Link copied to clipboard
val applicationName: Output<String>?

The name of the application.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies run configuration (start parameters) of a Kinesis Data Analytics application. Evaluated on update for RUNNING applications an only.

Link copied to clipboard

The runtime environment for the application.

Link copied to clipboard

Specifies the IAM role that the application uses to access external resources.

Link copied to clipboard
val tags: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>