Interface CfnPipelinePropsMixin.ParameterAttributeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.ParameterAttributeProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.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.cfnpropertymixins.services.datapipeline.*;
ParameterAttributeProperty parameterAttributeProperty = ParameterAttributeProperty.builder()
.key("key")
.stringValue("stringValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.ParameterAttributePropertystatic final classAn implementation forCfnPipelinePropsMixin.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
-