Class CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty
A collection of settings that specify the maintenance schedule for the PartnerApp.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty : CfnPartnerAppPropsMixin.IPartnerAppMaintenanceConfigProperty
Syntax (vb)
Public Class CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty Implements CfnPartnerAppPropsMixin.IPartnerAppMaintenanceConfigProperty
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.Mixins.Preview.AWS.SageMaker.Mixins;
var partnerAppMaintenanceConfigProperty = new PartnerAppMaintenanceConfigProperty {
MaintenanceWindowStart = "maintenanceWindowStart"
};
Synopsis
Constructors
| PartnerAppMaintenanceConfigProperty() | A collection of settings that specify the maintenance schedule for the PartnerApp. |
Properties
| MaintenanceWindowStart | The maintenance window start day and time for the PartnerApp. |
Constructors
PartnerAppMaintenanceConfigProperty()
A collection of settings that specify the maintenance schedule for the PartnerApp.
public PartnerAppMaintenanceConfigProperty()
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.Mixins.Preview.AWS.SageMaker.Mixins;
var partnerAppMaintenanceConfigProperty = new PartnerAppMaintenanceConfigProperty {
MaintenanceWindowStart = "maintenanceWindowStart"
};
Properties
MaintenanceWindowStart
The maintenance window start day and time for the PartnerApp.
public string? MaintenanceWindowStart { get; set; }