interface DefinitionRepositoryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.CfnWorkflow.DefinitionRepositoryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#CfnWorkflow_DefinitionRepositoryProperty |
![]() | software.amazon.awscdk.services.omics.CfnWorkflow.DefinitionRepositoryProperty |
![]() | aws_cdk.aws_omics.CfnWorkflow.DefinitionRepositoryProperty |
![]() | aws-cdk-lib » aws_omics » CfnWorkflow » DefinitionRepositoryProperty |
Contains information about a source code repository that hosts the workflow definition files.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_omics as omics } from 'aws-cdk-lib';
const definitionRepositoryProperty: omics.CfnWorkflow.DefinitionRepositoryProperty = {
connectionArn: 'connectionArn',
excludeFilePatterns: ['excludeFilePatterns'],
fullRepositoryId: 'fullRepositoryId',
sourceReference: {
type: 'type',
value: 'value',
},
};
Properties
Name | Type | Description |
---|---|---|
connection | string | The Amazon Resource Name (ARN) of the connection to the source code repository. |
exclude | string[] | A list of file patterns to exclude when retrieving the workflow definition from the repository. |
full | string | The full repository identifier, including the repository owner and name. |
source | IResolvable | Source | The source reference for the repository, such as a branch name, tag, or commit ID. |
connectionArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the connection to the source code repository.
excludeFilePatterns?
Type:
string[]
(optional)
A list of file patterns to exclude when retrieving the workflow definition from the repository.
fullRepositoryId?
Type:
string
(optional)
The full repository identifier, including the repository owner and name.
For example, 'repository-owner/repository-name'.
sourceReference?
Type:
IResolvable
|
Source
(optional)
The source reference for the repository, such as a branch name, tag, or commit ID.