@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.908Z") @Stability(value=Stable) public class CfnSignalCatalog 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.*;
CfnSignalCatalog cfnSignalCatalog = CfnSignalCatalog.Builder.create(this, "MyCfnSignalCatalog")
.description("description")
.name("name")
.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
Example:
|
static interface |
CfnSignalCatalog.AttributeProperty
Example:
|
static interface |
CfnSignalCatalog.BranchProperty
Example:
|
static class |
CfnSignalCatalog.Builder
A fluent builder for
CfnSignalCatalog. |
static interface |
CfnSignalCatalog.NodeCountsProperty
Example:
|
static interface |
CfnSignalCatalog.NodeProperty
Example:
|
static interface |
CfnSignalCatalog.SensorProperty
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 |
|---|---|
|
CfnSignalCatalog(Construct scope,
String id)
Create a new `AWS::IoTFleetWise::SignalCatalog`.
|
|
CfnSignalCatalog(Construct scope,
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 |
|---|---|
String |
getAttrArn() |
String |
getAttrCreationTime() |
String |
getAttrLastModificationTime() |
IResolvable |
getAttrNodeCountsTotalActuators() |
IResolvable |
getAttrNodeCountsTotalAttributes() |
IResolvable |
getAttrNodeCountsTotalBranches() |
IResolvable |
getAttrNodeCountsTotalNodes() |
IResolvable |
getAttrNodeCountsTotalSensors() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::IoTFleetWise::SignalCatalog.Description`.
|
String |
getName()
`AWS::IoTFleetWise::SignalCatalog.Name`.
|
Object |
getNodes()
`AWS::IoTFleetWise::SignalCatalog.Nodes`.
|
TagManager |
getTags()
`AWS::IoTFleetWise::SignalCatalog.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::SignalCatalog.Description`.
|
void |
setName(String value)
`AWS::IoTFleetWise::SignalCatalog.Name`.
|
void |
setNodes(IResolvable value)
`AWS::IoTFleetWise::SignalCatalog.Nodes`.
|
void |
setNodes(List<Object> value)
`AWS::IoTFleetWise::SignalCatalog.Nodes`.
|
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 CfnSignalCatalog(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSignalCatalog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnSignalCatalog(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
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.@Stability(value=Stable)
public CfnSignalCatalog(@NotNull
Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. 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 public IResolvable getAttrNodeCountsTotalActuators()
@Stability(value=Stable) @NotNull public IResolvable getAttrNodeCountsTotalAttributes()
@Stability(value=Stable) @NotNull public IResolvable getAttrNodeCountsTotalBranches()
@Stability(value=Stable) @NotNull public IResolvable getAttrNodeCountsTotalNodes()
@Stability(value=Stable) @NotNull public IResolvable getAttrNodeCountsTotalSensors()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getNodes()
@Stability(value=Stable)
public void setNodes(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.