Interface CfnRestoreTestingSelection.KeyValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRestoreTestingSelection.KeyValueProperty.Jsii$Proxy
- Enclosing class:
CfnRestoreTestingSelection
@Stability(Stable)
public static interface CfnRestoreTestingSelection.KeyValueProperty
extends software.amazon.jsii.JsiiSerializable
Pair of two related strings.
Allowed characters are letters, white space, and numbers that can be represented in UTF-8 and the following characters: + - = . _ : /
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.*;
KeyValueProperty keyValueProperty = KeyValueProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRestoreTestingSelection.KeyValuePropertystatic final classAn implementation forCfnRestoreTestingSelection.KeyValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The tag key.- See Also:
-
getValue
The tag value.- See Also:
-
builder
-