View source: R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_update_application | R Documentation |
Updates an existing Managed Service for Apache Flink application. Using this operation, you can update application code, input configuration, and output configuration.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_update_application/ for full documentation.
kinesisanalyticsv2_update_application(
ApplicationName,
CurrentApplicationVersionId = NULL,
ApplicationConfigurationUpdate = NULL,
ServiceExecutionRoleUpdate = NULL,
RunConfigurationUpdate = NULL,
CloudWatchLoggingOptionUpdates = NULL,
ConditionalToken = NULL,
RuntimeEnvironmentUpdate = NULL
)
ApplicationName |
[required] The name of the application to update. |
CurrentApplicationVersionId |
The current application version ID. You must provide the
|
ApplicationConfigurationUpdate |
Describes application configuration updates. |
ServiceExecutionRoleUpdate |
Describes updates to the service execution role. |
RunConfigurationUpdate |
Describes updates to the application's starting parameters. |
CloudWatchLoggingOptionUpdates |
Describes application Amazon CloudWatch logging option updates. You can
only update existing CloudWatch logging options with this action. To add
a new CloudWatch logging option, use
|
ConditionalToken |
A value you use to implement strong concurrency for application updates.
You must provide the |
RuntimeEnvironmentUpdate |
Updates the Managed Service for Apache Flink runtime environment used to run your code. To avoid issues you must:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.