toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin.inputs
/
UsagePlanQuotaSettingsArgs
Usage
Plan
Quota
Settings
Args
data
class
UsagePlanQuotaSettingsArgs
(
val
limit
:
Output
<
Int
>
,
val
offset
:
Output
<
Int
>
?
=
null
,
val
period
:
Output
<
String
>
)
:
ConvertibleToJava
<
UsagePlanQuotaSettingsArgs
>
Members
Constructors
Usage
Plan
Quota
Settings
Args
Link copied to clipboard
constructor
(
limit
:
Output
<
Int
>
,
offset
:
Output
<
Int
>
?
=
null
,
period
:
Output
<
String
>
)
Properties
limit
Link copied to clipboard
val
limit
:
Output
<
Int
>
offset
Link copied to clipboard
val
offset
:
Output
<
Int
>
?
=
null
period
Link copied to clipboard
val
period
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
UsagePlanQuotaSettingsArgs