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();