Values.AddApplicationVpcConfigurationResponseSourceAdds 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.
type nonrec t = {applicationARN : ResourceARN.t option;The ARN of the application.
*)applicationVersionId : ApplicationVersionId.t option;Provides the current application version. Managed Service for Apache Flink updates the ApplicationVersionId each time you update the application.
*)vpcConfigurationDescription : VpcConfigurationDescription.t option;The parameters of the new VPC configuration.
*)operationId : OperationId.t option;The operation ID that can be used to track the request.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t| `InvalidArgumentException of InvalidArgumentException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Long of ApplicationVersionId.t
| `String of ResourceARN.t
| `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of Id.t ])
list ])
list ]