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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty
CfnInferenceScheduler.DataOutputConfigurationProperty.Builder, CfnInferenceScheduler.DataOutputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceScheduler.DataOutputConfigurationProperty.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 ID number for the AWS KMS key used to encrypt the inference output.final ObjectSpecifies configuration information for the output results from the inference, including output S3 location.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 theCfnInferenceScheduler.DataOutputConfigurationProperty.Builder.
-
-
Method Details
-
getS3OutputConfiguration
Description copied from interface:CfnInferenceScheduler.DataOutputConfigurationPropertySpecifies configuration information for the output results from the inference, including output S3 location.Returns union: either
IResolvableorCfnInferenceScheduler.S3OutputConfigurationProperty- Specified by:
getS3OutputConfigurationin interfaceCfnInferenceScheduler.DataOutputConfigurationProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnInferenceScheduler.DataOutputConfigurationPropertyThe ID number for the AWS KMS key used to encrypt the inference output.- Specified by:
getKmsKeyIdin interfaceCfnInferenceScheduler.DataOutputConfigurationProperty- 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()
-