interface StateTemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.StateTemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#StateTemplateReference |
![]() | software.amazon.awscdk.services.iotfleetwise.StateTemplateReference |
![]() | aws_cdk.aws_iotfleetwise.StateTemplateReference |
![]() | aws-cdk-lib » aws_iotfleetwise » StateTemplateReference |
A reference to a StateTemplate resource.
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-lib';
const stateTemplateReference: iotfleetwise.StateTemplateReference = {
stateTemplateArn: 'stateTemplateArn',
stateTemplateName: 'stateTemplateName',
};
Properties
Name | Type | Description |
---|---|---|
state | string | The ARN of the StateTemplate resource. |
state | string | The Name of the StateTemplate resource. |
stateTemplateArn
Type:
string
The ARN of the StateTemplate resource.
stateTemplateName
Type:
string
The Name of the StateTemplate resource.