Interface CfnCluster.IKeyValueProperty
KeyValue
is a subproperty of the HadoopJarStepConfig
property type.
Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeyValueProperty
Syntax (vb)
Public Interface IKeyValueProperty
Remarks
KeyValue
is used to pass parameters to a step.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EMR;
var keyValueProperty = new KeyValueProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | The unique identifier of a key-value pair. |
Value | The value part of the identified key. |
Properties
Key
The unique identifier of a key-value pair.
virtual string Key { get; }
Property Value
System.
Remarks
Value
The value part of the identified key.
virtual string Value { get; }
Property Value
System.