AWS::SageMaker::ProcessingJob ProcessingOutputConfig - AWS CloudFormation

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

AWS::SageMaker::ProcessingJob ProcessingOutputConfig

Configuration for uploading output from the processing container.

Syntax

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

JSON

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

Properties

KmsKeyId

The AWS Key Management Service (AWS 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