@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.883Z") @Stability(value=Stable) public interface CfnDecoderManifestProps extends software.amazon.jsii.JsiiSerializable
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;
CfnDecoderManifestProps cfnDecoderManifestProps = CfnDecoderManifestProps.builder()
.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 | Interface and Description |
|---|---|
static class |
CfnDecoderManifestProps.Builder
A builder for
CfnDecoderManifestProps |
static class |
CfnDecoderManifestProps.Jsii$Proxy
An implementation for
CfnDecoderManifestProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDecoderManifestProps.Builder |
builder() |
default String |
getDescription()
`AWS::IoTFleetWise::DecoderManifest.Description`.
|
String |
getModelManifestArn()
`AWS::IoTFleetWise::DecoderManifest.ModelManifestArn`.
|
String |
getName()
`AWS::IoTFleetWise::DecoderManifest.Name`.
|
default Object |
getNetworkInterfaces()
`AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`.
|
default Object |
getSignalDecoders()
`AWS::IoTFleetWise::DecoderManifest.SignalDecoders`.
|
default String |
getStatus()
`AWS::IoTFleetWise::DecoderManifest.Status`.
|
default List<CfnTag> |
getTags()
`AWS::IoTFleetWise::DecoderManifest.Tags`.
|
@Stability(value=Stable) @NotNull String getModelManifestArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getNetworkInterfaces()
@Stability(value=Stable) @Nullable default Object getSignalDecoders()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDecoderManifestProps.Builder builder()
CfnDecoderManifestProps.Builder of CfnDecoderManifestPropsCopyright © 2022. All rights reserved.