pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.outputs
/
GetBasePathMappingResult
Get
Base
Path
Mapping
Result
data
class
GetBasePathMappingResult
(
val
restApiId
:
String
?
=
null
,
val
stage
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Base
Path
Mapping
Result
Link copied to clipboard
fun
GetBasePathMappingResult
(
restApiId
:
String
?
=
null
,
stage
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
rest
Api
Id
Link copied to clipboard
val
restApiId
:
String
?
=
null
The ID of the API.
stage
Link copied to clipboard
val
stage
:
String
?
=
null
The name of the API's stage.