interface PipelineObjectProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataPipeline.CfnPipeline.PipelineObjectProperty |
![]() | software.amazon.awscdk.services.datapipeline.CfnPipeline.PipelineObjectProperty |
![]() | aws_cdk.aws_datapipeline.CfnPipeline.PipelineObjectProperty |
![]() | @aws-cdk/aws-datapipeline » CfnPipeline » PipelineObjectProperty |
PipelineObject is property of the AWS::DataPipeline::Pipeline resource that contains information about a pipeline object.
This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as datapipeline from '@aws-cdk/aws-datapipeline';
const pipelineObjectProperty: datapipeline.CfnPipeline.PipelineObjectProperty = {
fields: [{
key: 'key',
// the properties below are optional
refValue: 'refValue',
stringValue: 'stringValue',
}],
id: 'id',
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
fields | IResolvable | IResolvable | Field [] | Key-value pairs that define the properties of the object. |
id | string | The ID of the object. |
name | string | The name of the object. |
fields
Type:
IResolvable
|
IResolvable
|
Field
[]
Key-value pairs that define the properties of the object.
id
Type:
string
The ID of the object.
name
Type:
string
The name of the object.