pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.iot.kotlin.outputs
/
ThingTypeProperties
Thing
Type
Properties
data
class
ThingTypeProperties
(
val
description
:
String
?
=
null
,
val
searchableAttributes
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Thing
Type
Properties
Link copied to clipboard
fun
ThingTypeProperties
(
description
:
String
?
=
null
,
searchableAttributes
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the thing type.
searchable
Attributes
Link copied to clipboard
val
searchableAttributes
:
List
<
String
>
?
=
null
A list of searchable thing attribute names.