Interface CfnPipeline.ParameterValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipeline.ParameterValueProperty.Jsii$Proxy
- Enclosing class:
- CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.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.services.datapipeline.*;
ParameterValueProperty parameterValueProperty = ParameterValueProperty.builder()
.id("id")
.stringValue("stringValue")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.ParameterValuePropertystatic final classAn implementation forCfnPipeline.ParameterValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The ID of the parameter value. -
getStringValue
The field value, expressed as a String. -
builder
-