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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.ParameterValuePropertystatic final classAn implementation forCfnPipelinePropsMixin.ParameterValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The ID of the parameter value.- See Also:
-
getStringValue
The field value, expressed as a String.Returns union: either
StringorISubnetRef- See Also:
-
builder
-