Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnStateTemplatePropsMixin.Builder
Packages that use CfnStateTemplatePropsMixin.Builder
-
Uses of CfnStateTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise that return CfnStateTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnStateTemplatePropsMixin.Builder.create()CfnStateTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStateTemplatePropsMixin.Builder.dataExtraDimensions(List<String> dataExtraDimensions) A list of vehicle attributes associated with the payload published on the state template's MQTT topic.CfnStateTemplatePropsMixin.Builder.description(String description) A brief description of the state template.CfnStateTemplatePropsMixin.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.CfnStateTemplatePropsMixin.Builder.signalCatalogArn(String signalCatalogArn) The Amazon Resource Name (ARN) of the signal catalog associated with the state template.CfnStateTemplatePropsMixin.Builder.stateTemplateProperties(List<String> stateTemplateProperties) A list of signals from which data is collected.Metadata that can be used to manage the state template.