SqlApplicationConfigurationUpdate
public struct SqlApplicationConfigurationUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The array of InputUpdate objects describing the new input streams used by the application.
Declaration
Swift
public let inputUpdates: [InputUpdate]? -
The array of OutputUpdate objects describing the new destination streams used by the application.
Declaration
Swift
public let outputUpdates: [OutputUpdate]? -
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
Declaration
Swift
public let referenceDataSourceUpdates: [ReferenceDataSourceUpdate]? -
Undocumented
Declaration
Swift
public init(inputUpdates: [InputUpdate]? = nil, outputUpdates: [OutputUpdate]? = nil, referenceDataSourceUpdates: [ReferenceDataSourceUpdate]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SqlApplicationConfigurationUpdate Structure Reference