Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.
See: newTiering
smart constructor.
Tiering' | |
|
Instances
Eq Tiering Source # | |
Read Tiering Source # | |
Show Tiering Source # | |
Generic Tiering Source # | |
NFData Tiering Source # | |
Defined in Amazonka.S3.Types.Tiering | |
Hashable Tiering Source # | |
Defined in Amazonka.S3.Types.Tiering | |
FromXML Tiering Source # | |
ToXML Tiering Source # | |
Defined in Amazonka.S3.Types.Tiering | |
type Rep Tiering Source # | |
Defined in Amazonka.S3.Types.Tiering type Rep Tiering = D1 ('MetaData "Tiering" "Amazonka.S3.Types.Tiering" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "Tiering'" 'PrefixI 'True) (S1 ('MetaSel ('Just "days") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "accessTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IntelligentTieringAccessTier))) |
Create a value of Tiering
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:days:Tiering'
, tiering_days
- The number of consecutive days of no access after which an object will
be eligible to be transitioned to the corresponding tier. The minimum
number of days specified for Archive Access tier must be at least 90
days and Deep Archive Access tier must be at least 180 days. The maximum
can be up to 2 years (730 days).
$sel:accessTier:Tiering'
, tiering_accessTier
- S3 Intelligent-Tiering access tier. See
Storage class for automatically optimizing frequently and infrequently accessed objects
for a list of access tiers in the S3 Intelligent-Tiering storage class.
tiering_days :: Lens' Tiering Int Source #
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).
tiering_accessTier :: Lens' Tiering IntelligentTieringAccessTier Source #
S3 Intelligent-Tiering access tier. See Storage class for automatically optimizing frequently and infrequently accessed objects for a list of access tiers in the S3 Intelligent-Tiering storage class.