-"The storage class to transition to. Currently there is only one valid value - 'glacier'."
-"The storage class to transition to. Currently there are two supported values - 'glacier' or 'standard_ia'."
-"The 'standard_ia' class is only being available from Ansible version 2.2."
required:false
default:glacier
choices:['glacier']
choices:['glacier','standard_ia']
transition_date:
description:
-"Indicates the lifetime of the objects that are subject to the rule by the date they will transition to a different storage class. The value must be ISO-8601 format, the time must be midnight and a GMT timezone must be specified. If transition_days is not specified, this parameter is required."
@ -131,6 +132,15 @@ EXAMPLES = '''
prefix:/logs/
state:absent
# Configure a lifecycle rule to transition all backup files older than 31 days in /backups/ to standard infrequent access class.