S3Source
public struct S3Source : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the S3 bucket.
Declaration
Swift
public let bucketName: String
-
Key name of the bucket object that contains your unsigned code.
Declaration
Swift
public let key: String
-
Version of your source image in your version enabled S3 bucket.
Declaration
Swift
public let version: String
-
Undocumented
Declaration
Swift
public init(bucketName: String, key: String, version: String)