interface SourceReferenceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.CfnWorkflow.SourceReferenceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#CfnWorkflow_SourceReferenceProperty |
![]() | software.amazon.awscdk.services.omics.CfnWorkflow.SourceReferenceProperty |
![]() | aws_cdk.aws_omics.CfnWorkflow.SourceReferenceProperty |
![]() | aws-cdk-lib » aws_omics » CfnWorkflow » SourceReferenceProperty |
Contains information about the source reference in a code repository, such as a branch, tag, or commit.
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 sourceReferenceProperty: omics.CfnWorkflow.SourceReferenceProperty = {
type: 'type',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
type? | string | The type of source reference, such as branch, tag, or commit. |
value? | string | The value of the source reference, such as the branch name, tag name, or commit ID. |
type?
Type:
string
(optional)
The type of source reference, such as branch, tag, or commit.
value?
Type:
string
(optional)
The value of the source reference, such as the branch name, tag name, or commit ID.