pulumi-cloudflare-kotlin
4.16.0.1
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
>
Constructors
Functions
Properties
Constructors
Rate
Limit
Match
Request
Args
Link copied to clipboard
fun
RateLimitMatchRequestArgs
(
methods
:
Output
<
List
<
String
>
>
?
=
null
,
schemes
:
Output
<
List
<
String
>
>
?
=
null
,
urlPattern
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RateLimitMatchRequestArgs
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