| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Backup.Types.ConditionParameter
Description
Documentation
data ConditionParameter Source #
Includes information about tags you define to assign tagged resources to a backup plan.
See: newConditionParameter smart constructor.
Constructors
| ConditionParameter' | |
Fields
| |
Instances
newConditionParameter :: ConditionParameter Source #
Create a value of ConditionParameter with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:conditionKey:ConditionParameter', conditionParameter_conditionKey - The key in a key-value pair. For example, in the tag
Department: Accounting, Department is the key.
$sel:conditionValue:ConditionParameter', conditionParameter_conditionValue - The value in a key-value pair. For example, in the tag
Department: Accounting, Accounting is the value.
conditionParameter_conditionKey :: Lens' ConditionParameter (Maybe Text) Source #
The key in a key-value pair. For example, in the tag
Department: Accounting, Department is the key.
conditionParameter_conditionValue :: Lens' ConditionParameter (Maybe Text) Source #
The value in a key-value pair. For example, in the tag
Department: Accounting, Accounting is the value.