Values.TieringConfigurationInputForUpdateSourceThis contains metadata about a tiering configuration for update operations.
type nonrec t = {resourceSelection : ResourceSelections.t;An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
*)backupVaultName : BackupVaultNameOrWildcard.t;The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.
*)}val make :
resourceSelection:ResourceSelections.t ->
backupVaultName:BackupVaultNameOrWildcard.t ->
unit ->
tval to_value :
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 BackupVaultNameOrWildcard.t ])
list ]