EndpointConfigurationProductionVariantCoreDumpConfig class
Constructors
-
EndpointConfigurationProductionVariantCoreDumpConfig({required Input<
String> destinationS3Uri, Input<String?> ? kmsKeyId}) -
Creates a new EndpointConfigurationProductionVariantCoreDumpConfig.
destinationS3UriS3 bucket to send the core dump to.kmsKeyIdKMS key that SageMaker AI uses to encrypt the core dump data at rest using S3 server-side encryption.const -
EndpointConfigurationProductionVariantCoreDumpConfig.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