Class CfnDecoderManifest
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest
- All Implemented Interfaces:
IEnvironmentAware,IInspectable,ITaggable,IDecoderManifestRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:07.856Z")
@Stability(Stable)
public class CfnDecoderManifest
extends CfnResource
implements IInspectable, IDecoderManifestRef, ITaggable
Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:.
- Every signal decoder has a unique name.
- Each signal decoder is associated with a network interface.
- Each network interface has a unique ID.
- The signal decoders are specified in the model manifest.
For more information, see Decoder manifests in the AWS IoT FleetWise Developer Guide .
Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotfleetwise.*;
CfnDecoderManifest cfnDecoderManifest = CfnDecoderManifest.Builder.create(this, "MyCfnDecoderManifest")
.modelManifestArn("modelManifestArn")
.name("name")
// the properties below are optional
.defaultForUnmappedSignals("defaultForUnmappedSignals")
.description("description")
.networkInterfaces(List.of(NetworkInterfacesItemsProperty.builder()
.interfaceId("interfaceId")
.type("type")
// the properties below are optional
.canInterface(CanInterfaceProperty.builder()
.name("name")
// the properties below are optional
.protocolName("protocolName")
.protocolVersion("protocolVersion")
.build())
.obdInterface(ObdInterfaceProperty.builder()
.name("name")
.requestMessageId("requestMessageId")
// the properties below are optional
.dtcRequestIntervalSeconds("dtcRequestIntervalSeconds")
.hasTransmissionEcu("hasTransmissionEcu")
.obdStandard("obdStandard")
.pidRequestIntervalSeconds("pidRequestIntervalSeconds")
.useExtendedIds("useExtendedIds")
.build())
.build()))
.signalDecoders(List.of(SignalDecodersItemsProperty.builder()
.fullyQualifiedName("fullyQualifiedName")
.interfaceId("interfaceId")
.type("type")
// the properties below are optional
.canSignal(CanSignalProperty.builder()
.factor("factor")
.isBigEndian("isBigEndian")
.isSigned("isSigned")
.length("length")
.messageId("messageId")
.offset("offset")
.startBit("startBit")
// the properties below are optional
.name("name")
.signalValueType("signalValueType")
.build())
.obdSignal(ObdSignalProperty.builder()
.byteLength("byteLength")
.offset("offset")
.pid("pid")
.pidResponseLength("pidResponseLength")
.scaling("scaling")
.serviceMode("serviceMode")
.startByte("startByte")
// the properties below are optional
.bitMaskLength("bitMaskLength")
.bitRightShift("bitRightShift")
.isSigned("isSigned")
.signalValueType("signalValueType")
.build())
.build()))
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnDecoderManifest.static interfaceA single controller area network (CAN) device interface.static interfaceRepresents a node and its specifications in an in-vehicle communication network.static interfaceInformation about signal decoder using the Controller Area Network (CAN) protocol.static interfaceInformation about a single controller area network (CAN) signal and the messages it receives and transmits.static interfaceA list of information about available network interfaces.static interfaceA network interface that specifies the On-board diagnostic (OBD) II network protocol.static interfaceInformation about a network interface specified by the On-board diagnostic (OBD) II protocol.static interfaceA list of information about signal decoders.static interfaceInformation about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.static interfaceInformation about a signal decoder.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.IDecoderManifestRef
IDecoderManifestRef.Jsii$Default, IDecoderManifestRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnDecoderManifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDecoderManifest(software.amazon.jsii.JsiiObjectRef objRef) CfnDecoderManifest(software.constructs.Construct scope, String id, CfnDecoderManifestProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the decoder manifest.The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).A reference to a DecoderManifest resource.Use default decoders for all unmapped signals in the model.A brief description of the decoder manifest.The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.getName()The name of the decoder manifest.A list of information about available network interfaces.A list of information about signal decoders.The state of the decoder manifest.getTags()Tag Manager which manages the tags for this resource.Metadata that can be used to manage the decoder manifest.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidUse default decoders for all unmapped signals in the model.voidsetDescription(String value) A brief description of the decoder manifest.voidsetModelManifestArn(String value) The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.voidThe name of the decoder manifest.voidsetNetworkInterfaces(List<Object> value) A list of information about available network interfaces.voidsetNetworkInterfaces(IResolvable value) A list of information about available network interfaces.voidsetSignalDecoders(List<Object> value) A list of information about signal decoders.voidsetSignalDecoders(IResolvable value) A list of information about signal decoders.voidThe state of the decoder manifest.voidsetTagsRaw(List<CfnTag> value) Metadata that can be used to manage the decoder manifest.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDecoderManifest
protected CfnDecoderManifest(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDecoderManifest
protected CfnDecoderManifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDecoderManifest
@Stability(Stable) public CfnDecoderManifest(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnDecoderManifestProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the decoder manifest. -
getAttrCreationTime
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time). -
getAttrLastModificationTime
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getDecoderManifestRef
A reference to a DecoderManifest resource.- Specified by:
getDecoderManifestRefin interfaceIDecoderManifestRef
-
getTags
Tag Manager which manages the tags for this resource. -
getModelManifestArn
The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest. -
setModelManifestArn
The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest. -
getName
The name of the decoder manifest. -
setName
The name of the decoder manifest. -
getDefaultForUnmappedSignals
Use default decoders for all unmapped signals in the model. -
setDefaultForUnmappedSignals
Use default decoders for all unmapped signals in the model. -
getDescription
A brief description of the decoder manifest. -
setDescription
A brief description of the decoder manifest. -
getNetworkInterfaces
A list of information about available network interfaces.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDecoderManifest.NetworkInterfacesItemsProperty> -
setNetworkInterfaces
A list of information about available network interfaces. -
setNetworkInterfaces
A list of information about available network interfaces. -
getSignalDecoders
A list of information about signal decoders.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDecoderManifest.SignalDecodersItemsProperty> -
setSignalDecoders
A list of information about signal decoders. -
setSignalDecoders
A list of information about signal decoders. -
getStatus
The state of the decoder manifest. -
setStatus
The state of the decoder manifest. -
getTagsRaw
Metadata that can be used to manage the decoder manifest. -
setTagsRaw
Metadata that can be used to manage the decoder manifest.
-