kinesisanalyticsv2_add_application_vpc_configuration {paws.analytics} | R Documentation |
Adds a Virtual Private Cloud (VPC) configuration to the application
Description
Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_add_application_vpc_configuration/ for full documentation.
Usage
kinesisanalyticsv2_add_application_vpc_configuration(
ApplicationName,
CurrentApplicationVersionId = NULL,
VpcConfiguration,
ConditionalToken = NULL
)
Arguments
ApplicationName |
[required] The name of an existing application. |
CurrentApplicationVersionId |
The version of the application to which you want to add the VPC
configuration. You must provide the |
VpcConfiguration |
[required] Description of the VPC to add to the application. |
ConditionalToken |
A value you use to implement strong concurrency for application updates.
You must provide the |