Interface CfnClusterPropsMixin.PatchScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.PatchScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.PatchScheduleProperty
extends software.amazon.jsii.JsiiSerializable
The schedule configuration for automatic patching.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
PatchScheduleProperty patchScheduleProperty = PatchScheduleProperty.builder()
.nextPatchDate("nextPatchDate")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.PatchSchedulePropertystatic final classAn implementation forCfnClusterPropsMixin.PatchScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNextPatchDate
The date and time of the next scheduled patch, set by the system when a patch AMI is detected.- See Also:
-
builder
-