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
A collection of settings that specify the maintenance schedule for the PartnerApp.
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 maintenance window start day and time for the PartnerApp.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaintenanceWindowStart
The maintenance window start day and time for the PartnerApp.- See Also:
-
builder
-