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