com.amazonaws.services.kinesisanalyticsv2.model.SqlApplicationConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-kinesisanalyticsv2 Show documentation
Show all versions of aws-java-sdk-kinesisanalyticsv2 Show documentation
The AWS Java SDK for Amazon Kinesis Analytics module holds the client classes that are used for communicating with Amazon Kinesis Analytics Service
/*
* Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.kinesisanalyticsv2.model;
import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.protocol.StructuredPojo;
import com.amazonaws.protocol.ProtocolMarshaller;
/**
*
* Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
*
*
* @see AWS API Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class SqlApplicationConfiguration implements Serializable, Cloneable, StructuredPojo {
/**
*
* The array of Input objects describing the input streams used by the application.
*
*/
private java.util.List inputs;
/**
*
* The array of Output objects describing the destination streams used by the application.
*
*/
private java.util.List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy