Skip to content

Commit

Permalink
docs/r/s3_bucket_intelligent_tiering: fix access_tier
Browse files Browse the repository at this point in the history
Fix access_tier list of valid values
  • Loading branch information
bobsut authored Feb 8, 2022
1 parent de6e94d commit 9ed21e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `filter` configuration supports the following:

The `tiering` configuration supports the following:

* `access_tier` - (Required) S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_CONFIGURATION`, `DEEP_ARCHIVE_CONFIGURATION`.
* `access_tier` - (Required) S3 Intelligent-Tiering access tier. Valid values: `ARCHIVE_ACCESS`, `DEEP_ARCHIVE_ACCESS`.
* `days` - (Required) The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.

## Attributes Reference
Expand Down

0 comments on commit 9ed21e7

Please sign in to comment.