Class DateCondition


  • public class DateCondition
    extends Condition
    AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the current time at which a request is received, and a specific date.
    • Constructor Detail

      • DateCondition

        public DateCondition​(DateCondition.DateComparisonType type,
                             Date date)
        Constructs a new access policy condition that compares the current time (on the AWS servers) to the specified date.
        Parameters:
        type - The type of comparison to perform. For example, DateCondition.DateComparisonType.DateLessThan will cause this policy condition to evaluate to true if the current date is less than the date specified in the second argument.
        date - The date to compare against.