toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigatewayv2.kotlin.inputs
/
GetDeploymentPlainArgs
Get
Deployment
Plain
Args
data
class
GetDeploymentPlainArgs
(
val
apiId
:
String
,
val
deploymentId
:
String
)
:
ConvertibleToJava
<
GetDeploymentPlainArgs
>
Members
Constructors
Get
Deployment
Plain
Args
Link copied to clipboard
constructor
(
apiId
:
String
,
deploymentId
:
String
)
Properties
api
Id
Link copied to clipboard
val
apiId
:
String
The API identifier.
deployment
Id
Link copied to clipboard
val
deploymentId
:
String
The deployment ID.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDeploymentPlainArgs