Show / Hide Table of Contents

Class CfnClusterPropsMixin.PatchScheduleProperty

The schedule configuration for automatic patching.

Inheritance
object
CfnClusterPropsMixin.PatchScheduleProperty
Implements
CfnClusterPropsMixin.IPatchScheduleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-patchschedule.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-patchschedule.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-patchschedule.html#cfn-sagemaker-cluster-patchschedule-nextpatchdate

Implements

CfnClusterPropsMixin.IPatchScheduleProperty
Back to top Generated by DocFX