pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kendra.kotlin.outputs
/
DataSourceDocumentAttributeValue
Data
Source
Document
Attribute
Value
data
class
DataSourceDocumentAttributeValue
(
val
dateValue
:
String
?
=
null
,
val
longValue
:
Int
?
=
null
,
val
stringListValue
:
List
<
String
>
?
=
null
,
val
stringValue
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Data
Source
Document
Attribute
Value
Link copied to clipboard
fun
DataSourceDocumentAttributeValue
(
dateValue
:
String
?
=
null
,
longValue
:
Int
?
=
null
,
stringListValue
:
List
<
String
>
?
=
null
,
stringValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Value
Link copied to clipboard
val
dateValue
:
String
?
=
null
long
Value
Link copied to clipboard
val
longValue
:
Int
?
=
null
string
List
Value
Link copied to clipboard
val
stringListValue
:
List
<
String
>
?
=
null
string
Value
Link copied to clipboard
val
stringValue
:
String
?
=
null