Values.CreateTieringConfigurationInputSourceCreates a tiering configuration. A tiering configuration enables automatic movement of backup data to a lower-cost storage tier based on the age of backed-up objects in the backup vault. Each vault can only have one vault-specific tiering configuration, in addition to any global configuration that applies to all vaults.
type nonrec t = {tieringConfiguration : TieringConfigurationInputForCreate.t;A tiering configuration must contain a unique TieringConfigurationName string you create and must contain a BackupVaultName and ResourceSelection. You may optionally include a CreatorRequestId string. The TieringConfigurationName is a unique string that is the name of the tiering configuration. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
*)tieringConfigurationTags : Tags.t option;The tags to assign to the tiering configuration.
*)creatorRequestId : CreatorRequestId.t option;This is a unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
*)}val make :
?tieringConfigurationTags:??? ->
?creatorRequestId:??? ->
tieringConfiguration:TieringConfigurationInputForCreate.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreatorRequestId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of TieringDownSettingsInDays.t
| `List of [> `String of ARN.t ] list
| `String of ResourceType.t ])
list ]
list
| `String of TieringConfigurationName.t ])
list ])
list ]