Class ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.917Z")
    @Stability(Stable)
    public class ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference

        protected ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference

        protected ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference

        @Stability(Stable)
        public ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicyOutputReference​(@NotNull
                                                                                         com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                         @NotNull
                                                                                         String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetOnSourceDiskDelete

        @Stability(Stable)
        public void resetOnSourceDiskDelete()
      • getMaxRetentionDaysInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRetentionDaysInput()
      • getOnSourceDiskDeleteInput

        @Stability(Stable)
        @Nullable
        public String getOnSourceDiskDeleteInput()
      • getMaxRetentionDays

        @Stability(Stable)
        @NotNull
        public Number getMaxRetentionDays()
      • setMaxRetentionDays

        @Stability(Stable)
        public void setMaxRetentionDays​(@NotNull
                                        Number value)
      • getOnSourceDiskDelete

        @Stability(Stable)
        @NotNull
        public String getOnSourceDiskDelete()
      • setOnSourceDiskDelete

        @Stability(Stable)
        public void setOnSourceDiskDelete​(@NotNull
                                          String value)