interface PatchScheduleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnClusterPropsMixin.PatchScheduleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnClusterPropsMixin_PatchScheduleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.PatchScheduleProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnClusterPropsMixin.PatchScheduleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnClusterPropsMixin » 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/cfn-property-mixins';
const patchScheduleProperty: sagemaker.CfnClusterPropsMixin.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