View source: R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_delete_application_vpc_configuration | R Documentation |
Removes a VPC configuration from a Managed Service for Apache Flink application.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_delete_application_vpc_configuration/ for full documentation.
kinesisanalyticsv2_delete_application_vpc_configuration(
ApplicationName,
CurrentApplicationVersionId = NULL,
VpcConfigurationId,
ConditionalToken = NULL
)
ApplicationName |
[required] The name of an existing application. |
CurrentApplicationVersionId |
The current application version ID. You must provide the
|
VpcConfigurationId |
[required] The ID of the VPC configuration to delete. |
ConditionalToken |
A value you use to implement strong concurrency for application updates.
You must provide the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.