@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.871Z") @Stability(value=Stable) public class CfnDecoderManifest extends CfnResource implements IInspectable
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.*;
Object networkInterfaces;
Object signalDecoders;
CfnDecoderManifest cfnDecoderManifest = CfnDecoderManifest.Builder.create(this, "MyCfnDecoderManifest")
.modelManifestArn("modelManifestArn")
.name("name")
// the properties below are optional
.description("description")
.networkInterfaces(List.of(networkInterfaces))
.signalDecoders(List.of(signalDecoders))
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDecoderManifest.Builder
A fluent builder for
CfnDecoderManifest. |
static interface |
CfnDecoderManifest.CanInterfaceProperty
Example:
|
static interface |
CfnDecoderManifest.CanNetworkInterfaceProperty
Example:
|
static interface |
CfnDecoderManifest.CanSignalDecoderProperty
Example:
|
static interface |
CfnDecoderManifest.CanSignalProperty
Example:
|
static interface |
CfnDecoderManifest.ObdInterfaceProperty
Example:
|
static interface |
CfnDecoderManifest.ObdNetworkInterfaceProperty
Example:
|
static interface |
CfnDecoderManifest.ObdSignalDecoderProperty
Example:
|
static interface |
CfnDecoderManifest.ObdSignalProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDecoderManifest(Construct scope,
String id,
CfnDecoderManifestProps props)
Create a new `AWS::IoTFleetWise::DecoderManifest`.
|
protected |
CfnDecoderManifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDecoderManifest(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCreationTime() |
String |
getAttrLastModificationTime() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::IoTFleetWise::DecoderManifest.Description`.
|
String |
getModelManifestArn()
`AWS::IoTFleetWise::DecoderManifest.ModelManifestArn`.
|
String |
getName()
`AWS::IoTFleetWise::DecoderManifest.Name`.
|
Object |
getNetworkInterfaces()
`AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`.
|
Object |
getSignalDecoders()
`AWS::IoTFleetWise::DecoderManifest.SignalDecoders`.
|
String |
getStatus()
`AWS::IoTFleetWise::DecoderManifest.Status`.
|
TagManager |
getTags()
`AWS::IoTFleetWise::DecoderManifest.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::IoTFleetWise::DecoderManifest.Description`.
|
void |
setModelManifestArn(String value)
`AWS::IoTFleetWise::DecoderManifest.ModelManifestArn`.
|
void |
setName(String value)
`AWS::IoTFleetWise::DecoderManifest.Name`.
|
void |
setNetworkInterfaces(IResolvable value)
`AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`.
|
void |
setNetworkInterfaces(List<Object> value)
`AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`.
|
void |
setSignalDecoders(IResolvable value)
`AWS::IoTFleetWise::DecoderManifest.SignalDecoders`.
|
void |
setSignalDecoders(List<Object> value)
`AWS::IoTFleetWise::DecoderManifest.SignalDecoders`.
|
void |
setStatus(String value)
`AWS::IoTFleetWise::DecoderManifest.Status`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDecoderManifest(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDecoderManifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDecoderManifest(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnDecoderManifestProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrCreationTime()
@Stability(value=Stable) @NotNull public String getAttrLastModificationTime()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getModelManifestArn()
@Stability(value=Stable)
public void setModelManifestArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getNetworkInterfaces()
@Stability(value=Stable)
public void setNetworkInterfaces(@Nullable
List<Object> value)
@Stability(value=Stable)
public void setNetworkInterfaces(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSignalDecoders()
@Stability(value=Stable)
public void setSignalDecoders(@Nullable
List<Object> value)
@Stability(value=Stable)
public void setSignalDecoders(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getStatus()
@Stability(value=Stable)
public void setStatus(@Nullable
String value)
Copyright © 2022. All rights reserved.