Module Values.TieringConfigurationInputForUpdateSource

This contains metadata about a tiering configuration for update operations.

Sourcetype nonrec t = {
  1. resourceSelection : ResourceSelections.t;
    (*

    An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.

    *)
  2. backupVaultName : BackupVaultNameOrWildcard.t;
    (*

    The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.

    *)
}
Sourceval context_ : string
Sourceval make : resourceSelection:ResourceSelections.t -> backupVaultName:BackupVaultNameOrWildcard.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t