Values.TieringConfigurationInputForCreateSourceThis contains metadata about a tiering configuration for create operations.
type nonrec t = {tieringConfigurationName : TieringConfigurationName.t;The unique name of the tiering configuration. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
*)backupVaultName : BackupVaultNameOrWildcard.t;The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.
*)resourceSelection : ResourceSelections.t;An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
*)}val make :
tieringConfigurationName:TieringConfigurationName.t ->
backupVaultName:BackupVaultNameOrWildcard.t ->
resourceSelection:ResourceSelections.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 TieringConfigurationName.t ])
list ]