InputUpdate
public struct InputUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The input ID of the application input to be updated.
Declaration
Swift
public let inputId: String
-
Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source).
Declaration
Swift
public let inputParallelismUpdate: InputParallelismUpdate?
-
Describes updates to an InputProcessingConfiguration.
Declaration
Swift
public let inputProcessingConfigurationUpdate: InputProcessingConfigurationUpdate?
-
Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
Declaration
Swift
public let inputSchemaUpdate: InputSchemaUpdate?
-
If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.
Declaration
Swift
public let kinesisFirehoseInputUpdate: KinesisFirehoseInputUpdate?
-
If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN).
Declaration
Swift
public let kinesisStreamsInputUpdate: KinesisStreamsInputUpdate?
-
The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.
Declaration
Swift
public let namePrefixUpdate: String?
-
init(inputId:inputParallelismUpdate:inputProcessingConfigurationUpdate:inputSchemaUpdate:kinesisFirehoseInputUpdate:kinesisStreamsInputUpdate:namePrefixUpdate:)
Undocumented
Declaration
Swift
public init(inputId: String, inputParallelismUpdate: InputParallelismUpdate? = nil, inputProcessingConfigurationUpdate: InputProcessingConfigurationUpdate? = nil, inputSchemaUpdate: InputSchemaUpdate? = nil, kinesisFirehoseInputUpdate: KinesisFirehoseInputUpdate? = nil, kinesisStreamsInputUpdate: KinesisStreamsInputUpdate? = nil, namePrefixUpdate: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws