Creates a tiering configuration
Source:R/backup_operations.R
backup_create_tiering_configuration.RdCreates a tiering configuration.
See https://www.paws-r-sdk.com/docs/backup_create_tiering_configuration/ for full documentation.
Usage
backup_create_tiering_configuration(
TieringConfiguration,
TieringConfigurationTags = NULL,
CreatorRequestId = NULL
)Arguments
- TieringConfiguration
[required] A tiering configuration must contain a unique
TieringConfigurationNamestring you create and must contain aBackupVaultNameandResourceSelection. You may optionally include aCreatorRequestIdstring.The
TieringConfigurationNameis 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.The tags to assign to the tiering configuration.
- CreatorRequestId
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.