SourceBuildInformation
public struct SourceBuildInformation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The location of the source code, as a formatted string, depending on the value of SourceRepository For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a. For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.
Declaration
Swift
public let sourceLocation: String
-
Location where the repository is stored. CodeCommit S3
Declaration
Swift
public let sourceRepository: SourceRepository
-
The type of repository. Git Zip
Declaration
Swift
public let sourceType: SourceType
-
Undocumented
Declaration
Swift
public init(sourceLocation: String, sourceRepository: SourceRepository, sourceType: SourceType)
-
Declaration
Swift
public func validate(name: String) throws