SqlApplicationConfiguration
public struct SqlApplicationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The array of Input objects describing the input streams used by the application.
Declaration
Swift
public let inputs: [Input]? -
The array of Output objects describing the destination streams used by the application.
Declaration
Swift
public let outputs: [Output]? -
The array of ReferenceDataSource objects describing the reference data sources used by the application.
Declaration
Swift
public let referenceDataSources: [ReferenceDataSource]? -
Undocumented
Declaration
Swift
public init(inputs: [Input]? = nil, outputs: [Output]? = nil, referenceDataSources: [ReferenceDataSource]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SqlApplicationConfiguration Structure Reference