Show / Hide Table of Contents

Interface CfnStep.IKeyValueProperty

KeyValue is a subproperty of the HadoopJarStepConfig property type.

Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.AWS.EMR.dll
Syntax (csharp)
public interface IKeyValueProperty
Syntax (vb)
Public Interface IKeyValueProperty
Remarks

KeyValue is used to pass parameters to a step.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-keyvalue.html

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;

KeyValueProperty 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.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-keyvalue.html#cfn-elasticmapreduce-step-keyvalue-key

Value

The value part of the identified key.

virtual string Value { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticmapreduce-step-keyvalue.html#cfn-elasticmapreduce-step-keyvalue-value

Back to top Generated by DocFX