EndpointConfigurationProductionVariantCoreDumpConfig

data class EndpointConfigurationProductionVariantCoreDumpConfig(val destinationS3Uri: String, val kmsKeyId: String? = null)

Constructors

constructor(destinationS3Uri: String, kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket to send the core dump to.

Link copied to clipboard
val kmsKeyId: String? = null

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.