|
5065 | 5065 | }, |
5066 | 5066 | "documentation":"<p> The result of the <a>RunJobFlow</a> operation. </p>" |
5067 | 5067 | }, |
| 5068 | + "S3MonitoringConfiguration":{ |
| 5069 | + "type":"structure", |
| 5070 | + "members":{ |
| 5071 | + "LogUri":{ |
| 5072 | + "shape":"XmlString", |
| 5073 | + "documentation":"<p>The Amazon S3 destination URI for log publishing.</p>" |
| 5074 | + }, |
| 5075 | + "EncryptionKeyArn":{ |
| 5076 | + "shape":"XmlString", |
| 5077 | + "documentation":"<p>The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.</p>" |
| 5078 | + } |
| 5079 | + }, |
| 5080 | + "documentation":"<p>The Amazon S3 configuration for monitoring log publishing. You can configure your step to send log information to Amazon S3. When it's specified, it takes precedence over the cluster's logging configuration. If you don't specify this configuration entirely, or omit individual fields, EMR falls back to cluster-level logging behavior.</p>" |
| 5081 | + }, |
5068 | 5082 | "ScaleDownBehavior":{ |
5069 | 5083 | "type":"string", |
5070 | 5084 | "enum":[ |
|
5539 | 5553 | "ExecutionRoleArn":{ |
5540 | 5554 | "shape":"OptionalArnType", |
5541 | 5555 | "documentation":"<p>The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: <code>arn:partition:service:region:account:resource</code>. </p> <p>For example, <code>arn:aws:IAM::1234567890:role/ReadOnly</code> is a correctly formatted runtime role ARN.</p>" |
| 5556 | + }, |
| 5557 | + "LogUri":{ |
| 5558 | + "shape":"String", |
| 5559 | + "documentation":"<p>The Amazon S3 destination URI for log publishing.</p>" |
| 5560 | + }, |
| 5561 | + "EncryptionKeyArn":{ |
| 5562 | + "shape":"String", |
| 5563 | + "documentation":"<p>The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.</p>" |
5542 | 5564 | } |
5543 | 5565 | }, |
5544 | 5566 | "documentation":"<p>This represents a step in a cluster.</p>" |
|
5568 | 5590 | "HadoopJarStep":{ |
5569 | 5591 | "shape":"HadoopJarStepConfig", |
5570 | 5592 | "documentation":"<p>The JAR file used for the step.</p>" |
| 5593 | + }, |
| 5594 | + "StepMonitoringConfiguration":{ |
| 5595 | + "shape":"StepMonitoringConfiguration", |
| 5596 | + "documentation":"<p>Object that holds configuration properties for logging.</p>" |
5571 | 5597 | } |
5572 | 5598 | }, |
5573 | 5599 | "documentation":"<p>Specification for a cluster (job flow) step.</p>" |
|
5645 | 5671 | "type":"list", |
5646 | 5672 | "member":{"shape":"XmlStringMaxLen256"} |
5647 | 5673 | }, |
| 5674 | + "StepMonitoringConfiguration":{ |
| 5675 | + "type":"structure", |
| 5676 | + "members":{ |
| 5677 | + "S3MonitoringConfiguration":{ |
| 5678 | + "shape":"S3MonitoringConfiguration", |
| 5679 | + "documentation":"<p>The Amazon S3 configuration for monitoring log publishing. You can configure your step to send log information to Amazon S3. When it's specified, it takes precedence over the cluster's logging configuration. If you don't specify this configuration entirely, or omit individual fields, EMR falls back to cluster-level logging behavior. </p>" |
| 5680 | + } |
| 5681 | + }, |
| 5682 | + "documentation":"<p>Object that holds configuration properties for logging.</p>" |
| 5683 | + }, |
5648 | 5684 | "StepState":{ |
5649 | 5685 | "type":"string", |
5650 | 5686 | "enum":[ |
|
5723 | 5759 | "Status":{ |
5724 | 5760 | "shape":"StepStatus", |
5725 | 5761 | "documentation":"<p>The current execution status details of the cluster step.</p>" |
| 5762 | + }, |
| 5763 | + "LogUri":{ |
| 5764 | + "shape":"String", |
| 5765 | + "documentation":"<p>The Amazon S3 destination URI for log publishing.</p>" |
| 5766 | + }, |
| 5767 | + "EncryptionKeyArn":{ |
| 5768 | + "shape":"String", |
| 5769 | + "documentation":"<p>The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.</p>" |
5726 | 5770 | } |
5727 | 5771 | }, |
5728 | 5772 | "documentation":"<p>The summary of the cluster step.</p>" |
|
0 commit comments