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
)[required] The name of an existing application.
The current application version ID. You must provide the
CurrentApplicationVersionId or the ConditionalToken. You can
retrieve the application version ID using
describe_application. For
better concurrency support, use the ConditionalToken parameter instead
of CurrentApplicationVersionId.
[required] The ID of the VPC configuration to delete.
A value you use to implement strong concurrency for application updates.
You must provide the CurrentApplicationVersionId or the
ConditionalToken. You get the application's current ConditionalToken
using describe_application.
For better concurrency support, use the ConditionalToken parameter
instead of CurrentApplicationVersionId.