SqlApplicationConfigurationDescription
public struct SqlApplicationConfigurationDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The array of InputDescription objects describing the input streams used by the application.
Declaration
Swift
public let inputDescriptions: [InputDescription]? -
The array of OutputDescription objects describing the destination streams used by the application.
Declaration
Swift
public let outputDescriptions: [OutputDescription]? -
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
Declaration
Swift
public let referenceDataSourceDescriptions: [ReferenceDataSourceDescription]? -
Undocumented
Declaration
Swift
public init(inputDescriptions: [InputDescription]? = nil, outputDescriptions: [OutputDescription]? = nil, referenceDataSourceDescriptions: [ReferenceDataSourceDescription]? = nil)
View on GitHub
SqlApplicationConfigurationDescription Structure Reference