View a markdown version of this page

AWS::SageMaker::TransformJob DataCaptureConfig - 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::TransformJob DataCaptureConfig

Configuration to control how SageMaker AI captures inference data.

Syntax

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

JSON

{ "DestinationS3Uri" : String, "GenerateInferenceId" : Boolean, "KmsKeyId" : String }

YAML

DestinationS3Uri: String GenerateInferenceId: Boolean KmsKeyId: String

Properties

DestinationS3Uri

The Amazon S3 location used to capture the data.

Required: Yes

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Maximum: 1024

Update requires: Replacement

GenerateInferenceId

Property description not available.

Required: No

Type: Boolean

Update requires: Replacement

KmsKeyId

The Amazon Resource Name (ARN) of an Amazon Key Management Service key that SageMaker AI uses to encrypt the captured data at rest using Amazon S3 server-side encryption.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

Required: No

Type: String

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

Maximum: 2048

Update requires: Replacement