toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigatewayv2.kotlin.inputs
/
GetAuthorizerPlainArgs
Get
Authorizer
Plain
Args
data
class
GetAuthorizerPlainArgs
(
val
apiId
:
String
,
val
authorizerId
:
String
)
:
ConvertibleToJava
<
GetAuthorizerPlainArgs
>
Members
Constructors
Get
Authorizer
Plain
Args
Link copied to clipboard
constructor
(
apiId
:
String
,
authorizerId
:
String
)
Properties
api
Id
Link copied to clipboard
val
apiId
:
String
The API identifier.
authorizer
Id
Link copied to clipboard
val
authorizerId
:
String
The authorizer ID.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAuthorizerPlainArgs