Interface ComputeResourcePolicySnapshotSchedulePolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeResourcePolicySnapshotSchedulePolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.916Z") @Stability(Stable) public interface ComputeResourcePolicySnapshotSchedulePolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeResourcePolicySnapshotSchedulePolicy.BuilderA builder forComputeResourcePolicySnapshotSchedulePolicystatic classComputeResourcePolicySnapshotSchedulePolicy.Jsii$ProxyAn implementation forComputeResourcePolicySnapshotSchedulePolicy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeResourcePolicySnapshotSchedulePolicy.Builderbuilder()default ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicygetRetentionPolicy()retention_policy block.ComputeResourcePolicySnapshotSchedulePolicySchedulegetSchedule()schedule block.default ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesgetSnapshotProperties()snapshot_properties block.
-
-
-
Method Detail
-
getSchedule
@Stability(Stable) @NotNull ComputeResourcePolicySnapshotSchedulePolicySchedule getSchedule()
schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#schedule ComputeResourcePolicy#schedule}
-
getRetentionPolicy
@Stability(Stable) @Nullable default ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicy getRetentionPolicy()
retention_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#retention_policy ComputeResourcePolicy#retention_policy}
-
getSnapshotProperties
@Stability(Stable) @Nullable default ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties getSnapshotProperties()
snapshot_properties block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#snapshot_properties ComputeResourcePolicy#snapshot_properties}
-
builder
@Stability(Stable) static ComputeResourcePolicySnapshotSchedulePolicy.Builder builder()
-
-