interface PatchScheduleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnCluster.PatchScheduleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnCluster_PatchScheduleProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnCluster.PatchScheduleProperty |
Python | aws_cdk.aws_sagemaker.CfnCluster.PatchScheduleProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnCluster » PatchScheduleProperty |
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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const patchScheduleProperty: sagemaker.CfnCluster.PatchScheduleProperty = {
nextPatchDate: 'nextPatchDate',
};
Properties
| Name | Type | Description |
|---|---|---|
| next | string | The date and time of the next scheduled patch, set by the system when a patch AMI is detected. |
nextPatchDate?
Type:
string
(optional)
The date and time of the next scheduled patch, set by the system when a patch AMI is detected.

.NET
Go
Java
Python
TypeScript