EndpointConfigurationProductionVariantCoreDumpConfigArgs

data class EndpointConfigurationProductionVariantCoreDumpConfigArgs(val destinationS3Uri: Output<String>, val kmsKeyId: Output<String>? = null) : ConvertibleToJava<EndpointConfigurationProductionVariantCoreDumpConfigArgs>

Constructors

constructor(destinationS3Uri: Output<String>, kmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard

The Amazon S3 bucket to send the core dump to.

Link copied to clipboard
val kmsKeyId: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): EndpointConfigurationProductionVariantCoreDumpConfigArgs