PartnerAppMaintenanceConfigArgs

data class PartnerAppMaintenanceConfigArgs(val maintenanceWindowStart: Output<String>) : ConvertibleToJava<PartnerAppMaintenanceConfigArgs>

A collection of settings that specify the maintenance schedule for the PartnerApp.

Constructors

Link copied to clipboard
constructor(maintenanceWindowStart: Output<String>)

Properties

Link copied to clipboard

The maintenance window start day and time for the PartnerApp.

Functions

Link copied to clipboard
open override fun toJava(): PartnerAppMaintenanceConfigArgs