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::TransformJob DataCaptureConfig
Configuration to control how SageMaker AI captures inference data.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DestinationS3Uri" :String, "GenerateInferenceId" :Boolean, "KmsKeyId" :String}
YAML
DestinationS3Uri:StringGenerateInferenceId:BooleanKmsKeyId:String
Properties
DestinationS3Uri-
The Amazon S3 location used to capture the data.
Required: Yes
Type: String
Pattern:
^(https|s3)://([^/]+)/?(.*)$Maximum:
1024Update requires: Replacement
GenerateInferenceIdProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
KmsKeyId-
The Amazon Resource Name (ARN) of an AWS 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:
2048Update requires: Replacement
-