Module Smaws_Client_KinesisAnalyticsV2.AddApplicationVpcConfiguration

val request : Smaws_Lib.Context.t -> add_application_vpc_configuration_request -> (add_application_vpc_configuration_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of concurrent_modification_exception | `InvalidApplicationConfigurationException of invalid_application_configuration_exception | `InvalidArgumentException of invalid_argument_exception | `ResourceInUseException of resource_in_use_exception | `ResourceNotFoundException of resource_not_found_exception ]) Stdlib.result

Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.

Note the following about VPC configurations for Managed Service for Apache Flink applications:

  • VPC configurations are not supported for SQL applications.
  • When a VPC is added to a Managed Service for Apache Flink application, the application can no longer be accessed from the Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.