CreateApplicationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use this parameter to configure the application.

Link copied to clipboard

A summary description of the application.

Link copied to clipboard

Use the STREAMING mode to create a Managed Service for Apache Flink application. To create a Managed Service for Apache Flink Studio notebook, use the INTERACTIVE mode.

Link copied to clipboard

The name of your application (for example, sample-app).

Link copied to clipboard

Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.

Link copied to clipboard

The runtime environment for the application.

Link copied to clipboard

The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.

Link copied to clipboard
val tags: 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. For more information, see Using Tagging.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String