pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.outputs
/
GetDeploymentResult
Get
Deployment
Result
data
class
GetDeploymentResult
(
val
deploymentId
:
String
?
=
null
,
val
description
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Deployment
Result
Link copied to clipboard
fun
GetDeploymentResult
(
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
Primary Id for this resource
description
Link copied to clipboard
val
description
:
String
?
=
null
The description for the Deployment resource to create.