ResourcePolicySnapshotSchedulePolicyScheduleArgs

data class ResourcePolicySnapshotSchedulePolicyScheduleArgs(val dailySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleArgs>? = null, val hourlySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs>? = null, val weeklySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleArgs>? = null) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyScheduleArgs>

Properties

Link copied to clipboard

The policy will execute every nth day at the specified time. Structure is documented below.

Link copied to clipboard

The policy will execute every nth hour starting at the specified time. Structure is documented below.

Link copied to clipboard

Allows specifying a snapshot time for each day of the week. Structure is documented below.

Functions

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