pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.inputs
/
GetResourcePlainArgs
Get
Resource
Plain
Args
data
class
GetResourcePlainArgs
(
val
resourceId
:
String
,
val
restApiId
:
String
)
:
ConvertibleToJava
<
GetResourcePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Resource
Plain
Args
Link copied to clipboard
fun
GetResourcePlainArgs
(
resourceId
:
String
,
restApiId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetResourcePlainArgs
Properties
resource
Id
Link copied to clipboard
val
resourceId
:
String
A unique primary identifier for a Resource
rest
Api
Id
Link copied to clipboard
val
restApiId
:
String
The string identifier of the associated RestApi.