CodeDestination
public struct CodeDestination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
Declaration
Swift
public let codeCommit: CodeCommitCodeDestination? -
Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
Declaration
Swift
public let gitHub: GitHubCodeDestination? -
Undocumented
Declaration
Swift
public init(codeCommit: CodeCommitCodeDestination? = nil, gitHub: GitHubCodeDestination? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CodeDestination Structure Reference