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