interface PeriodicStateTemplateUpdateStrategyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTFleetWise.CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotfleetwise#CfnVehiclePropsMixin_PeriodicStateTemplateUpdateStrategyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotfleetwise.CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotfleetwise » CfnVehiclePropsMixin » PeriodicStateTemplateUpdateStrategyProperty |
Vehicles associated with the state template will stream telemetry data during a specified time period.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotfleetwise as iotfleetwise } from '@aws-cdk/cfn-property-mixins';
const periodicStateTemplateUpdateStrategyProperty: iotfleetwise.CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty = {
stateTemplateUpdateRate: {
unit: 'unit',
value: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| state | IResolvable | Time |
stateTemplateUpdateRate?
Type:
IResolvable | Time
(optional)

.NET
Go
Java
Python
TypeScript