Interface CfnBackupSelection.ConditionParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBackupSelection.ConditionParameterProperty.Jsii$Proxy
- Enclosing class:
- CfnBackupSelection
@Stability(Stable)
public static interface CfnBackupSelection.ConditionParameterProperty
extends software.amazon.jsii.JsiiSerializable
Includes information about tags you define to assign tagged resources to a backup plan.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backup.*;
ConditionParameterProperty conditionParameterProperty = ConditionParameterProperty.builder()
.conditionKey("conditionKey")
.conditionValue("conditionValue")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBackupSelection.ConditionParameterPropertystatic final classAn implementation forCfnBackupSelection.ConditionParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConditionKey
The key in a key-value pair.For example, in the tag
Department: Accounting,Departmentis the key. -
getConditionValue
The value in a key-value pair.For example, in the tag
Department: Accounting,Accountingis the value. -
builder
-