toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.dataplex.v1.kotlin.inputs
/
GetDataScanPlainArgs
Get
Data
Scan
Plain
Args
data
class
GetDataScanPlainArgs
(
val
dataScanId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
,
val
view
:
String
?
=
null
)
:
ConvertibleToJava
<
GetDataScanPlainArgs
>
Members
Constructors
Get
Data
Scan
Plain
Args
Link copied to clipboard
constructor
(
dataScanId
:
String
,
location
:
String
,
project
:
String
?
=
null
,
view
:
String
?
=
null
)
Properties
data
Scan
Id
Link copied to clipboard
val
dataScanId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
view
Link copied to clipboard
val
view
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDataScanPlainArgs