Class CfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.CoreDumpConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.CoreDumpConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfigPropsMixin.CoreDumpConfigProperty
An implementation for
CfnEndpointConfigPropsMixin.CoreDumpConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.CoreDumpConfigProperty
CfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Builder, CfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon S3 bucket to send the core dump to.final StringThe AWS Key Management Service (AWS KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.CoreDumpConfigProperty.Builder.
-
-
Method Details
-
getDestinationS3Uri
Description copied from interface:CfnEndpointConfigPropsMixin.CoreDumpConfigPropertyThe Amazon S3 bucket to send the core dump to.- Specified by:
getDestinationS3Uriin interfaceCfnEndpointConfigPropsMixin.CoreDumpConfigProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnEndpointConfigPropsMixin.CoreDumpConfigPropertyThe AWS Key Management Service (AWS KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must include permissions to call kms:Encrypt.
- Specified by:
getKmsKeyIdin interfaceCfnEndpointConfigPropsMixin.CoreDumpConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-