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.outputs
/
GetDeploymentResult
Get
Deployment
Result
data
class
GetDeploymentResult
(
val
deploymentId
:
String
?
=
null
,
val
description
:
String
?
=
null
)
Members
Constructors
Get
Deployment
Result
Link copied to clipboard
constructor
(
deploymentId
:
String
?
=
null
,
description
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
deployment
Id
Link copied to clipboard
val
deploymentId
:
String
?
=
null
The deployment ID.
description
Link copied to clipboard
val
description
:
String
?
=
null
The description for the deployment resource.