InputUpdate
public struct InputUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Input ID of the application input to be updated.
Declaration
Swift
public let inputId: String
-
Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).
Declaration
Swift
public let inputParallelismUpdate: InputParallelismUpdate?
-
Describes updates for an input processing configuration.
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 an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
Declaration
Swift
public let kinesisFirehoseInputUpdate: KinesisFirehoseInputUpdate?
-
If an Amazon Kinesis stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
Declaration
Swift
public let kinesisStreamsInputUpdate: KinesisStreamsInputUpdate?
-
Name prefix for in-application streams that Amazon Kinesis 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