Interface CfnPartnerApp.PartnerAppMaintenanceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnerApp.PartnerAppMaintenanceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnPartnerApp
@Stability(Stable)
public static interface CfnPartnerApp.PartnerAppMaintenanceConfigProperty
extends software.amazon.jsii.JsiiSerializable
Maintenance configuration settings for the SageMaker Partner AI App.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
PartnerAppMaintenanceConfigProperty partnerAppMaintenanceConfigProperty = PartnerAppMaintenanceConfigProperty.builder()
.maintenanceWindowStart("maintenanceWindowStart")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPartnerApp.PartnerAppMaintenanceConfigPropertystatic final classAn implementation forCfnPartnerApp.PartnerAppMaintenanceConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaintenanceWindowStart
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.This value must take the following format:
3-letter-day:24-h-hour:minute. For example:TUE:03:30.- See Also:
-
builder
-