toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
RateLimitMatchResponseArgs
Rate
Limit
Match
Response
Args
data
class
RateLimitMatchResponseArgs
(
val
headers
:
Output
<
List
<
Map
<
String
,
String
>
>
>
?
=
null
,
val
originTraffic
:
Output
<
Boolean
>
?
=
null
,
val
statuses
:
Output
<
List
<
Int
>
>
?
=
null
)
:
ConvertibleToJava
<
RateLimitMatchResponseArgs
>
Members
Constructors
Rate
Limit
Match
Response
Args
Link copied to clipboard
constructor
(
headers
:
Output
<
List
<
Map
<
String
,
String
>
>
>
?
=
null
,
originTraffic
:
Output
<
Boolean
>
?
=
null
,
statuses
:
Output
<
List
<
Int
>
>
?
=
null
)
Properties
headers
Link copied to clipboard
val
headers
:
Output
<
List
<
Map
<
String
,
String
>
>
>
?
=
null
origin
Traffic
Link copied to clipboard
val
originTraffic
:
Output
<
Boolean
>
?
=
null
statuses
Link copied to clipboard
val
statuses
:
Output
<
List
<
Int
>
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RateLimitMatchResponseArgs