ResourcePolicySnapshotSchedulePolicyArgs

data class ResourcePolicySnapshotSchedulePolicyArgs(val retentionPolicy: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>? = null, val schedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleArgs>, val snapshotProperties: Output<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs>? = null) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyArgs>

Constructors

Properties

Link copied to clipboard

Retention policy applied to snapshots created by this resource policy. Structure is documented below.

Link copied to clipboard

Contains one of an hourlySchedule, dailySchedule, or weeklySchedule. Structure is documented below.

Link copied to clipboard

Properties with which the snapshots are created, such as labels. Structure is documented below.

Functions

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