toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.monitor.kotlin.inputs
/
ResourceMapArgs
Resource
Map
Args
data
class
ResourceMapArgs
(
val
from
:
Output
<
String
>
,
val
to
:
Output
<
String
>
)
:
ConvertibleToJava
<
ResourceMapArgs
>
Resource map for schema in azure monitor.
Members
Constructors
Resource
Map
Args
Link copied to clipboard
constructor
(
from
:
Output
<
String
>
,
to
:
Output
<
String
>
)
Properties
from
Link copied to clipboard
val
from
:
Output
<
String
>
Resource Map Key.
to
Link copied to clipboard
val
to
:
Output
<
String
>
Resource Map Value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ResourceMapArgs