toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
RateLimitMatchRequest
Rate
Limit
Match
Request
data
class
RateLimitMatchRequest
(
val
methods
:
List
<
String
>
?
=
null
,
val
schemes
:
List
<
String
>
?
=
null
,
val
urlPattern
:
String
?
=
null
)
Members
Constructors
Rate
Limit
Match
Request
Link copied to clipboard
constructor
(
methods
:
List
<
String
>
?
=
null
,
schemes
:
List
<
String
>
?
=
null
,
urlPattern
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
methods
Link copied to clipboard
val
methods
:
List
<
String
>
?
=
null
schemes
Link copied to clipboard
val
schemes
:
List
<
String
>
?
=
null
url
Pattern
Link copied to clipboard
val
urlPattern
:
String
?
=
null