class Aws::KinesisAnalyticsV2::Types::AddApplicationInputProcessingConfigurationRequest
@note When making an API call, you may pass AddApplicationInputProcessingConfigurationRequest
data as a hash: { application_name: "ApplicationName", # required current_application_version_id: 1, # required input_id: "Id", # required input_processing_configuration: { # required input_lambda_processor: { # required resource_arn: "ResourceARN", # required }, }, }
@!attribute [rw] application_name
The name of the application to which you want to add the input processing configuration. @return [String]
@!attribute [rw] current_application_version_id
The version of the application to which you want to add the input processing configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the `ConcurrentModificationException` is returned. @return [Integer]
@!attribute [rw] input_id
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation. @return [String]
@!attribute [rw] input_processing_configuration
The InputProcessingConfiguration to add to the application. @return [Types::InputProcessingConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfigurationRequest AWS API Documentation
Constants
- SENSITIVE