Class CfnAssetModelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssetModelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssetModelProps
CfnAssetModelProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModelProps
CfnAssetModelProps.Builder, CfnAssetModelProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAssetModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssetModelProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The composite models that are part of this asset model.final String
A description for the asset model.final String
The external ID of the asset model.final Object
The hierarchy definitions of the asset model.final String
A unique name for the asset model.final Object
The property definitions of the asset model.final String
The type of asset model.getTags()
A list of key-value pairs that contain metadata for the asset.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAssetModelProps.Builder
.
-
-
Method Details
-
getAssetModelName
Description copied from interface:CfnAssetModelProps
A unique name for the asset model.- Specified by:
getAssetModelName
in interfaceCfnAssetModelProps
- See Also:
-
getAssetModelCompositeModels
Description copied from interface:CfnAssetModelProps
The composite models that are part of this asset model.It groups properties (such as attributes, measurements, transforms, and metrics) and child composite models that model parts of your industrial equipment. Each composite model has a type that defines the properties that the composite model supports. Use composite models to define alarms on this asset model.
When creating custom composite models, you need to use CreateAssetModelCompositeModel . For more information, see Creating custom composite models (Components) in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelCompositeModels
in interfaceCfnAssetModelProps
- See Also:
-
getAssetModelDescription
Description copied from interface:CfnAssetModelProps
A description for the asset model.- Specified by:
getAssetModelDescription
in interfaceCfnAssetModelProps
- See Also:
-
getAssetModelExternalId
Description copied from interface:CfnAssetModelProps
The external ID of the asset model.For more information, see Using external IDs in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelExternalId
in interfaceCfnAssetModelProps
- See Also:
-
getAssetModelHierarchies
Description copied from interface:CfnAssetModelProps
The hierarchy definitions of the asset model.Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the AWS IoT SiteWise User Guide .
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelHierarchies
in interfaceCfnAssetModelProps
- See Also:
-
getAssetModelProperties
Description copied from interface:CfnAssetModelProps
The property definitions of the asset model.For more information, see Asset properties in the AWS IoT SiteWise User Guide .
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelProperties
in interfaceCfnAssetModelProps
- See Also:
-
getAssetModelType
Description copied from interface:CfnAssetModelProps
The type of asset model.- ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.
- COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
- Specified by:
getAssetModelType
in interfaceCfnAssetModelProps
- See Also:
-
getTags
Description copied from interface:CfnAssetModelProps
A list of key-value pairs that contain metadata for the asset.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTags
in interfaceCfnAssetModelProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-