Interface CfnPipeline.ParameterAttributeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipeline.ParameterAttributeProperty.Jsii$Proxy
- Enclosing class:
CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.ParameterAttributeProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.datapipeline.*;
ParameterAttributeProperty parameterAttributeProperty = ParameterAttributeProperty.builder()
.key("key")
.stringValue("stringValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.ParameterAttributePropertystatic final classAn implementation forCfnPipeline.ParameterAttributeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The field identifier.- See Also:
-
getStringValue
The field value, expressed as a String.- See Also:
-
builder
-