DefinitionRepository
Contains information about a 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: Yes
- fullRepositoryId
-
The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
Type: String
Pattern:
.+/.+
Required: Yes
- excludeFilePatterns
-
A list of file patterns to exclude when retrieving the workflow definition from the repository.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 50 items.
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: