Learn R Programming

paws.analytics (version 0.7.0)

kinesisanalyticsv2_create_application: Creates a Managed Service for Apache Flink application

Description

Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application.

See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_create_application/ for full documentation.

Usage

kinesisanalyticsv2_create_application(
  ApplicationName,
  ApplicationDescription = NULL,
  RuntimeEnvironment,
  ServiceExecutionRole,
  ApplicationConfiguration = NULL,
  CloudWatchLoggingOptions = NULL,
  Tags = NULL,
  ApplicationMode = NULL
)

Arguments

ApplicationName

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

ApplicationDescription

A summary description of the application.

RuntimeEnvironment

[required] The runtime environment for the application.

ServiceExecutionRole

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

ApplicationConfiguration

Use this parameter to configure the application.

CloudWatchLoggingOptions

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

Tags

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.

ApplicationMode

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.