CreateCodeRepositoryInput

public struct CreateCodeRepositoryInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

    Declaration

    Swift

    public let codeRepositoryName: String
  • Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.

    Declaration

    Swift

    public let gitConfig: GitConfig
  • Undocumented

    Declaration

    Swift

    public init(codeRepositoryName: String, gitConfig: GitConfig)
  • Declaration

    Swift

    public func validate(name: String) throws