Uses of Class
software.amazon.awscdk.services.iotfleetwise.CfnStateTemplate.Builder
Packages that use CfnStateTemplate.Builder
Package
Description
AWS::IoTFleetWise Construct Library
-
Uses of CfnStateTemplate.Builder in software.amazon.awscdk.services.iotfleetwise
Methods in software.amazon.awscdk.services.iotfleetwise that return CfnStateTemplate.BuilderModifier and TypeMethodDescriptionstatic CfnStateTemplate.BuilderCfnStateTemplate.Builder.dataExtraDimensions(List<String> dataExtraDimensions) A list of vehicle attributes associated with the payload published on the state template's MQTT topic.CfnStateTemplate.Builder.description(String description) A brief description of the state template.CfnStateTemplate.Builder.metadataExtraDimensions(List<String> metadataExtraDimensions) A list of vehicle attributes to associate with the user properties of the messages published on the state template's MQTT topic.The unique alias of the state template.CfnStateTemplate.Builder.signalCatalogArn(String signalCatalogArn) The Amazon Resource Name (ARN) of the signal catalog associated with the state template.CfnStateTemplate.Builder.stateTemplateProperties(List<String> stateTemplateProperties) A list of signals from which data is collected.Metadata that can be used to manage the state template.