pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.connectors.v2.kotlin.inputs
/
GetEntityPlainArgs
Get
Entity
Plain
Args
data
class
GetEntityPlainArgs
(
val
connectionId
:
String
,
val
entityId
:
String
,
val
entityTypeId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetEntityPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Entity
Plain
Args
Link copied to clipboard
fun
GetEntityPlainArgs
(
connectionId
:
String
,
entityId
:
String
,
entityTypeId
:
String
,
location
:
String
,
project
:
String
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEntityPlainArgs
Properties
connection
Id
Link copied to clipboard
val
connectionId
:
String
entity
Id
Link copied to clipboard
val
entityId
:
String
entity
Type
Id
Link copied to clipboard
val
entityTypeId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null