Adds a Virtual Private Cloud (VPC) configuration to the application
Source:R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_add_application_vpc_configuration.RdAdds 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
CurrentApplicationVersionIdor theConditionalToken. You can use thedescribe_applicationoperation to get the current application version. If the version specified is not the current version, theConcurrentModificationExceptionis returned. For better concurrency support, use theConditionalTokenparameter instead ofCurrentApplicationVersionId.- 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
ApplicationVersionIDor theConditionalToken. You get the application's currentConditionalTokenusingdescribe_application. For better concurrency support, use theConditionalTokenparameter instead ofCurrentApplicationVersionId.