toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.iot.kotlin.inputs
/
ThingTypePropertiesArgs
Thing
Type
Properties
Args
data
class
ThingTypePropertiesArgs
(
val
description
:
Output
<
String
>
?
=
null
,
val
searchableAttributes
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
ThingTypePropertiesArgs
>
Members
Constructors
Thing
Type
Properties
Args
Link copied to clipboard
constructor
(
description
:
Output
<
String
>
?
=
null
,
searchableAttributes
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
The description of the thing type.
searchable
Attributes
Link copied to clipboard
val
searchableAttributes
:
Output
<
List
<
String
>
>
?
=
null
A list of searchable thing attribute names.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ThingTypePropertiesArgs