Class CfnClusterPropsMixin.PatchScheduleProperty
The schedule configuration for automatic patching.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClusterPropsMixin.PatchScheduleProperty : CfnClusterPropsMixin.IPatchScheduleProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.PatchScheduleProperty Implements CfnClusterPropsMixin.IPatchScheduleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var patchScheduleProperty = new PatchScheduleProperty {
NextPatchDate = "nextPatchDate"
};
Synopsis
Constructors
| PatchScheduleProperty() | The schedule configuration for automatic patching. |
Properties
| NextPatchDate | The date and time of the next scheduled patch, set by the system when a patch AMI is detected. |
Constructors
PatchScheduleProperty()
The schedule configuration for automatic patching.
public PatchScheduleProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var patchScheduleProperty = new PatchScheduleProperty {
NextPatchDate = "nextPatchDate"
};
Properties
NextPatchDate
The date and time of the next scheduled patch, set by the system when a patch AMI is detected.
public string? NextPatchDate { get; set; }