@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:37.029Z") public class CfnSignalCatalog extends CfnResource implements IInspectable
Creates a collection of standardized signals that can be reused to create vehicle models.
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.*; CfnSignalCatalog cfnSignalCatalog = CfnSignalCatalog.Builder.create(this, "MyCfnSignalCatalog") .description("description") .name("name") .nodeCounts(NodeCountsProperty.builder() .totalActuators(123) .totalAttributes(123) .totalBranches(123) .totalNodes(123) .totalSensors(123) .build()) .nodes(List.of(NodeProperty.builder() .actuator(ActuatorProperty.builder() .dataType("dataType") .fullyQualifiedName("fullyQualifiedName") // the properties below are optional .allowedValues(List.of("allowedValues")) .assignedValue("assignedValue") .description("description") .max(123) .min(123) .unit("unit") .build()) .attribute(AttributeProperty.builder() .dataType("dataType") .fullyQualifiedName("fullyQualifiedName") // the properties below are optional .allowedValues(List.of("allowedValues")) .assignedValue("assignedValue") .defaultValue("defaultValue") .description("description") .max(123) .min(123) .unit("unit") .build()) .branch(BranchProperty.builder() .fullyQualifiedName("fullyQualifiedName") // the properties below are optional .description("description") .build()) .sensor(SensorProperty.builder() .dataType("dataType") .fullyQualifiedName("fullyQualifiedName") // the properties below are optional .allowedValues(List.of("allowedValues")) .description("description") .max(123) .min(123) .unit("unit") .build()) .build())) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Class and Description |
---|---|
static interface |
CfnSignalCatalog.ActuatorProperty
A signal that represents a vehicle device such as the engine, heater, and door locks.
|
static interface |
CfnSignalCatalog.AttributeProperty
A signal that represents static information about the vehicle, such as engine type or manufacturing date.
|
static interface |
CfnSignalCatalog.BranchProperty
A group of signals that are defined in a hierarchical structure.
|
static class |
CfnSignalCatalog.Builder
A fluent builder for
CfnSignalCatalog . |
static interface |
CfnSignalCatalog.NodeCountsProperty
Information about the number of nodes and node types in a vehicle network.
|
static interface |
CfnSignalCatalog.NodeProperty
A general abstraction of a signal.
|
static interface |
CfnSignalCatalog.SensorProperty
An input component that reports the environmental condition of a vehicle.
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnSignalCatalog(Construct scope,
java.lang.String id)
Create a new `AWS::IoTFleetWise::SignalCatalog`.
|
|
CfnSignalCatalog(Construct scope,
java.lang.String id,
CfnSignalCatalogProps props)
Create a new `AWS::IoTFleetWise::SignalCatalog`.
|
protected |
CfnSignalCatalog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSignalCatalog(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttrArn() |
java.lang.String |
getAttrCreationTime() |
java.lang.String |
getAttrLastModificationTime() |
IResolvable |
getAttrNodeCountsTotalActuators() |
IResolvable |
getAttrNodeCountsTotalAttributes() |
IResolvable |
getAttrNodeCountsTotalBranches() |
IResolvable |
getAttrNodeCountsTotalNodes() |
IResolvable |
getAttrNodeCountsTotalSensors() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.String |
getDescription()
`AWS::IoTFleetWise::SignalCatalog.Description`.
|
java.lang.String |
getName()
The name of the signal catalog.
|
java.lang.Object |
getNodeCounts()
`AWS::IoTFleetWise::SignalCatalog.NodeCounts`.
|
java.lang.Object |
getNodes()
`AWS::IoTFleetWise::SignalCatalog.Nodes`.
|
TagManager |
getTags()
`AWS::IoTFleetWise::SignalCatalog.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setDescription(java.lang.String value)
`AWS::IoTFleetWise::SignalCatalog.Description`.
|
void |
setName(java.lang.String value)
The name of the signal catalog.
|
void |
setNodeCounts(CfnSignalCatalog.NodeCountsProperty value)
`AWS::IoTFleetWise::SignalCatalog.NodeCounts`.
|
void |
setNodeCounts(IResolvable value)
`AWS::IoTFleetWise::SignalCatalog.NodeCounts`.
|
void |
setNodes(IResolvable value)
`AWS::IoTFleetWise::SignalCatalog.Nodes`.
|
void |
setNodes(java.util.List<java.lang.Object> value)
`AWS::IoTFleetWise::SignalCatalog.Nodes`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnSignalCatalog(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSignalCatalog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnSignalCatalog(Construct scope, java.lang.String id, CfnSignalCatalogProps 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.public CfnSignalCatalog(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public java.lang.String getAttrArn()
public java.lang.String getAttrCreationTime()
public java.lang.String getAttrLastModificationTime()
public IResolvable getAttrNodeCountsTotalActuators()
public IResolvable getAttrNodeCountsTotalAttributes()
public IResolvable getAttrNodeCountsTotalBranches()
public IResolvable getAttrNodeCountsTotalNodes()
public IResolvable getAttrNodeCountsTotalSensors()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public TagManager getTags()
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.Object getNodeCounts()
public void setNodeCounts(IResolvable value)
public void setNodeCounts(CfnSignalCatalog.NodeCountsProperty value)
public java.lang.Object getNodes()
public void setNodes(IResolvable value)
public void setNodes(java.util.List<java.lang.Object> value)