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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModelProps
CfnAssetModelProps.Builder, CfnAssetModelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAssetModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssetModelProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe composite models that are part of this asset model.final StringA description for the asset model.final StringThe external ID of the asset model.final ObjectThe hierarchy definitions of the asset model.final StringA unique name for the asset model.final ObjectThe property definitions of the asset model.final StringThe type of asset model.final Objecta list of asset model and interface relationships.getTags()A list of key-value pairs that contain metadata for the asset.final inthashCode()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:CfnAssetModelPropsA unique name for the asset model.- Specified by:
getAssetModelNamein interfaceCfnAssetModelProps- See Also:
-
getAssetModelCompositeModels
Description copied from interface:CfnAssetModelPropsThe 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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModel.AssetModelCompositeModelProperty>- Specified by:
getAssetModelCompositeModelsin interfaceCfnAssetModelProps- See Also:
-
getAssetModelDescription
Description copied from interface:CfnAssetModelPropsA description for the asset model.- Specified by:
getAssetModelDescriptionin interfaceCfnAssetModelProps- See Also:
-
getAssetModelExternalId
Description copied from interface:CfnAssetModelPropsThe external ID of the asset model.For more information, see Using external IDs in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelExternalIdin interfaceCfnAssetModelProps- See Also:
-
getAssetModelHierarchies
Description copied from interface:CfnAssetModelPropsThe 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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModel.AssetModelHierarchyProperty>- Specified by:
getAssetModelHierarchiesin interfaceCfnAssetModelProps- See Also:
-
getAssetModelProperties
Description copied from interface:CfnAssetModelPropsThe 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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModel.AssetModelPropertyProperty>- Specified by:
getAssetModelPropertiesin interfaceCfnAssetModelProps- See Also:
-
getAssetModelType
Description copied from interface:CfnAssetModelPropsThe 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.
- INTERFACE – An interface is a type of model that defines a standard structure that can be applied to different asset models.
- Specified by:
getAssetModelTypein interfaceCfnAssetModelProps- See Also:
-
getEnforcedAssetModelInterfaceRelationships
Description copied from interface:CfnAssetModelPropsa list of asset model and interface relationships.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModel.EnforcedAssetModelInterfaceRelationshipProperty>- Specified by:
getEnforcedAssetModelInterfaceRelationshipsin interfaceCfnAssetModelProps- See Also:
-
getTags
Description copied from interface:CfnAssetModelPropsA 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:
getTagsin interfaceCfnAssetModelProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-