toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.insights.kotlin.inputs
/
EtwEventConfigurationArgs
Etw
Event
Configuration
Args
data
class
EtwEventConfigurationArgs
(
val
filter
:
Output
<
String
>
?
=
null
,
val
id
:
Output
<
Int
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
EtwEventConfigurationArgs
>
Members
Constructors
Etw
Event
Configuration
Args
Link copied to clipboard
constructor
(
filter
:
Output
<
String
>
?
=
null
,
id
:
Output
<
Int
>
,
name
:
Output
<
String
>
)
Properties
filter
Link copied to clipboard
val
filter
:
Output
<
String
>
?
=
null
id
Link copied to clipboard
val
id
:
Output
<
Int
>
name
Link copied to clipboard
val
name
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EtwEventConfigurationArgs