Class CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty
An implementation for
CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty-
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.CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty
CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder, CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.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 ObjectDefines the monitoring job.final StringThe name of the monitoring job definition to schedule.final StringThe type of the monitoring job definition to schedule.final ObjectConfigures the monitoring schedule.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
protected Jsii$Proxy(CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder.
-
-
Method Details
-
getMonitoringJobDefinition
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigPropertyDefines the monitoring job.Returns union: either
IResolvableorCfnMonitoringSchedulePropsMixin.MonitoringJobDefinitionProperty- Specified by:
getMonitoringJobDefinitionin interfaceCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty- See Also:
-
getMonitoringJobDefinitionName
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigPropertyThe name of the monitoring job definition to schedule.- Specified by:
getMonitoringJobDefinitionNamein interfaceCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty- See Also:
-
getMonitoringType
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigPropertyThe type of the monitoring job definition to schedule.- Specified by:
getMonitoringTypein interfaceCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty- See Also:
-
getScheduleConfig
Description copied from interface:CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigPropertyConfigures the monitoring schedule.Returns union: either
IResolvableorCfnMonitoringSchedulePropsMixin.ScheduleConfigProperty- Specified by:
getScheduleConfigin interfaceCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty- 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()
-