Class CfnAssetModelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssetModelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssetModelMixinProps
CfnAssetModelMixinProps-
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.cfnpropertymixins.services.iotsitewise.CfnAssetModelMixinProps
CfnAssetModelMixinProps.Builder, CfnAssetModelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssetModelMixinProps.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 theCfnAssetModelMixinProps.Builder.
-
-
Method Details
-
getAssetModelCompositeModels
Description copied from interface:CfnAssetModelMixinPropsThe 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: '<'eitherIResolvableorCfnAssetModelPropsMixin.AssetModelCompositeModelProperty>- Specified by:
getAssetModelCompositeModelsin interfaceCfnAssetModelMixinProps- See Also:
-
getAssetModelDescription
Description copied from interface:CfnAssetModelMixinPropsA description for the asset model.- Specified by:
getAssetModelDescriptionin interfaceCfnAssetModelMixinProps- See Also:
-
getAssetModelExternalId
Description copied from interface:CfnAssetModelMixinPropsThe external ID of the asset model.For more information, see Using external IDs in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelExternalIdin interfaceCfnAssetModelMixinProps- See Also:
-
getAssetModelHierarchies
Description copied from interface:CfnAssetModelMixinPropsThe 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: '<'eitherIResolvableorCfnAssetModelPropsMixin.AssetModelHierarchyProperty>- Specified by:
getAssetModelHierarchiesin interfaceCfnAssetModelMixinProps- See Also:
-
getAssetModelName
Description copied from interface:CfnAssetModelMixinPropsA unique name for the asset model.- Specified by:
getAssetModelNamein interfaceCfnAssetModelMixinProps- See Also:
-
getAssetModelProperties
Description copied from interface:CfnAssetModelMixinPropsThe 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: '<'eitherIResolvableorCfnAssetModelPropsMixin.AssetModelPropertyProperty>- Specified by:
getAssetModelPropertiesin interfaceCfnAssetModelMixinProps- See Also:
-
getAssetModelType
Description copied from interface:CfnAssetModelMixinPropsThe 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 interfaceCfnAssetModelMixinProps- See Also:
-
getEnforcedAssetModelInterfaceRelationships
Description copied from interface:CfnAssetModelMixinPropsa list of asset model and interface relationships.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModelPropsMixin.EnforcedAssetModelInterfaceRelationshipProperty>- Specified by:
getEnforcedAssetModelInterfaceRelationshipsin interfaceCfnAssetModelMixinProps- See Also:
-
getTags
Description copied from interface:CfnAssetModelMixinPropsA 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 interfaceCfnAssetModelMixinProps- 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()
-