Class CfnInferenceScheduler.DataOutputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceScheduler.DataOutputConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceScheduler.DataOutputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceScheduler.DataOutputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceScheduler.DataOutputConfigurationProperty
An implementation for
CfnInferenceScheduler.DataOutputConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty
CfnInferenceScheduler.DataOutputConfigurationProperty.Builder, CfnInferenceScheduler.DataOutputConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInferenceScheduler.DataOutputConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID number for the AWS KMS key used to encrypt the inference output.final Object
Specifies configuration information for the output results from the inference, including output S3 location.final int
hashCode()
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 theCfnInferenceScheduler.DataOutputConfigurationProperty.Builder
.
-
-
Method Details
-
getS3OutputConfiguration
Description copied from interface:CfnInferenceScheduler.DataOutputConfigurationProperty
Specifies configuration information for the output results from the inference, including output S3 location.- Specified by:
getS3OutputConfiguration
in interfaceCfnInferenceScheduler.DataOutputConfigurationProperty
- See Also:
-
getKmsKeyId
Description copied from interface:CfnInferenceScheduler.DataOutputConfigurationProperty
The ID number for the AWS KMS key used to encrypt the inference output.- Specified by:
getKmsKeyId
in interfaceCfnInferenceScheduler.DataOutputConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-