pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.inputs
/
GetAuthorizerPlainArgs
Get
Authorizer
Plain
Args
data
class
GetAuthorizerPlainArgs
(
val
authorizerId
:
String
,
val
restApiId
:
String
)
:
ConvertibleToJava
<
GetAuthorizerPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Authorizer
Plain
Args
Link copied to clipboard
fun
GetAuthorizerPlainArgs
(
authorizerId
:
String
,
restApiId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAuthorizerPlainArgs
Properties
authorizer
Id
Link copied to clipboard
val
authorizerId
:
String
rest
Api
Id
Link copied to clipboard
val
restApiId
:
String
The string identifier of the associated RestApi.