SourceConfig
public struct SourceConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The target processor architecture for the application.
Declaration
Swift
public let architecture: Architecture? -
The Amazon S3 bucket name.
Declaration
Swift
public let s3Bucket: String? -
The s3 object key.
Declaration
Swift
public let s3Key: String? -
Undocumented
Declaration
Swift
public init(architecture: Architecture? = nil, s3Bucket: String? = nil, s3Key: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SourceConfig Structure Reference