toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.backup.kotlin.inputs
/
RestoreTestingSelectionKeyValueArgs
Restore
Testing
Selection
Key
Value
Args
data
class
RestoreTestingSelectionKeyValueArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
RestoreTestingSelectionKeyValueArgs
>
Members
Constructors
Restore
Testing
Selection
Key
Value
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The tag key.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The tag value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RestoreTestingSelectionKeyValueArgs