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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipeline.ParameterAttributeProperty
static final class
An implementation forCfnPipeline.ParameterAttributeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The field identifier. -
getStringValue
The field value, expressed as a String. -
builder
-