Interface CfnPipelinePropsMixin.ParameterValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipelinePropsMixin.ParameterValueProperty.Jsii$Proxy
Enclosing class:
CfnPipelinePropsMixin

@Stability(Stable) public static interface CfnPipelinePropsMixin.ParameterValueProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.datapipeline.*;
 ParameterValueProperty parameterValueProperty = ParameterValueProperty.builder()
         .id("id")
         .stringValue("stringValue")
         .build();
 

See Also: