ApplicationCodeConfiguration
public struct ApplicationCodeConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The location and type of the application code.
Declaration
Swift
public let codeContent: CodeContent? -
Specifies whether the code content is in text or zip format.
Declaration
Swift
public let codeContentType: CodeContentType -
Undocumented
Declaration
Swift
public init(codeContent: CodeContent? = nil, codeContentType: CodeContentType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ApplicationCodeConfiguration Structure Reference