Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient.AddApplicationReferenceDataSource C# (CSharp) Метод

AddApplicationReferenceDataSource() публичный Метод

Adds a reference data source to an existing application.

Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table.

For conceptual information, see Configuring Application Input. For the limits on data sources you can add to your application, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public AddApplicationReferenceDataSource ( AddApplicationReferenceDataSourceRequest request ) : AddApplicationReferenceDataSourceResponse
request Amazon.KinesisAnalytics.Model.AddApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the AddApplicationReferenceDataSource service method.
Результат AddApplicationReferenceDataSourceResponse
        public AddApplicationReferenceDataSourceResponse AddApplicationReferenceDataSource(AddApplicationReferenceDataSourceRequest request)
        {
            var marshaller = new AddApplicationReferenceDataSourceRequestMarshaller();
            var unmarshaller = AddApplicationReferenceDataSourceResponseUnmarshaller.Instance;

            return Invoke<AddApplicationReferenceDataSourceRequest,AddApplicationReferenceDataSourceResponse>(request, marshaller, unmarshaller);
        }