aws-cdk-lib.aws_datapipeline.CfnPipeline.ParameterValueProperty

interface ParameterValueProperty

LanguageType name
.NETAmazon.CDK.AWS.DataPipeline.CfnPipeline.ParameterValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatapipeline#CfnPipeline_ParameterValueProperty
Javasoftware.amazon.awscdk.services.datapipeline.CfnPipeline.ParameterValueProperty
Pythonaws_cdk.aws_datapipeline.CfnPipeline.ParameterValueProperty
TypeScript aws-cdk-lib » aws_datapipeline » CfnPipeline » ParameterValueProperty

A value or list of parameter values.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datapipeline as datapipeline } from 'aws-cdk-lib';
const parameterValueProperty: datapipeline.CfnPipeline.ParameterValueProperty = {
  id: 'id',
  stringValue: 'stringValue',
};

Properties

NameTypeDescription
idstringThe ID of the parameter value.
stringValuestringThe field value, expressed as a String.

id

Type: string

The ID of the parameter value.


stringValue

Type: string

The field value, expressed as a String.