Resource Policy Snapshot Schedule Policy Schedule Args
data class ResourcePolicySnapshotSchedulePolicyScheduleArgs(val dailySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleArgs>? = null, val hourlySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs>? = null, val weeklySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleArgs>? = null) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyScheduleArgs>
Constructors
Link copied to clipboard
constructor(dailySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleArgs>? = null, hourlySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs>? = null, weeklySchedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleWeeklyScheduleArgs>? = null)
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.