toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dataprotection.kotlin.inputs
/
TargetCopySettingArgs
Target
Copy
Setting
Args
data
class
TargetCopySettingArgs
(
val
copyAfter
:
Output
<
Any
>
,
val
dataStore
:
Output
<
DataStoreInfoBaseArgs
>
)
:
ConvertibleToJava
<
TargetCopySettingArgs
>
Target copy settings
Members
Constructors
Target
Copy
Setting
Args
Link copied to clipboard
constructor
(
copyAfter
:
Output
<
Any
>
,
dataStore
:
Output
<
DataStoreInfoBaseArgs
>
)
Properties
copy
After
Link copied to clipboard
val
copyAfter
:
Output
<
Any
>
It can be CustomCopyOption or ImmediateCopyOption.
data
Store
Link copied to clipboard
val
dataStore
:
Output
<
DataStoreInfoBaseArgs
>
Info of target datastore
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TargetCopySettingArgs