AWS::SageMaker::ProcessingJob ProcessingOutputConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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