interface PipelineReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_osis.PipelineReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsosis#PipelineReference |
![]() | software.amazon.awscdk.services.osis.PipelineReference |
![]() | aws_cdk.aws_osis.PipelineReference |
![]() | aws-cdk-lib » aws_osis » PipelineReference |
A reference to a Pipeline resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_osis as osis } from 'aws-cdk-lib';
const pipelineReference: osis.PipelineReference = {
pipelineArn: 'pipelineArn',
};
Properties
Name | Type | Description |
---|---|---|
pipeline | string | The PipelineArn of the Pipeline resource. |
pipelineArn
Type:
string
The PipelineArn of the Pipeline resource.