toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.outputs
/
GetBasePathMappingV2Result
Get
Base
Path
Mapping
V2Result
data
class
GetBasePathMappingV2Result
(
val
basePathMappingArn
:
String
?
=
null
,
val
restApiId
:
String
?
=
null
,
val
stage
:
String
?
=
null
)
Members
Constructors
Get
Base
Path
Mapping
V2Result
Link copied to clipboard
constructor
(
basePathMappingArn
:
String
?
=
null
,
restApiId
:
String
?
=
null
,
stage
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
base
Path
Mapping
Arn
Link copied to clipboard
val
basePathMappingArn
:
String
?
=
null
Amazon Resource Name (ARN) of the resource.
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.