class Aws::IoTSiteWise::Types::CreateAssetModelRequest
@note When making an API call, you may pass CreateAssetModelRequest
data as a hash: { asset_model_name: "Name", # required asset_model_description: "Description", asset_model_properties: [ { name: "Name", # required data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT data_type_spec: "Name", unit: "PropertyUnit", type: { # required attribute: { default_value: "DefaultValue", }, measurement: { processing_config: { forwarding_config: { # required state: "DISABLED", # required, accepts DISABLED, ENABLED }, }, }, transform: { expression: "Expression", # required variables: [ # required { name: "VariableName", # required value: { # required property_id: "Macro", # required hierarchy_id: "Macro", }, }, ], processing_config: { compute_location: "EDGE", # required, accepts EDGE, CLOUD forwarding_config: { state: "DISABLED", # required, accepts DISABLED, ENABLED }, }, }, metric: { expression: "Expression", # required variables: [ # required { name: "VariableName", # required value: { # required property_id: "Macro", # required hierarchy_id: "Macro", }, }, ], window: { # required tumbling: { interval: "Interval", # required offset: "Offset", }, }, processing_config: { compute_location: "EDGE", # required, accepts EDGE, CLOUD }, }, }, }, ], asset_model_hierarchies: [ { name: "Name", # required child_asset_model_id: "ID", # required }, ], asset_model_composite_models: [ { name: "Name", # required description: "Description", type: "Name", # required properties: [ { name: "Name", # required data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT data_type_spec: "Name", unit: "PropertyUnit", type: { # required attribute: { default_value: "DefaultValue", }, measurement: { processing_config: { forwarding_config: { # required state: "DISABLED", # required, accepts DISABLED, ENABLED }, }, }, transform: { expression: "Expression", # required variables: [ # required { name: "VariableName", # required value: { # required property_id: "Macro", # required hierarchy_id: "Macro", }, }, ], processing_config: { compute_location: "EDGE", # required, accepts EDGE, CLOUD forwarding_config: { state: "DISABLED", # required, accepts DISABLED, ENABLED }, }, }, metric: { expression: "Expression", # required variables: [ # required { name: "VariableName", # required value: { # required property_id: "Macro", # required hierarchy_id: "Macro", }, }, ], window: { # required tumbling: { interval: "Interval", # required offset: "Offset", }, }, processing_config: { compute_location: "EDGE", # required, accepts EDGE, CLOUD }, }, }, }, ], }, ], client_token: "ClientToken", tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] asset_model_name
A unique, friendly name for the asset model. @return [String]
@!attribute [rw] asset_model_description
A description for the asset model. @return [String]
@!attribute [rw] asset_model_properties
The property definitions of the asset model. For more information, see [Asset properties][1] in the *IoT SiteWise User Guide*. You can specify up to 200 properties per asset model. For more information, see [Quotas][2] in the *IoT SiteWise User Guide*. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html [2]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html @return [Array<Types::AssetModelPropertyDefinition>]
@!attribute [rw] asset_model_hierarchies
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][1] in the *IoT SiteWise User Guide*. You can specify up to 10 hierarchies per asset model. For more information, see [Quotas][2] in the *IoT SiteWise User Guide*. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html [2]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html @return [Array<Types::AssetModelHierarchyDefinition>]
@!attribute [rw] asset_model_composite_models
The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model. @return [Array<Types::AssetModelCompositeModelDefinition>]
@!attribute [rw] client_token
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
A list of key-value pairs that contain metadata for the asset model. For more information, see [Tagging your IoT SiteWise resources][1] in the *IoT SiteWise User Guide*. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html @return [Hash<String,String>]
Constants
- SENSITIVE