InputDescription
public struct InputDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns the in-application stream names that are mapped to the stream source.
Declaration
Swift
public let inAppStreamNames: [String]?
-
Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
Declaration
Swift
public let inputId: String?
-
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
Declaration
Swift
public let inputParallelism: InputParallelism?
-
The description of the preprocessor that executes on records in this input before the application’s code is run.
Declaration
Swift
public let inputProcessingConfigurationDescription: InputProcessingConfigurationDescription?
-
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Declaration
Swift
public let inputSchema: SourceSchema?
-
Point at which the application is configured to read from the input stream.
Declaration
Swift
public let inputStartingPositionConfiguration: InputStartingPositionConfiguration?
-
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery stream’s ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
Declaration
Swift
public let kinesisFirehoseInputDescription: KinesisFirehoseInputDescription?
-
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream’s Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
Declaration
Swift
public let kinesisStreamsInputDescription: KinesisStreamsInputDescription?
-
In-application name prefix.
Declaration
Swift
public let namePrefix: String?
-
init(inAppStreamNames:inputId:inputParallelism:inputProcessingConfigurationDescription:inputSchema:inputStartingPositionConfiguration:kinesisFirehoseInputDescription:kinesisStreamsInputDescription:namePrefix:)
Undocumented
Declaration
Swift
public init(inAppStreamNames: [String]? = nil, inputId: String? = nil, inputParallelism: InputParallelism? = nil, inputProcessingConfigurationDescription: InputProcessingConfigurationDescription? = nil, inputSchema: SourceSchema? = nil, inputStartingPositionConfiguration: InputStartingPositionConfiguration? = nil, kinesisFirehoseInputDescription: KinesisFirehoseInputDescription? = nil, kinesisStreamsInputDescription: KinesisStreamsInputDescription? = nil, namePrefix: String? = nil)