toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.m2.kotlin.outputs
/
GetDeploymentResult
Get
Deployment
Result
data
class
GetDeploymentResult
(
val
applicationVersion
:
Int
?
=
null
,
val
deploymentId
:
String
?
=
null
,
val
status
:
String
?
=
null
)
Members
Constructors
Get
Deployment
Result
Link copied to clipboard
constructor
(
applicationVersion
:
Int
?
=
null
,
deploymentId
:
String
?
=
null
,
status
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
application
Version
Link copied to clipboard
val
applicationVersion
:
Int
?
=
null
The version number of the application to deploy
deployment
Id
Link copied to clipboard
val
deploymentId
:
String
?
=
null
The deployment ID.
status
Link copied to clipboard
val
status
:
String
?
=
null
The status of the deployment.