toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.outputs
/
GetProjectResult
Get
Project
Result
data
class
GetProjectResult
(
val
datasetName
:
String
?
=
null
,
val
recipeName
:
String
?
=
null
,
val
roleArn
:
String
?
=
null
,
val
sample
:
ProjectSample
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Project
Result
Link copied to clipboard
constructor
(
datasetName
:
String
?
=
null
,
recipeName
:
String
?
=
null
,
roleArn
:
String
?
=
null
,
sample
:
ProjectSample
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dataset
Name
Link copied to clipboard
val
datasetName
:
String
?
=
null
Dataset name
recipe
Name
Link copied to clipboard
val
recipeName
:
String
?
=
null
Recipe name
role
Arn
Link copied to clipboard
val
roleArn
:
String
?
=
null
Role arn
sample
Link copied to clipboard
val
sample
:
ProjectSample
?
=
null
Sample
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Metadata tags that have been applied to the project.