SaaSConfiguration
Provides the configuration information to connect to GitHub Enterprise Cloud (SaaS).
Contents
- HostUrl
-
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^(https?|ftp|file):\/\/([^\s]*)
Required: Yes
- OrganizationName
-
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 60.
Pattern:
^[A-Za-z0-9_.-]+$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: