toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin
/
RestApiPutArgs
/
RestApiPutArgs
Rest
Api
Put
Args
constructor
(
body
:
Output
<
String
>
?
=
null
,
failOnWarnings
:
Output
<
Boolean
>
?
=
null
,
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
restApiId
:
Output
<
String
>
?
=
null
,
timeouts
:
Output
<
RestApiPutTimeoutsArgs
>
?
=
null
,
triggers
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)