ThirdPartySourceRepository

public struct ThirdPartySourceRepository : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the AWS CodeStar Connections API Reference.

    Declaration

    Swift

    public let connectionArn: String
  • The name of the third party source repository.

    Declaration

    Swift

    public let name: String
  • The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository.

    Declaration

    Swift

    public let owner: String
  • Undocumented

    Declaration

    Swift

    public init(connectionArn: String, name: String, owner: String)
  • Declaration

    Swift

    public func validate(name: String) throws