aws-cdk-lib.aws_datapipeline.CfnPipeline.ParameterAttributeProperty

interface ParameterAttributeProperty

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

Attribute is a property of ParameterObject that defines the attributes of a parameter object as key-value pairs.

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 parameterAttributeProperty: datapipeline.CfnPipeline.ParameterAttributeProperty = {
  key: 'key',
  stringValue: 'stringValue',
};

Properties

NameTypeDescription
keystringThe field identifier.
stringValuestringThe field value, expressed as a String.

key

Type: string

The field identifier.


stringValue

Type: string

The field value, expressed as a String.