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