Interface CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnPartnerAppPropsMixin
@Stability(Stable)
public static interface CfnPartnerAppPropsMixin.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.cfnpropertymixins.services.sagemaker.*;
PartnerAppMaintenanceConfigProperty partnerAppMaintenanceConfigProperty = PartnerAppMaintenanceConfigProperty.builder()
.maintenanceWindowStart("maintenanceWindowStart")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty -
Method Summary
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
@Stability(Stable) static CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty.Builder builder()
-