Class DateAfterCreationArgs


  • public final class DateAfterCreationArgs
    extends com.pulumi.resources.ResourceArgs
    Object to define snapshot and version action conditions.
    • Method Detail

      • daysAfterCreationGreaterThan

        public com.pulumi.core.Output<java.lang.Double> daysAfterCreationGreaterThan()
        Returns:
        Value indicating the age in days after creation
      • daysAfterLastTierChangeGreaterThan

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> daysAfterLastTierChangeGreaterThan()
        Returns:
        Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterCreationGreaterThan to be set for snapshots and blob version based actions. The blob will be archived if both the conditions are satisfied.