GitHubDocumentCrawlProperties
Provides the configuration information to include certain types of GitHub content. You can configure to index repository files only, or also include issues and pull requests, comments, and comment attachments.
Contents
- CrawlIssue
-
TRUE
to index all issues within a repository.Type: Boolean
Required: No
- CrawlIssueComment
-
TRUE
to index all comments on issues.Type: Boolean
Required: No
- CrawlIssueCommentAttachment
-
TRUE
to include all comment attachments for issues.Type: Boolean
Required: No
- CrawlPullRequest
-
TRUE
to index all pull requests within a repository.Type: Boolean
Required: No
- CrawlPullRequestComment
-
TRUE
to index all comments on pull requests.Type: Boolean
Required: No
- CrawlPullRequestCommentAttachment
-
TRUE
to include all comment attachments for pull requests.Type: Boolean
Required: No
- CrawlRepositoryDocuments
-
TRUE
to index all files with a repository.Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: