interface DecoderManifestReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTFleetWise.DecoderManifestReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotfleetwise#DecoderManifestReference |
Java | software.amazon.awscdk.interfaces.iotfleetwise.DecoderManifestReference |
Python | aws_cdk.interfaces.aws_iotfleetwise.DecoderManifestReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_iotfleetwise } from 'aws-cdk-lib/interfaces';
const decoderManifestReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript