toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Get
Base
Path
Mapping
Result
Link copied to clipboard
constructor
(
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 string identifier of the associated RestApi.
stage
Link copied to clipboard
val
stage
:
String
?
=
null
The name of the associated stage.