We recommend new projects start with resources from the AWS provider.
aws-native.iot.ThingType
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::IoT::ThingType
Create ThingType Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ThingType(name: string, args?: ThingTypeArgs, opts?: CustomResourceOptions);
@overload
def ThingType(resource_name: str,
args: Optional[ThingTypeArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ThingType(resource_name: str,
opts: Optional[ResourceOptions] = None,
deprecate_thing_type: Optional[bool] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
thing_type_name: Optional[str] = None,
thing_type_properties: Optional[ThingTypePropertiesPropertiesArgs] = None)
func NewThingType(ctx *Context, name string, args *ThingTypeArgs, opts ...ResourceOption) (*ThingType, error)
public ThingType(string name, ThingTypeArgs? args = null, CustomResourceOptions? opts = null)
public ThingType(String name, ThingTypeArgs args)
public ThingType(String name, ThingTypeArgs args, CustomResourceOptions options)
type: aws-native:iot:ThingType
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ThingTypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ThingTypeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ThingTypeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ThingTypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ThingTypeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ThingType Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ThingType resource accepts the following input properties:
- Deprecate
Thing boolType Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Thing
Type stringName - The name of the thing type.
- Thing
Type Pulumi.Properties Aws Native. Io T. Inputs. Thing Type Properties Properties - The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
ThingTypeProperties
can't be updated after the initial creation of theThingType
.
- Deprecate
Thing boolType Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
- Tag
Args - An array of key-value pairs to apply to this resource.
- Thing
Type stringName - The name of the thing type.
- Thing
Type ThingProperties Type Properties Properties Args - The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
ThingTypeProperties
can't be updated after the initial creation of theThingType
.
- deprecate
Thing BooleanType Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- thing
Type StringName - The name of the thing type.
- thing
Type ThingProperties Type Properties Properties - The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
ThingTypeProperties
can't be updated after the initial creation of theThingType
.
- deprecate
Thing booleanType Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
- Tag[]
- An array of key-value pairs to apply to this resource.
- thing
Type stringName - The name of the thing type.
- thing
Type ThingProperties Type Properties Properties - The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
ThingTypeProperties
can't be updated after the initial creation of theThingType
.
- deprecate_
thing_ booltype Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- thing_
type_ strname - The name of the thing type.
- thing_
type_ Thingproperties Type Properties Properties Args - The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
ThingTypeProperties
can't be updated after the initial creation of theThingType
.
- deprecate
Thing BooleanType Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- thing
Type StringName - The name of the thing type.
- thing
Type Property MapProperties - The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
ThingTypeProperties
can't be updated after the initial creation of theThingType
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ThingType resource produces the following output properties:
Supporting Types
Tag, TagArgs
ThingTypePropertiesProperties, ThingTypePropertiesPropertiesArgs
- Searchable
Attributes List<string> - A list of searchable thing attribute names.
- Thing
Type stringDescription - The description of the thing type.
- Searchable
Attributes []string - A list of searchable thing attribute names.
- Thing
Type stringDescription - The description of the thing type.
- searchable
Attributes List<String> - A list of searchable thing attribute names.
- thing
Type StringDescription - The description of the thing type.
- searchable
Attributes string[] - A list of searchable thing attribute names.
- thing
Type stringDescription - The description of the thing type.
- searchable_
attributes Sequence[str] - A list of searchable thing attribute names.
- thing_
type_ strdescription - The description of the thing type.
- searchable
Attributes List<String> - A list of searchable thing attribute names.
- thing
Type StringDescription - The description of the thing type.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.