start Times
suspend fun startTimes(value: Output<List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>>)
Parameters
value
The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00). Structure is documented below.
suspend fun startTimes(vararg values: Output<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>)
suspend fun startTimes(values: List<Output<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>>)
Parameters
values
The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00). Structure is documented below.
suspend fun startTimes(argument: List<suspend ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgsBuilder.() -> Unit>)
suspend fun startTimes(vararg argument: suspend ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgsBuilder.() -> Unit)
suspend fun startTimes(argument: suspend ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgsBuilder.() -> Unit)
Parameters
argument
The times during the day to start a backup. At least one start time must be provided. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00). Structure is documented below.