DefinitionRepositoryDetails - HealthOmics API Reference

DefinitionRepositoryDetails

Contains detailed information about the source code repository that hosts the workflow definition files.

Contents

connectionArn

The Amazon Resource Name (ARN) of the connection to the source code repository.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: arn:aws(-[\w]+)*:.+:.+:[0-9]{12}:.+

Required: No

fullRepositoryId

The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.

Type: String

Pattern: .+/.+

Required: No

providerEndpoint

The endpoint URL of the source code repository provider.

Type: String

Required: No

providerType

The provider type of the source code repository, such as Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, and GitLabSelfManaged.

Type: String

Required: No

sourceReference

The source reference for the repository, such as a branch name, tag, or commit ID.

Type: SourceReference object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: