Agent Update Properties Args
data class AgentUpdatePropertiesArgs(val maintenanceWindowTimeZone: Output<String>? = null, val maintenanceWindows: Output<List<MaintenanceWindowPropertiesArgs>>? = null, val type: Output<Either<String, SessionHostComponentUpdateType>>? = null, val useSessionHostLocalTime: Output<Boolean>? = null) : ConvertibleToJava<AgentUpdatePropertiesArgs>
The session host configuration for updating agent, monitoring agent, and stack component.
Constructors
Link copied to clipboard
fun AgentUpdatePropertiesArgs(maintenanceWindowTimeZone: Output<String>? = null, maintenanceWindows: Output<List<MaintenanceWindowPropertiesArgs>>? = null, type: Output<Either<String, SessionHostComponentUpdateType>>? = null, useSessionHostLocalTime: Output<Boolean>? = null)