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
/
GetAttributePlainArgs
Get
Attribute
Plain
Args
data
class
GetAttributePlainArgs
(
val
attributeId
:
String
,
val
dataTaxonomyId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetAttributePlainArgs
>
Members
Constructors
Get
Attribute
Plain
Args
Link copied to clipboard
constructor
(
attributeId
:
String
,
dataTaxonomyId
:
String
,
location
:
String
,
project
:
String
?
=
null
)
Properties
attribute
Id
Link copied to clipboard
val
attributeId
:
String
data
Taxonomy
Id
Link copied to clipboard
val
dataTaxonomyId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAttributePlainArgs