pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin
/
DeploymentArgs
/
DeploymentArgs
Deployment
Args
fun
DeploymentArgs
(
description
:
Output
<
String
>
?
=
null
,
restApi
:
Output
<
String
>
?
=
null
,
stageDescription
:
Output
<
String
>
?
=
null
,
stageName
:
Output
<
String
>
?
=
null
,
triggers
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
variables
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)