toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.cloudngfw.kotlin.inputs
/
CategoryArgs
Category
Args
data
class
CategoryArgs
(
val
feeds
:
Output
<
List
<
String
>
>
,
val
urlCustom
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
CategoryArgs
>
URL/EDL to match
Members
Constructors
Category
Args
Link copied to clipboard
constructor
(
feeds
:
Output
<
List
<
String
>
>
,
urlCustom
:
Output
<
List
<
String
>
>
)
Properties
feeds
Link copied to clipboard
val
feeds
:
Output
<
List
<
String
>
>
feed list
url
Custom
Link copied to clipboard
val
urlCustom
:
Output
<
List
<
String
>
>
custom URL
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CategoryArgs