interface IStateTemplateRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTFleetWise.IStateTemplateRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#IStateTemplateRef | 
|  Java | software.amazon.awscdk.services.iotfleetwise.IStateTemplateRef | 
|  Python | aws_cdk.aws_iotfleetwise.IStateTemplateRef | 
|  TypeScript | aws-cdk-lib»aws_iotfleetwise»IStateTemplateRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a StateTemplate.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| state | State | A reference to a StateTemplate resource. | 
node
Type:
Node
The tree node.
stateTemplateRef
Type:
State
A reference to a StateTemplate resource.
