toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
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
)
Members
Constructors
Thing
Type
Properties
Link copied to clipboard
constructor
(
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.