Sha256: 1c5e83002df9bbc983b8083b08e034cd67e1418aa6ee61ec220b361f383d389b

Contents?: true

Size: 846 Bytes

Versions: 4

Compression:

Stored size: 846 Bytes

Contents

AWS::EMR::Step:
  Properties:
    ActionOnFailure: |
      "AWS CloudFormation supports CONTINUE and CANCEL_AND_WAIT."
    HadoopJarStep: |
      {
        "Args" => ["A list of command line arguments passed to the JAR file's main function when the function is executed."],
        "Jar" => "A path to the JAR file that Amazon EMR runs for the job flow step.",
        "MainClass" => "The name of the main class in the specified JAR file. If you don't specify a value, you must specify a main class in the JAR file's manifest file.",
        "StepProperties" => [
          {
            "Key" => "A list of Java properties that are set when the job flow step runs.",
            "Value" => "1024"
          }
        ]
      }
    JobFlowId: |
      "lib/cfnlego/resources/AWS/EMR/Cluster.yaml"
    Name: |
      "A name for the job flow step."

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/EMR/Step.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/EMR/Step.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/EMR/Step.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/EMR/Step.yaml