AWS::SageMaker::ProcessingJob ProcessingOutputConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::ProcessingJob ProcessingOutputConfig

Configuration for uploading output from the processing container.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "KmsKeyId" : String, "Outputs" : [ ProcessingOutputsObject, ... ] }

Properties

KmsKeyId

The Amazon Key Management Service (Amazon KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

Required: No

Type: String

Pattern: [a-zA-Z0-9:/_-]*

Maximum: 2048

Update requires: Replacement

Outputs

An array of outputs configuring the data to upload from the processing container.

Required: Yes

Type: Array of ProcessingOutputsObject

Maximum: 10

Update requires: Replacement