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, ... ]}
YAML
KmsKeyId:StringOutputs:- ProcessingOutputsObject
Properties
KmsKeyId-
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.
KmsKeyIdcan be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. TheKmsKeyIdis applied to all outputs.Required: No
Type: String
Pattern:
[a-zA-Z0-9:/_-]*Maximum:
2048Update requires: Replacement
Outputs-
An array of outputs configuring the data to upload from the processing container.
Required: Yes
Type: Array of ProcessingOutputsObject
Maximum:
10Update requires: Replacement