SourceConfiguration
public struct SourceConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application associated with the configuration.
Declaration
Swift
public let applicationName: String?
-
The name of the configuration template.
Declaration
Swift
public let templateName: String?
-
Undocumented
Declaration
Swift
public init(applicationName: String? = nil, templateName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws