GitConfig

public struct GitConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The default branch for the Git repository.

    Declaration

    Swift

    public let branch: String?
  • The URL where the Git repository is located.

    Declaration

    Swift

    public let repositoryUrl: String
  • The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format: {“username”: UserName, “password”: Password}

    Declaration

    Swift

    public let secretArn: String?
  • Undocumented

    Declaration

    Swift

    public init(branch: String? = nil, repositoryUrl: String, secretArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws