toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
RateLimitMatchRequestArgs
Rate
Limit
Match
Request
Args
data
class
RateLimitMatchRequestArgs
(
val
methods
:
Output
<
List
<
String
>
>
?
=
null
,
val
schemes
:
Output
<
List
<
String
>
>
?
=
null
,
val
urlPattern
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RateLimitMatchRequestArgs
>
Members
Constructors
Rate
Limit
Match
Request
Args
Link copied to clipboard
constructor
(
methods
:
Output
<
List
<
String
>
>
?
=
null
,
schemes
:
Output
<
List
<
String
>
>
?
=
null
,
urlPattern
:
Output
<
String
>
?
=
null
)
Properties
methods
Link copied to clipboard
val
methods
:
Output
<
List
<
String
>
>
?
=
null
schemes
Link copied to clipboard
val
schemes
:
Output
<
List
<
String
>
>
?
=
null
url
Pattern
Link copied to clipboard
val
urlPattern
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RateLimitMatchRequestArgs