Resource Policy Snapshot Schedule Policy Args
data class ResourcePolicySnapshotSchedulePolicyArgs(val retentionPolicy: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>? = null, val schedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleArgs>, val snapshotProperties: Output<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs>? = null) : ConvertibleToJava<ResourcePolicySnapshotSchedulePolicyArgs>
Constructors
Link copied to clipboard
constructor(retentionPolicy: Output<ResourcePolicySnapshotSchedulePolicyRetentionPolicyArgs>? = null, schedule: Output<ResourcePolicySnapshotSchedulePolicyScheduleArgs>, snapshotProperties: Output<ResourcePolicySnapshotSchedulePolicySnapshotPropertiesArgs>? = null)
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.