EndpointConfigurationShadowProductionVariantCoreDumpConfig class

Constructors

EndpointConfigurationShadowProductionVariantCoreDumpConfig({required Input<String> destinationS3Uri, required Input<String> kmsKeyId})
Creates a new EndpointConfigurationShadowProductionVariantCoreDumpConfig. destinationS3Uri S3 bucket to send the core dump to. kmsKeyId KMS key that SageMaker AI uses to encrypt the core dump data at rest using S3 server-side encryption.
const
EndpointConfigurationShadowProductionVariantCoreDumpConfig.fromMap(Map<String, dynamic> map)
factory

Properties

destinationS3Uri → Input<String>
S3 bucket to send the core dump to.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String>
KMS key that SageMaker AI uses to encrypt the core dump data at rest using S3 server-side encryption.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited