AppSpecification
public struct AppSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The arguments for a container used to run a processing job.
Declaration
Swift
public let containerArguments: [String]?
-
The entrypoint for a container used to run a processing job.
Declaration
Swift
public let containerEntrypoint: [String]?
-
The container image to be run by the processing job.
Declaration
Swift
public let imageUri: String
-
Undocumented
Declaration
Swift
public init(containerArguments: [String]? = nil, containerEntrypoint: [String]? = nil, imageUri: String)
-
Declaration
Swift
public func validate(name: String) throws