AWS Data Pipeline Parameter Objects Attributes
Attribute
is a property of the AWS Data Pipeline Pipeline
ParameterObjects property that
defines the attributes of a parameter object as key-value pairs.
Syntax
JSON
{ "Key" :
String
, "StringValue" :String
}
YAML
Key:
String
StringValue:String
Properties
Key
-
Specifies the name of a parameter attribute. To view parameter attributes, see Creating a Pipeline Using Parameterized Templates in the AWS Data Pipeline Developer Guide.
Required: Yes
Type: String
StringValue
-
A parameter attribute value.
Required: Conditional if the key that you are using requires it.
Type: String