pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.inputs
/
GetRequestValidatorPlainArgs
Get
Request
Validator
Plain
Args
data
class
GetRequestValidatorPlainArgs
(
val
requestValidatorId
:
String
,
val
restApiId
:
String
)
:
ConvertibleToJava
<
GetRequestValidatorPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Request
Validator
Plain
Args
Link copied to clipboard
fun
GetRequestValidatorPlainArgs
(
requestValidatorId
:
String
,
restApiId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetRequestValidatorPlainArgs
Properties
request
Validator
Id
Link copied to clipboard
val
requestValidatorId
:
String
ID of the request validator.
rest
Api
Id
Link copied to clipboard
val
restApiId
:
String
The identifier of the targeted API entity.