List Source Credentials
codebuild_list_source_credentials | R Documentation |
Returns a list of SourceCredentialsInfo objects¶
Description¶
Returns a list of SourceCredentialsInfo
objects.
Usage¶
Value¶
A list with the following syntax:
list(
sourceCredentialsInfos = list(
list(
arn = "string",
serverType = "GITHUB"|"BITBUCKET"|"GITHUB_ENTERPRISE"|"GITLAB"|"GITLAB_SELF_MANAGED",
authType = "OAUTH"|"BASIC_AUTH"|"PERSONAL_ACCESS_TOKEN"|"CODECONNECTIONS"|"SECRETS_MANAGER",
resource = "string"
)
)
)