@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.888Z") @Stability(value=Stable) public interface CfnModelManifestProps 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.*;
CfnModelManifestProps cfnModelManifestProps = CfnModelManifestProps.builder()
.name("name")
.signalCatalogArn("signalCatalogArn")
// the properties below are optional
.description("description")
.nodes(List.of("nodes"))
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelManifestProps.Builder
A builder for
CfnModelManifestProps |
static class |
CfnModelManifestProps.Jsii$Proxy
An implementation for
CfnModelManifestProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelManifestProps.Builder |
builder() |
default String |
getDescription()
`AWS::IoTFleetWise::ModelManifest.Description`.
|
String |
getName()
`AWS::IoTFleetWise::ModelManifest.Name`.
|
default List<String> |
getNodes()
`AWS::IoTFleetWise::ModelManifest.Nodes`.
|
String |
getSignalCatalogArn()
`AWS::IoTFleetWise::ModelManifest.SignalCatalogArn`.
|
default String |
getStatus()
`AWS::IoTFleetWise::ModelManifest.Status`.
|
default List<CfnTag> |
getTags()
`AWS::IoTFleetWise::ModelManifest.Tags`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getSignalCatalogArn()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<String> getNodes()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnModelManifestProps.Builder builder()
CfnModelManifestProps.Builder of CfnModelManifestPropsCopyright © 2022. All rights reserved.